Height of progress scrollbar
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Height of progress scrollbar
Changing the height of a horizontal progress scrollbar only changes the rectangle of the object. Is there a way to change the height of the visible bar?
Thanks!
Hutch
Thanks!
Hutch
Re: Height of progress scrollbar
On a scrollbar, it is the thumbsize your looking to change I am pretty sure.

Re: Height of progress scrollbar
Hi Hutch,
Best regards
Jean-Marc
I think no, but you can create your own progress/scroll bar with LCIs there a way to change the height of the visible bar

Best regards
Jean-Marc
https://alternatic.ch
-
- Livecode Opensource Backer
- Posts: 10078
- Joined: Fri Feb 19, 2010 10:17 am
Re: Height of progress scrollbar
The thumbSize of a horizontal scrollbar determines
how LONG the thumb of the scrollbar is.
While you can use scrollbarWidth to "fatten" the scrollbars in a field you
cannot, for some odd reason, do that with a standalone scrollBar.
how LONG the thumb of the scrollbar is.
While you can use scrollbarWidth to "fatten" the scrollbars in a field you
cannot, for some odd reason, do that with a standalone scrollBar.
-
- Livecode Opensource Backer
- Posts: 10078
- Joined: Fri Feb 19, 2010 10:17 am
Re: Height of progress scrollbar
My bad, I thought that was what he was trying to change. Yah, rolling your own is the only way I know of then.richmond62 wrote: ↑Wed Jan 17, 2018 1:27 pmThe thumbSize of a horizontal scrollbar determines
how LONG the thumb of the scrollbar is.

Re: Height of progress scrollbar
Hi,
There is a custom slider example stack in this thread:
http://forums.livecode.com/viewtopic.php?f=8&t=29582
Jean-Marc
There is a custom slider example stack in this thread:
http://forums.livecode.com/viewtopic.php?f=8&t=29582
Jean-Marc
https://alternatic.ch