Return Colour to the Application Browser
Moderator: Klaus
-
- Livecode Opensource Backer
- Posts: 10081
- Joined: Fri Feb 19, 2010 10:17 am
Return Colour to the Application Browser
A picture is worth a 1000 words; LC 4.5 on the left, LC 6.0.2 on the right:
-
- Livecode Opensource Backer
- Posts: 10081
- Joined: Fri Feb 19, 2010 10:17 am
Re: Return Colour to the Application Browser
I know which I prefer.
-
- Livecode Opensource Backer
- Posts: 10081
- Joined: Fri Feb 19, 2010 10:17 am
Re: Return Colour to the Application Browser
For anyone having the feeling this was a Linux-only problem here is a picture from Macintosh:
Re: Return Colour to the Application Browser
Richmond...
I think you're 'whistling Dixie'... I like the change...and it shows the difference between the 5 & 6 versions...
I think you're 'whistling Dixie'... I like the change...and it shows the difference between the 5 & 6 versions...
-
- Livecode Opensource Backer
- Posts: 10081
- Joined: Fri Feb 19, 2010 10:17 am
Re: Return Colour to the Application Browser
And the same again for Windows 7:
-
- Livecode Opensource Backer
- Posts: 10081
- Joined: Fri Feb 19, 2010 10:17 am
Re: Return Colour to the Application Browser
Well I could be "whistling Dixie" even if only for the reason than Abraham Lincoln reneged on States' Rights,
and however distasteful slavery is, the Confederacy, in their desire to separate from the United States were
sticking to the Declaration of Independence; while Lincoln was trampling all over it.
HOWEVER . . .
As Runtime Revolution claim that with the OSS version they are 'open' it behooves them to listen to this sort of complaint.
AND . . .
From a cognitive point of view, coloured icons are more easily distinguished.
Of course, the best situation, would be that there would be a choice in the IDE preferences:
You get your Abraham Lincoln and I get my Jefferson Davis!!!
and however distasteful slavery is, the Confederacy, in their desire to separate from the United States were
sticking to the Declaration of Independence; while Lincoln was trampling all over it.
HOWEVER . . .
As Runtime Revolution claim that with the OSS version they are 'open' it behooves them to listen to this sort of complaint.
AND . . .
From a cognitive point of view, coloured icons are more easily distinguished.
Of course, the best situation, would be that there would be a choice in the IDE preferences:
You get your Abraham Lincoln and I get my Jefferson Davis!!!
-
- Livecode Opensource Backer
- Posts: 10081
- Joined: Fri Feb 19, 2010 10:17 am
Re: Return Colour to the Application Browser
Further to the Application Browser's monochromicity, there is a problem with the Preferences palettes (on Linux at least)
where text that is selected is always selected in BLACK, while earlier versions of Livecode picked up the system's
settings for selecting text: here we are again: LC 4.5 on the left, LC 6.0.2 on the right:
where text that is selected is always selected in BLACK, while earlier versions of Livecode picked up the system's
settings for selecting text: here we are again: LC 4.5 on the left, LC 6.0.2 on the right:
-
- Livecode Opensource Backer
- Posts: 10081
- Joined: Fri Feb 19, 2010 10:17 am
Re: Return Colour to the Application Browser
And so it goes on:
Re: Return Colour to the Application Browser
Selections in both the properties palette and in card fields are normal on my Mac. (This time I checked twice.) What is the hilitecolor of your stack set to? How about "the hilitecolor of stack home"? Maybe the Linux home stack shipped with a black hilite color?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
-
- Livecode Opensource Backer
- Posts: 10081
- Joined: Fri Feb 19, 2010 10:17 am
Re: Return Colour to the Application Browser
put the hilitecolor of stack home
put the hilitecolor of stack "home"
get a null result
setting the hilitecolor of a stack is easy enough
and
set the hilitecolor of stack "home" to "blue"
results in the pref palette selection going purple
the hilitecolor reverts on quit and restart to black.
put the hilitecolor of stack "home"
get a null result
setting the hilitecolor of a stack is easy enough
and
set the hilitecolor of stack "home" to "blue"
results in the pref palette selection going purple
the hilitecolor reverts on quit and restart to black.
-
- Livecode Opensource Backer
- Posts: 10081
- Joined: Fri Feb 19, 2010 10:17 am
Re: Return Colour to the Application Browser
Hey, here's a bit of fun:
set the hiliteColor of stack "Home" to "red"
results in the photographic opposite of RED; a sort of olive-green.
set the hiliteColor of stack "Home" to "red"
results in the photographic opposite of RED; a sort of olive-green.
Re: Return Colour to the Application Browser
Nope. The highlighting colors show up properly on linux here. Both LC 6.0.1 and 6.0.2-rc1.
PowerDebug http://powerdebug.ahsoftware.net
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
-
- Livecode Opensource Backer
- Posts: 10081
- Joined: Fri Feb 19, 2010 10:17 am
Re: Return Colour to the Application Browser
Here you are; the hack stack to change your App-Browser icons from monochrome gloom
to nauseating colour (and back again when you've had enough.
to nauseating colour (and back again when you've had enough.
- Attachments
-
- AppBrowserer.zip
- (38.42 KiB) Downloaded 235 times
Re: Return Colour to the Application Browser
That's very nice, but it's a bit disconcerting if you have the Application Browser open and all the App Browser icons disappear.
Reloading the App Browser shows color icons properly.
And IMO it makes a *big* difference.
Thanks for this.
Reloading the App Browser shows color icons properly.
And IMO it makes a *big* difference.
Thanks for this.
PowerDebug http://powerdebug.ahsoftware.net
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
-
- Livecode Opensource Backer
- Posts: 10081
- Joined: Fri Feb 19, 2010 10:17 am
Re: Return Colour to the Application Browser
So I typed this into my Message Box:
set the hiliteColor of stack Home" to 117,63,61
save stack "Home"
then Quit Livecode and Restarted it,
at which point selected items appeared in something that could perhaps be described as "upset stomach brown"
which is very odd indeed when 117,63,61 is a fairly groovy shade of green.
set the hiliteColor of stack Home" to 117,63,61
save stack "Home"
then Quit Livecode and Restarted it,
at which point selected items appeared in something that could perhaps be described as "upset stomach brown"
which is very odd indeed when 117,63,61 is a fairly groovy shade of green.