thanks reteset, ill try this new system out then :yes
Announcement
Collapse
No announcement yet.
FREE : SliderEx Object Plugin
Collapse
X
-
-
hi a new update is available
Updates :
1) Feature added: Help File a detailed help file added
2) Bug fixed : A simple bug fixed
important note : there is a problem that can not be fixed
when you call
SliderEx.SetBGColor() , SliderEx.SetBorderStyle() ,SliderEx.SetThumbOrientation();
object recreates itself and object's window handle changed
keep in mind this if you use SliderEx.GetWindowHandle() function
for example:
hWnd = SliderEx.GetWindowHandle("mySlider");
Window.SetMask ( hWnd,"MaskFile.bmp",true,0 );
after you call this
SliderEx.SetBGColor("mySlider",0);
object will be lost its masked form.
for this problem you can use
SliderEx.SetBGColor("mySlider",0);
hWnd = SliderEx.GetWindowHandle("mySlider");
Window.SetMask ( hWnd,"MaskFile.bmp",true,0 );
thanks
Comment
-
i will update this plugin soon,
i will add some function which should be added
i will try to fix window handle problem ,if i would not i will remove
SliderEx.GetWindowHandle();
i am already thinking this was a unnecessary action
any suggestions except transparent background ..?
it is possible but does not work on a AMS page properly
and olso if you think skin support i am working on a separated slider
plugin with skin support but this plugin will has limited features
LiKe Below:
no background color option (if you want back color option SliderEx is your friend)
no border style option
no tooltip option
no resize option (object size should be same as background image (both runtime-designtime))
some events will not be available
maybe it can be dragged by only mouse (i am working on the add more options)
and it is not finished yet
actually creating a skinned slider takes 10 minutes (for myself)
but making it dynamically (user defined) may take 10 days - 10 weeks
thank you for your interest
@JDog37 if you want to receive MPs from forum members like me
you should enable receivig PMs from members
From : User CP >> Edit Options >> Messaging & Notification >> Enable Private MessagingLast edited by reteset; 08-17-2008, 01:46 PM.
Comment
-
Originally posted by longedge View PostGot it -
Code:pos = SliderEx.GetSliderPos("Plugin1"); vol = Math.Abs(255-pos); Audio.SetVolume(CHANNEL_BACKGROUND, vol);
Where exactly does this script need to be added?
I know it's a basic question, but I'm hopeless with this.
Thanks.
Comment
Comment