Progress Bar colors...

Richard Gaskin ambassador at fourthworld.com
Tue May 22 17:14:27 EDT 2012


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




More information about the use-livecode mailing list