Oh, ya'!majkinetor ! wrote:ROFL
ah, like in good old times...

We have to retrieve these "old times"!


This forum becomes more and more boring.


BTW: Nice news about your Favmenu.

Moderators: Hacker, petermad, Stefan2, white
Code: Select all
--------------
v3 alpha 3
--------------
- Instant menu display. Menu is loaded only on startup.
- Large icons (customizable size)
- Context meenu (right click)
- Submenus can launch commands with middle click
- Tooltips
- Multiple instances
- if Favmenu is not running it will load the menu and show itself (except if "dontshow" param is set)
- if Favmenu is running, it will send the command to already running instance
to show the menu. New instance will exit imeditaly after sending the message
This allows to set favmenu at the desktop or quick luanch or TC button.
If it is not already active it will load and show, otherwise it will just show ASAP.
New command line option: "dontshow"
If set, favmenu will not show itself, but just load and stay in tray.
To be used with windows startup.
Has no influence if Favmenu is alrady running in witch case it will be shown.
- Menu color
- API Interface, Favmenu reacts on broadcast message 0x399 ( WM_FAVMENU = 0x399 )
WPARM values:
FMA_RELOAD = 1
FMA_EXIT = 2
FMA_SHOW = 3
FMA_PING = 4
- New TC hook to [*] button witch works correctly. Problematic hook to "current directory" removed
- Editor changed to support editing commands for submenus
- Editor will send FMA_RELOAD command to favmenu once it exits