@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
ScrollBarEx : Custom ScrollBar Gadget [CrossPlatform]
Re: ScrollBarEx : Custom ScrollBar Gadget [CrossPlatform]
Sorry for my bad english.
Re: ScrollBarEx : Custom ScrollBar Gadget [CrossPlatform]
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.
-
- User
- Posts: 11
- Joined: Wed Feb 03, 2021 12:04 am
Re: ScrollBarEx : Custom ScrollBar Gadget [CrossPlatform]
i want to use this with ListViev gadget, can you tell me? I don't really understandPeyman 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