ning.com]
> Sent: 17 September 2013 18:34
> To: use-livecode@lists.runrev.com
> Subject: Re: Euro symbol
>
>
> Thank you for the various suggestions but as I indicated, this is
> to MAINTAIN (e.g. a label field) the symbol display not
> insert/edit it. There does not
Thank you for the various suggestions but as I indicated, this is to
MAINTAIN (e.g. a label field) the symbol display not insert/edit it. There
does not appear to be a cross-platform display specification that guarantees
the Euro symbol on all platforms for the same field contents.
Hugh Senior
FLC
On 09/17/2013 08:33 PM, FlexibleLearning.com wrote:
Thank you for the various suggestions but as I indicated, this is to
MAINTAIN (e.g. a label field) the symbol display not insert/edit it. There
does not appear to be a cross-platform display specification that guarantees
the Euro symbol on all p
a/kings/francis2.htm
I don't think we need to fuss about that sort of thing that much.
Richmond.
Craig
-Original Message-
From: Richmond
To: How to use LiveCode
Sent: Tue, Sep 17, 2013 9:12 am
Subject: Re: Euro symbol
On 09/17/2013 04:09 PM, dunb...@aol.com wrote:
Hi.
King's English, Richmond.
"Append" sounds like a body part, and this is a clean forum.
Craig
-Original Message-
From: Richmond
To: How to use LiveCode
Sent: Tue, Sep 17, 2013 9:12 am
Subject: Re: Euro symbol
On 09/17/2013 04:09 PM, dunb...@aol.com wrote:
>
On 09/17/2013 04:09 PM, dunb...@aol.com wrote:
Hi.
Wouldn't "the Platform" function allow you to determine which ASCII char to
prepend?
Wow! "prepend": can I reach for a glass of whisky at 4pm?
Richmond.
Craig NEwman
-Original Message-
From: FlexibleLearning.com
To: use-livec
Hi.
Wouldn't "the Platform" function allow you to determine which ASCII char to
prepend?
Craig NEwman
-Original Message-
From: FlexibleLearning.com
To: use-livecode
Sent: Tue, Sep 17, 2013 8:49 am
Subject: Euro symbol
Has ANYONE solved how to maintain the euro symbol in a cross-
On 09/17/2013 03:48 PM, FlexibleLearning.com wrote:
Has ANYONE solved how to maintain the euro symbol in a cross-platform stack?
numtochar (Win 128|Mac 219) is platform-specific, and htmltext "¤" is
Mac-only.
Hugh Senior
FLCo
___
use-livecode mailin
Hi Hugh,
This one works as expected :
<--snipped-->
put " €" after line it of fld "prix"
set the htmltext of fld "prix" to fld "prix"
<--snipped-->
Best,
Pierre
Le 17 sept. 2013 à 14:48, FlexibleLearning.com a écrit :
> Has ANYONE solved how to maintain the euro symbol in a cross-platform st
LOL! Actually, what I sent you was exactly what you wrote in your reply. One of
our email clients must have rendered it as HTML. Glad you got it to work.
Devin
On Jul 11, 2012, at 9:57 AM, Dan Friedman wrote:
> Devin,
>
> That didn't work for me. But, this did:
>
> set the htmltext of field
Devin,
That didn't work for me. But, this did:
set the htmltext of field 1 to "€"
Thanks!!
-Dan
> Dan,
>
> As of version 5.5.1, this works:
>
>set the htmltext of fld 1 to "€"
>
> Have you tried that on Android?
>
> Devin
>
>
> On Jul 11, 2012, at 9:11 AM, Dan Friedman wrote:
>
>
Dan,
As of version 5.5.1, this works:
set the htmltext of fld 1 to "€"
Have you tried that on Android?
Devin
On Jul 11, 2012, at 9:11 AM, Dan Friedman wrote:
> If I do this on iOS (or MacOS), I get the proper results:
>
> put "€" into field 1
>
> However, if I do the same thing o
12 matches
Mail list logo