Page 2 of 2

Re: ScrollBarEx : Custom ScrollBar Gadget [CrossPlatform]

Posted: Mon Nov 07, 2016 4:01 pm
by Peyman
@Demivec,

thx, yes its a good idea, i try to add it in next version

@Michael Vogel,

thx, i did not think about a very large Maximum number for ScrollBar, as you know PB ScrollBar limited Max number of ScrollBar to 10000, so its fix in next version

Re: ScrollBarEx : Custom ScrollBar Gadget [CrossPlatform]

Posted: Tue Nov 08, 2016 1:23 am
by Peyman
new version 1.40 released, please test it and report any bug or request new futures.

Code: Select all

; 1.40  Fixed the moving slider system, now its move by State instead of width and height
;       Added continues slider moving when click and hold left button on gadget
;       Fixed a problem in knob resizing when Max number of ScrollBar is too high
;       Fixed a bug in Wheel command (#SBEx_Command_Wheel)
;       Some cleanup in SBEx_Resize

Re: ScrollBarEx : Custom ScrollBar Gadget [CrossPlatform]

Posted: Wed Feb 03, 2021 12:15 am
by dempdeezzpp
Peyman wrote:new update with some bug fixes and images now embed in example.

Code: Select all

; 1.10  Fixed Drawing ScrollBar
;       Added CompilerError for threadsafe option
;       Fixed a problem in BindScrollBarExEvent
;       Images embeded in Example
;       Changed CanvasCallback to ScrollBarExCallback
;       Changed UpdateCallback to UpdateScrollBarEx
i want to use this with ListViev gadget, can you tell me? I don't really understand