Page 1 of 1

[Implemented] Scroll Gadget Min/Max Set

Posted: Wed Dec 29, 2004 4:32 am
by Shannara
I think it would be wonderfull if we are able to set the scrollbar's min and max after the bar is created, instead of having to destroy and recreate the scroll bar everytime we need to change those values.

Posted: Wed Dec 29, 2004 9:40 am
by FloHimself
to destroy and recreate the scroll bar everytime
what about:

Code: Select all

SendMessage_(GadgetID(#ScrollBar_0), #SBM_SETRANGE, newMin, newMax)
:?:

Posted: Wed Dec 29, 2004 7:51 pm
by Shannara
My hero :) I'll try that, thanks!