ScrollBarEx : Custom ScrollBar Gadget [CrossPlatform]

Share your advanced PureBasic knowledge/code with the community.
Peyman
Enthusiast
Enthusiast
Posts: 203
Joined: Mon Dec 24, 2007 4:15 pm
Location: Iran

Re: ScrollBarEx : Custom ScrollBar Gadget [CrossPlatform]

Post 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
Sorry for my bad english.
Peyman
Enthusiast
Enthusiast
Posts: 203
Joined: Mon Dec 24, 2007 4:15 pm
Location: Iran

Re: ScrollBarEx : Custom ScrollBar Gadget [CrossPlatform]

Post 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
Sorry for my bad english.
dempdeezzpp
User
User
Posts: 11
Joined: Wed Feb 03, 2021 12:04 am

Re: ScrollBarEx : Custom ScrollBar Gadget [CrossPlatform]

Post 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
Post Reply