Posted by member 159957 on 2004-05-27 13:42:32 link

I appreciate very much the help so far.
This is the situation.

I Load Modules ussing LoadModule line (no NetLoadModule)
I have this line on the theme.rc:
*Slider "Main Volume" 730 545 2 "vol.bmp" "knob.bmp" HI [VOLUME] 0
I dont have lsslider loaded
I am ussing:
!reloadModule c:\litestep\modules\lsslider.dll
!unloadModule c:\litestep\modules\lsslider.dll
It looks like if I toggle the slider visibility.
The positive aspect I see is that I could avoid some conflicts lsslider has on my setup.
What would the negative aspects be.

(My concern is having the:*Slider "Main Volume" 730 545 2 "vol.bmp" "knob.bmp" HI [VOLUME] 0
line on the theme.rc cache while the module is not loaded and that that could create LS conflicts.)