Posted by member 212670 on 2007-10-31 23:55:37 link
Quick and dirty:
Just stick that in a theme.rc in some folder in the folder where your themes are. Refresh your theme's list and pick it. Use shift + left click to bring up the menu with the tray in it. If you want the tray in your main menu, you'll have to add the hooking to your popup in your personal folder. Note: The xtray module MUST be loaded before xpopup for this to work.
OTSMajorVersion 2
OTSMinorVersion 0
ThemeName "xTrayHook"
ThemeAuthor "xcal"
*NetLoadModule jdesk-0.73
*NetLoadModule xTray-1.0
*NetLoadModule xpopup-1.2.5
xTrayLoadInBox true
xTrayWidth 120
xTrayHeight 40
xTrayWrapCount 6
xTraySolidColors A6A6A6 FFFFFF
xTraySolidBevelSize 1
xPopupAutoMenuBreak true
xPopupEntryFontLeftBorder 18
xPopupEntryFontRightBorder 4
xPopupUseSolidColors true
xPopupSolidColors A6A6A6
*Popup "" !New !PopupTheme
*Popup !hook:0:0:120:40 !xTrayLSBoxHook %%!xTrayMove X Y%%
*Popup "Some Entry" !Alert "Some Entry"
*Popup ~New
OTSMinorVersion 0
ThemeName "xTrayHook"
ThemeAuthor "xcal"
*NetLoadModule jdesk-0.73
*NetLoadModule xTray-1.0
*NetLoadModule xpopup-1.2.5
xTrayLoadInBox true
xTrayWidth 120
xTrayHeight 40
xTrayWrapCount 6
xTraySolidColors A6A6A6 FFFFFF
xTraySolidBevelSize 1
xPopupAutoMenuBreak true
xPopupEntryFontLeftBorder 18
xPopupEntryFontRightBorder 4
xPopupUseSolidColors true
xPopupSolidColors A6A6A6
*Popup "" !New !PopupTheme
*Popup !hook:0:0:120:40 !xTrayLSBoxHook %%!xTrayMove X Y%%
*Popup "Some Entry" !Alert "Some Entry"
*Popup ~New
Just stick that in a theme.rc in some folder in the folder where your themes are. Refresh your theme's list and pick it. Use shift + left click to bring up the menu with the tray in it. If you want the tray in your main menu, you'll have to add the hooking to your popup in your personal folder. Note: The xtray module MUST be loaded before xpopup for this to work.