scroll area color

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
Maxiogee
Posts: 38
Joined: Thu May 05, 2011 5:45 pm

scroll area color

Post by Maxiogee » Wed Sep 03, 2014 4:32 pm

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

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: scroll area color

Post by Klaus » Wed Sep 03, 2014 4:45 pm

Hi Maxiogee,

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


Best

Klaus

snm
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 253
Joined: Fri Dec 09, 2011 11:17 am

Re: scroll area color

Post by snm » Wed Sep 03, 2014 9:50 pm

I hope you can make your own scrollbars.

Marek

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: scroll area color

Post by Simon » Wed Sep 03, 2014 11:04 pm

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
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Post Reply