Posted by member 144980 on 2004-06-16 11:07:16
i was in the middle of making a new theme when suddenly it just started to crash litestep.
i can switch back to the default theme from the shortcut in the litestep folder and that and every other theme will work just fine but when i try this theme again it will just crash after a minute or two.
i cant see where im going wrong though.
if anyway can point out what ive done wrong it would be greatly appreciated
this is the main theme
this is the base
the popup
and the themevars
i know it's a lot of code to read through but i was just hoping that there might be something glaringly obvious to the more experienced heads that im missing due to my inexperience wih litestep.
in the pst most of my problems with las step have been down to something pointing to a file or module that dont exist, i just cant see anything like tht in thi case.
thanks in advance for any help
i can switch back to the default theme from the shortcut in the litestep folder and that and every other theme will work just fine but when i try this theme again it will just crash after a minute or two.
i cant see where im going wrong though.
if anyway can point out what ive done wrong it would be greatly appreciated
this is the main theme
;-------------------------
; Litestep config
;-------------------------
OTSMajorversion 2
OTSMinorVersion 0
ThemeName "carbon"
ThemeAuthor "spengler"
ConfigDir "$ThemeDir$config\"
LsImageFolder "$ThemeDir$images\"
;-------------------------
; load modules
;-------------------------
*netLoadModule grdtransparent-1.1_beta_1
*netLoadModule popup2-2.1.7
*netLoadModule desktop2-2.0
*netLoadModule taskbar3-0.306-alpha_3
*netLoadModule systray2-2.0.4
NetLoadModuleOnLoad !NetUnloadModule
;------------------------
; modules config
;------------------------
include "$ConFigDir$base.rc"
include "$ConFigDir$popup.rc"
include "$ConFigDir$themevars.rc"
*grdtransparent taskbar3-0.306-alpha_3.dll $trans$ 1
*grdtransparent systray2-2.0.4.dll $trans$ 1
*grdtransparent popup2-2.1.7.dll 235 1
; Litestep config
;-------------------------
OTSMajorversion 2
OTSMinorVersion 0
ThemeName "carbon"
ThemeAuthor "spengler"
ConfigDir "$ThemeDir$config\"
LsImageFolder "$ThemeDir$images\"
;-------------------------
; load modules
;-------------------------
*netLoadModule grdtransparent-1.1_beta_1
*netLoadModule popup2-2.1.7
*netLoadModule desktop2-2.0
*netLoadModule taskbar3-0.306-alpha_3
*netLoadModule systray2-2.0.4
NetLoadModuleOnLoad !NetUnloadModule
;------------------------
; modules config
;------------------------
include "$ConFigDir$base.rc"
include "$ConFigDir$popup.rc"
include "$ConFigDir$themevars.rc"
*grdtransparent taskbar3-0.306-alpha_3.dll $trans$ 1
*grdtransparent systray2-2.0.4.dll $trans$ 1
*grdtransparent popup2-2.1.7.dll 235 1
this is the base
;-------------
; desktop config
;-------------
SetDesktopArea
SDALeft 0
SDARight 0
SDATop 0
SDABottom -35
;------------
; systray config
;------------
sysTrayX -174
sysTrayY -45
sysTrayHeight 18
sysTrayWidth 48
sysTrayBGColor $black$
sysTrayBorderColor $black$
sysTrayIconSize 14
*systrayHide "SystemTray_Main" 0
*systrayHide "OpTaskbar" 0
*systrayHide "TBWGUI" 0
*systrayHide "Avg60ControlCenter" 0
*systrayHide "Connections Tray" 0
;--------------
; tasks bar
;--------------
TaskbarX 0
TaskbarY -18
TaskbarHeight 18
;TaskbarWidth $resolutionX$
TaskbarIconX 0
TaskbarIconY 3
TaskbarIconSize 14
Taskbarnormalfontface arial
Taskbarnormalfontheight 12
Taskbarbuttonfontborder 18 0 3 0
Taskbarborder 0
Taskbarbuttonborder 0
Taskbarbuttondirection .right
Taskbarnoskinshift
Taskbarnofontshift
Taskbarskincenter $blackimg$tile.bmp
TaskbarNormalSkinCenter $blackimg$tile.bmp
TaskbarActiveSkinCenter $blackimg$tile.bmp
TaskbarMinimizedSkinCenter $blackimg$tile.bmp
TaskbarFlashingSkinCenter $blackimg$tile.bmp
taskbarnormalfontcolor $grey$
taskbaractivefontcolor $white$
taskbarminimizedfontcolor $grey$
; desktop config
;-------------
SetDesktopArea
SDALeft 0
SDARight 0
SDATop 0
SDABottom -35
;------------
; systray config
;------------
sysTrayX -174
sysTrayY -45
sysTrayHeight 18
sysTrayWidth 48
sysTrayBGColor $black$
sysTrayBorderColor $black$
sysTrayIconSize 14
*systrayHide "SystemTray_Main" 0
*systrayHide "OpTaskbar" 0
*systrayHide "TBWGUI" 0
*systrayHide "Avg60ControlCenter" 0
*systrayHide "Connections Tray" 0
;--------------
; tasks bar
;--------------
TaskbarX 0
TaskbarY -18
TaskbarHeight 18
;TaskbarWidth $resolutionX$
TaskbarIconX 0
TaskbarIconY 3
TaskbarIconSize 14
Taskbarnormalfontface arial
Taskbarnormalfontheight 12
Taskbarbuttonfontborder 18 0 3 0
Taskbarborder 0
Taskbarbuttonborder 0
Taskbarbuttondirection .right
Taskbarnoskinshift
Taskbarnofontshift
Taskbarskincenter $blackimg$tile.bmp
TaskbarNormalSkinCenter $blackimg$tile.bmp
TaskbarActiveSkinCenter $blackimg$tile.bmp
TaskbarMinimizedSkinCenter $blackimg$tile.bmp
TaskbarFlashingSkinCenter $blackimg$tile.bmp
taskbarnormalfontcolor $grey$
taskbaractivefontcolor $white$
taskbarminimizedfontcolor $grey$
the popup
;----------------------
; popup config
;----------------------
hotlistname "$themename$"
Popupsubmenuheight 22
Popuptitleheight 16
Popuptitlealignment center
Popuptitlecolor eeeeee
Popuptitlebgcolor a9a9a9
popuptitlepix $blackimg$title.bmp
Popupfoldercolor a9a9a9
Popupfolderbgcolor eeeeee
Popupselfoldercolor 000000
Popupfolderpix $blackimg$popback.bmp
Popupselfolderpix $blackimg$popsel.bmp
Popupentryfontheight 13
Popupselentryfontheight 13
Popupfontheight 13
Popupsubmenuheight 15
Popupentryfontheight 13
Popupselentrypix $blackimg$popsel.bmp
Popupentrypix $blackimg$popback.bmp
Popupentryalignment right
Popupentrybgcolor eeeeee
Popupentrycolor a9a9a9
Popupselentrycolor 000000
popupMinWidth 110
PopupMaxWidth 200
PopupSeparatorPix $blackimg$sep.bmp
PopupArrowImage $blackimg$poparrow.bmp
PopupSelArrowImage $blackimg$poparrowsel.bmp
PopupNoMenuBevel true
PopupNoBevel true
PopupNoCloseButton true
PopupAdaptiveWidth true
PopupNoFolderArrow false
PopupIconSize 5
PopupIconSpacing 3
PopupPaintMode stretch
PopupBorderLeft 0
PopupBorderRight 0
PopupTextOffset 5
PopupOverlapY -$PopupTitleHeight$
PopupOverlapx 0
PopupBottomPix $blackimg$popbottom.bmp
; popup config
;----------------------
hotlistname "$themename$"
Popupsubmenuheight 22
Popuptitleheight 16
Popuptitlealignment center
Popuptitlecolor eeeeee
Popuptitlebgcolor a9a9a9
popuptitlepix $blackimg$title.bmp
Popupfoldercolor a9a9a9
Popupfolderbgcolor eeeeee
Popupselfoldercolor 000000
Popupfolderpix $blackimg$popback.bmp
Popupselfolderpix $blackimg$popsel.bmp
Popupentryfontheight 13
Popupselentryfontheight 13
Popupfontheight 13
Popupsubmenuheight 15
Popupentryfontheight 13
Popupselentrypix $blackimg$popsel.bmp
Popupentrypix $blackimg$popback.bmp
Popupentryalignment right
Popupentrybgcolor eeeeee
Popupentrycolor a9a9a9
Popupselentrycolor 000000
popupMinWidth 110
PopupMaxWidth 200
PopupSeparatorPix $blackimg$sep.bmp
PopupArrowImage $blackimg$poparrow.bmp
PopupSelArrowImage $blackimg$poparrowsel.bmp
PopupNoMenuBevel true
PopupNoBevel true
PopupNoCloseButton true
PopupAdaptiveWidth true
PopupNoFolderArrow false
PopupIconSize 5
PopupIconSpacing 3
PopupPaintMode stretch
PopupBorderLeft 0
PopupBorderRight 0
PopupTextOffset 5
PopupOverlapY -$PopupTitleHeight$
PopupOverlapx 0
PopupBottomPix $blackimg$popbottom.bmp
and the themevars
black 202020
white ffffff
grey 808080
blackimg "$LsImageFolder$black\"
trans 175
white ffffff
grey 808080
blackimg "$LsImageFolder$black\"
trans 175
i know it's a lot of code to read through but i was just hoping that there might be something glaringly obvious to the more experienced heads that im missing due to my inexperience wih litestep.
in the pst most of my problems with las step have been down to something pointing to a file or module that dont exist, i just cant see anything like tht in thi case.
thanks in advance for any help