Hi RIchmond,

It's just three small changes away.
First revive gRevSmallAppIcon support on MacOSX by uncommenting the bit that 
starts with
# OK-2009-10-08 : Removed for consistency with Windows / Linux

Next you need to fiddle with the logic of the block
--is there an icon to display or not?
if word 2 of item 1 of the dialogData is "plain" and (not tMacOSX and 
gREVAppIcon is not empty) then

=> if word 2 of item 1 of the dialogData is "plain" and gREVAppIcon is 
empty then

And then seven lines below, change
if tMacOSX then 
=> if tMacOSX or true then


HTH,

Jan Schenkel. 
=====
Quartam Reports & PDF Library for LiveCode
www.quartam.com


=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La 
Rochefoucauld)


----- Original Message -----
From: Richmond <richmondmathew...@gmail.com>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Cc: 
Sent: Wednesday, November 21, 2012 9:46 PM
Subject: Re: "Badge" in answer modal?

On 11/21/2012 05:56 PM, Jan Schenkel wrote:
> The badging is implemented specifically to help Mac developers comply with 
> the OS X Human Interface Guidelines.
> See: 
> <http://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/AppleHIGuidelines/Intro/Intro.html>
>
> There's no precedent for this badging on Windows or Linux, and while you may 
> personally find this a desirable feature accross all platforms, the RunRev 
> team wants to help us create a native user experience and tries to stop us 
> from creating user interfaces which look and feel alien to native users.
>
> That said, if you feel adventurous, you can edit the script of card 1 of 
> stack "Answer dialog" and remove the platform check for the code pertaining 
> to gRevSmallAppIcon ;-)

Just had a go and came badly unstuck.  :)


Of course a much easier route would be to make a palette to suit one's 
tastes that would function perfectly well cross-platform.

But, Hey, why take the easy route when there's a difficult one?

Oh, My God, it's time for my Lithium Tablets!  But it's difficult to get 
them as the strait-jacket kinda cramps my style.

LOL . . . Richmond.

_______________________________________________
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