Page 1 of 1

Height of progress scrollbar

Posted: Wed Jan 17, 2018 1:45 am
by hutchfx
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

Re: Height of progress scrollbar

Posted: Wed Jan 17, 2018 3:34 am
by bogs
On a scrollbar, it is the thumbsize your looking to change I am pretty sure.

Re: Height of progress scrollbar

Posted: Wed Jan 17, 2018 11:13 am
by jmburnod
Hi Hutch,
Is there a way to change the height of the visible bar
I think no, but you can create your own progress/scroll bar with LC :D
Best regards
Jean-Marc

Re: Height of progress scrollbar

Posted: Wed Jan 17, 2018 1:27 pm
by richmond62
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.

Re: Height of progress scrollbar

Posted: Wed Jan 17, 2018 1:51 pm
by richmond62

Re: Height of progress scrollbar

Posted: Wed Jan 17, 2018 4:11 pm
by bogs
richmond62 wrote:
Wed Jan 17, 2018 1:27 pm
The thumbSize of a horizontal scrollbar determines
how LONG the thumb of the scrollbar is.
My bad, I thought that was what he was trying to change. Yah, rolling your own is the only way I know of then.

Re: Height of progress scrollbar

Posted: Wed Jan 17, 2018 5:57 pm
by jmburnod
Hi,
There is a custom slider example stack in this thread:
http://forums.livecode.com/viewtopic.php?f=8&t=29582
Jean-Marc