Re: Blocking COPY ?

2013-03-31 Thread Richmond
On 01/04/13 06:15, Mark Talluto wrote: On Mar 31, 2013, at 1:07 PM, Richmond wrote: I really am getting tired of continually commenting out 25 copy commands in 25 objects for Demo versions of my stuff, and wonder if there is not a way to block the copy command globally with a single stack sc

Re: Autosave from field?

2013-03-31 Thread kee nethery
I know english language experts say I am wrong but I too tend to use "they" and "their" to be gender neutral. Kee On Mar 31, 2013, at 10:28 PM, Peter Bogdanoff wrote: > > On Mar 31, 2013, at 3:14 PM, Dr. Hawkins wrote: > >> On Sat, Mar 30, 2013 at 2:46 PM, J. Landman Gay >> wrote: >> >>> I

Re: Autosave from field?

2013-03-31 Thread Peter Bogdanoff
On Mar 31, 2013, at 3:14 PM, Dr. Hawkins wrote: > On Sat, Mar 30, 2013 at 2:46 PM, J. Landman Gay > wrote: > >> I just use "their" and ignore the plurality. It isn't grammatically >> correct, but it's pretty common and includes everybody. >> > > In English, unlike the word "her," the word "hi

Re: Blocking COPY ?

2013-03-31 Thread Mark Talluto
On Mar 31, 2013, at 1:07 PM, Richmond wrote: > I really am getting tired of continually commenting out 25 copy commands in > 25 objects > for Demo versions of my stuff, and wonder if there is not a way to block the > copy command > globally with a single stack script rather like this: Out of

Re: Android push notifications

2013-03-31 Thread Pierre Sahores
Thanks Bernard and John. It does the job there too ;-) Le 1 avr. 2013 à 01:08, John Craig a écrit : > play_sound=true -- Pierre Sahores mobile : 06 03 95 77 70 www.sahores-conseil.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Android push notifications

2013-03-31 Thread John Craig
Thanks, Bernard. Using play_sound=true, I get a sound with the notification on android. The elusive badge doesn't seem to appear anywhere on my device. John. On 31/03/2013 23:58, Bernard Devlin wrote: There is some information in RQCC for bug #10154 I have not seen more detailed informati

Re: Android push notifications

2013-03-31 Thread Bernard Devlin
There is some information in RQCC for bug #10154 I have not seen more detailed information than that anywhere else. Bernard On Sun, Mar 31, 2013 at 9:29 PM, John Craig wrote: > I've not managed to get a badge or sound for android push notifications. > Looking through the GCM developer docs,

Re: Autosave from field?

2013-03-31 Thread Dr. Hawkins
On Sat, Mar 30, 2013 at 2:46 PM, J. Landman Gay wrote: > I just use "their" and ignore the plurality. It isn't grammatically > correct, but it's pretty common and includes everybody. > In English, unlike the word "her," the word "his" does not imply gender on its own when used for a unknown perso

Re: Blocking COPY ?

2013-03-31 Thread Dr. Hawkins
On Sun, Mar 31, 2013 at 1:07 PM, Richmond wrote: > although, on Macintosh it does not stop command-C working! and the answer > dialog doesn't appear! > > On mac, having added my own menus, cmd-C doesn't seem to work, anyway. -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___

Re: Save greyed out with Mac build

2013-03-31 Thread J. Landman Gay
On 3/31/13 10:16 AM, Stephen King wrote: I have recently bought a macbook air running mountain lion. using the same live code file and building for mac, the application runs fine until I try to save. Then the file bane and paths are greyed out and I cannot save. Are there any switches I need to

Re: Blocking COPY ?

2013-03-31 Thread J. Landman Gay
On 3/31/13 3:07 PM, Richmond wrote: I am aware one can do this: on copyKey answer "nice try, chum" pass copyKey end copyKey although, on Macintosh it does not stop command-C working! and the answer dialog doesn't appear! It should work in a standalone or if you suspend the IDE. The

Re: Android push notifications

2013-03-31 Thread John Craig
I've not managed to get a badge or sound for android push notifications. Looking through the GCM developer docs, I haven't even found any reference to them yet, so I'm wondering if they are even possible using the GCM API alone. On 31/03/2013 15:47, Pierre Sahores wrote: Hi John, Does the

Re: Blocking COPY ?

