Posted by member 252035 on 2005-07-27 03:49:43
Hi.
I come from Vtray in the theme Designed4 should anyone be familirar with it.
Anyway here is the original code
this is all in the bar.rc file.
In the theme.rc there are the calls to the modules and nothing else.
Now i assumed that the above code calls the vtray module with those options to be loaded in the bar module (itself composed of different modules), and changed all of this to suit xTray this way:
Nothing shows.
Totally nothing.
If i set LoadInBox to false, then it shows and works ok.
What can i do?
Are there other files in which i should change anything else then this?
I come from Vtray in the theme Designed4 should anyone be familirar with it.
Anyway here is the original code
;---===>===---
*BaseModuleHook !vTrayHook
*BaseModuleHook !TaskbarBoxHook
;---===>===---
VTrayX $BaseWidth-130$
VTrayY 5
VTrayDirection left
VTrayHeight 15
VTrayWidth 27
VTrayBitmap vtray.png
VTrayBitmapTiled
VtrayBorderLeft 4
VtrayBorderRight 4
VTrayIconSpacingX 3
VTrayIconSize 13
VTrayWrapCount 25
VTrayIconScrollStep 1
VTrayIconCleaning
VTrayAutoSize
VTrayOnAdd !TaskbarShrink 15
VTrayOnDel !TaskbarGrow 15
*BaseModuleHook !vTrayHook
*BaseModuleHook !TaskbarBoxHook
;---===>===---
VTrayX $BaseWidth-130$
VTrayY 5
VTrayDirection left
VTrayHeight 15
VTrayWidth 27
VTrayBitmap vtray.png
VTrayBitmapTiled
VtrayBorderLeft 4
VtrayBorderRight 4
VTrayIconSpacingX 3
VTrayIconSize 13
VTrayWrapCount 25
VTrayIconScrollStep 1
VTrayIconCleaning
VTrayAutoSize
VTrayOnAdd !TaskbarShrink 15
VTrayOnDel !TaskbarGrow 15
this is all in the bar.rc file.
In the theme.rc there are the calls to the modules and nothing else.
Now i assumed that the above code calls the vtray module with those options to be loaded in the bar module (itself composed of different modules), and changed all of this to suit xTray this way:
xTrayLoadInBox TRUE
xTrayX $BaseWidth-130$
xTrayY 5
xTrayAutoSize
xTrayDirection ".left"
xTrayShowTooltip TRUE
xTrayShowInfoTip TRUE
xTrayCleanUpInterval 1000
xTrayOnAdd !TaskbarShrink 15
xTrayOnRemove !TaskbarGrow 15
xTrayIconSize 13
xTrayBorderLeft 4
xTrayBorderRight 4
xTrayXSpacing 3
xTrayWrapCount 25
xTrayMoveable FALSE
xTrayImage vtray.png
xTrayImageMode "stretch"
xTrayX $BaseWidth-130$
xTrayY 5
xTrayAutoSize
xTrayDirection ".left"
xTrayShowTooltip TRUE
xTrayShowInfoTip TRUE
xTrayCleanUpInterval 1000
xTrayOnAdd !TaskbarShrink 15
xTrayOnRemove !TaskbarGrow 15
xTrayIconSize 13
xTrayBorderLeft 4
xTrayBorderRight 4
xTrayXSpacing 3
xTrayWrapCount 25
xTrayMoveable FALSE
xTrayImage vtray.png
xTrayImageMode "stretch"
Nothing shows.
Totally nothing.
If i set LoadInBox to false, then it shows and works ok.
What can i do?
Are there other files in which i should change anything else then this?