Page 1 of 1

scroll area color

Posted: Wed Sep 03, 2014 4:32 pm
by Maxiogee
Hi,
I have three fields - each coloured differently.
Each is a scrolling field.
I am aesthetically disappointed in the white/grey combination of the scroll bar and scroll area of the field.
Would it be possible to allow these to be coloured.
It would be great if the scroll area could be made a related lighter shade to the field colour, and the bar could be a related-deeper one.

[indent][indent][indent][/indent][/indent][/indent]Image

Re: scroll area color

Posted: Wed Sep 03, 2014 4:45 pm
by Klaus
Hi Maxiogee,

the scrollbars are supplied by the underlying OS!
So please complain at Apple :D


Best

Klaus

Re: scroll area color

Posted: Wed Sep 03, 2014 9:50 pm
by snm
I hope you can make your own scrollbars.

Marek

Re: scroll area color

Posted: Wed Sep 03, 2014 11:04 pm
by Simon
Hi Maxiogee,
using this:
http://livecodeshare.runrev.com/stack/2 ... 7s-Sliders
You can create your own.
You just need to set the vscroll of the group/field to the number produced.

Code: Select all

put the formattedHeight of fld 1
will give you the max height.

Simon