2013-03-31 Thread Paul Hibbert
Richmond, This works for Cmd+C & Cmd+X if you add a menubar to Mac OS X… --The following menuPick handler was generated by the Menu Builder. on menuPick pWhich switch pWhich case "Cut" answer "nice try, chum" break case "Copy" answer "nice try, chum"

Blocking COPY ?

2013-03-31 Thread Richmond
I really am getting tired of continually commenting out 25 copy commands in 25 objects for Demo versions of my stuff, and wonder if there is not a way to block the copy command globally with a single stack script rather like this: on copy don't end copy I am aware one can

Re: Autosave from field?

2013-03-31 Thread J. Landman Gay
On 3/31/13 11:58 AM, Robert Brenstein wrote: On 30.03.2013 at 16:46 Uhr -0500 J. Landman Gay apparently wrote: I just use "their" and ignore the plurality. It isn't grammatically correct, but it's pretty common and includes everybody. ... Actually, it is grammatically correct, at least accord

Re: Back Arrow

2013-03-31 Thread J. Landman Gay
On 3/31/13 9:34 AM, Richmond wrote: In Unicode textField the back arrow won't send the cursor back (i.e. leftwards) where a character has a subscripted character: that is to say, one character followed by another that is offset to appear below rather than after the preceding one. Is it just me,

Re: Autosave from field?

2013-03-31 Thread Richmond
On 03/31/2013 07:58 PM, Robert Brenstein wrote: On 30.03.2013 at 16:46 Uhr -0500 J. Landman Gay apparently wrote: I just use "their" and ignore the plurality. It isn't grammatically correct, but it's pretty common and includes everybody. "When the user presses a key on their keyboard..." Or

Re: Autosave from field?

2013-03-31 Thread Robert Brenstein
On 30.03.2013 at 16:46 Uhr -0500 J. Landman Gay apparently wrote: I just use "their" and ignore the plurality. It isn't grammatically correct, but it's pretty common and includes everybody. "When the user presses a key on their keyboard..." Or don't use a pronoun at all: "When the user pres

Save greyed out with Mac build

2013-03-31 Thread Stephen King
Hi I am sure this is a very simple one…. I normally build only for windows and have an application in Livecode 5 (and previously in 4) that builds to an executable (via splash screen) and saves a datafile to the the user documents folder. This has always worked with no problems. I have recen

Re: Android push notifications

2013-03-31 Thread Pierre Sahores
Hi John, Does the badge and sound works in using this way ? Thanks and Best Regards, Pierre Le 31 mars 2013 à 15:44, John Craig a écrit : > Now that I've tested with the pushNotificationReceived message, this update > delivers the payload data; > > # data element of notification > put "N

Back Arrow

2013-03-31 Thread Richmond
In Unicode textField the back arrow won't send the cursor back (i.e. leftwards) where a character has a subscripted character: that is to say, one character followed by another that is offset to appear below rather than after the preceding one. Is it just me, or what with font substitution in W

Re: thumbColor

2013-03-31 Thread Mike Bonner
Because its just a synonym for foreground color. So the text that isn't there to see is red! I'm sure it happened at some point as a "simplification" :) Works great on sliders though. On Sun, Mar 31, 2013 at 7:54 AM, Richmond wrote: > set the thumbColor of scrollBar "SKROLL" to red > > does no

thumbColor

2013-03-31 Thread Richmond
set the thumbColor of scrollBar "SKROLL" to red does nothing. I wonder why? Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.

Re: Android push notifications

2013-03-31 Thread John Craig
Now that I've tested with the pushNotificationReceived message, this update delivers the payload data; # data element of notification put "New updates available" into tDataA["title"] put "There are 3 new updates..." into tDataA["body"] put tDataA["body"] into tDataA["alert"] put 3

Font Substitution in Windows and Firefox.

2013-03-31 Thread Richmond
1. Versions of Windows from Vista onwards pay "merry hell" with non-standard unicode text in fields of Livecode standalones by substituting a Windows native font, even when the non-standard unicode font is installed on the system. 2. Mozilla Firefox does the same with HTML documents exported fr

Re: Autosave from field?

2013-03-31 Thread Richmond
On 03/30/2013 10:34 PM, stephen barncard wrote: just say "LGBT community". Easier. Thanks, but I still need to know the possessive pronoun . . . 'shis' ? On Sat, Mar 30, 2013 at 1:31 PM, Richmond wrote: Thanks chaps, but after some thought I went for a completely different way of doing th