Mark Schonewille wrote:

> On 22 mei 2012, at 22:39, Paul Dupuis wrote:
>> What property controls the color of the progress indicator itself in
>> progress bars?
>
> As far as I know, the operating system controls that.

The modern engine rendering uses the OS to draw those, but you can revert to the older control rendering by setting the lookAndFeel property to "Motif" or "Win95" to have settable colors, where the hiliteColor is the thumb color and the shadowColor is the background.

Unfortunately, all other controls look pretty wonky with the lookAndFeel set to anything but "Appearance Manager".

You can also craft custom progress bars and other scrollbar types yourself, but it's enough work that I submitted this request some time ago to allow us to set the lookAndFeel for specific controls:

<http://quality.runrev.com/show_bug.cgi?id=8017>

--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 LiveCode Journal blog: http://LiveCodejournal.com/blog.irv

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to