Re: Android local notifications

2015-04-03 Thread Bernard Devlin
I assume you are trying to send a push notification from one Livecode app to another. When I was testing push notifications, I did my tests via curl curl -v -H "Authorization:key=???" -X POST --data "@push.txt" https://android.googleapis.com/gcm/send where the file "push.txt" contained the para

Re: Getting in a mix-up with COMn

2015-04-03 Thread Jerry Jensen
On Apr 3, 2015, at 8:05 AM, Richmond wrote: > >> read from file "COM3:" until end >> >> is the Dictionary example. >> > > Indeed; although the problem seems to be with 'end'. I have used the following with a driver for a Keyspan USB-to-serial adapter on a mac: read from driver tWxPort unti

Re: Getting in a mix-up with COMn

2015-04-03 Thread stephen barncard
On Fri, Apr 3, 2015 at 8:05 AM, Richmond wrote: > read from file "COM3:" until end 'end' is another unrelated keyword. try read from file "COM3:" until eof -- Stephen Barncard - Sebastopol Ca. USA - Deeds Not Words ___ use-livecode mailing list use

Re: Getting in a mix-up with COMn

2015-04-03 Thread stephen barncard
On Fri, Apr 3, 2015 at 8:05 AM, Richmond wrote: > Indeed; although the problem seems to be with 'end'. > until EOF ?? -- Stephen Barncard - Sebastopol Ca. USA - Deeds Not Words ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: BackgroundColor

2015-04-03 Thread Peter M. Brigham
On Apr 3, 2015, at 12:58 PM, Peter Haworth wrote: > That sounded promising but alas, no joy. > > Setting the backgroundcolor to empty had no effect so I tried setting it to > white. That went back to the original issue where white was the > backgroundcolor up to the font size and the space betwe

Re: Android local notifications

2015-04-03 Thread J. Landman Gay
On 4/3/2015 4:04 AM, Bernard Devlin wrote: Livecode does get the ID of the notification. Is there some way you can incorporate that ID with the later messages? I thought of that, but there's no way to specify an ID when you create a new notification. The ID is read-only and assigned by the en

Release 6.7.4 RC 3 / Release 7.0.4 RC 3

2015-04-03 Thread sebastien
Dear List Members, We are pleased to announce the release of LiveCode 6.7.4 RC 3 and 7.0.4 RC 3. This release is a maintenance release that contains bug fixes for both versions. The list of bugs fixed can be found in the Release Notes. *iOS Simulators testing For the reason that building iOS

Re: Android local notifications

2015-04-03 Thread J. Landman Gay
On 4/3/2015 1:41 AM, Mark Wilcox wrote: Android can delay notifications for power saving reasons. As I understand it the more there are from one app and the less the user interacts with them, the more likely they are to be delayed. I think to do what you want more reliably you'd need to use back

Re: BackgroundColor

2015-04-03 Thread Peter Haworth
That sounded promising but alas, no joy. Setting the backgroundcolor to empty had no effect so I tried setting it to white. That went back to the original issue where white was the backgroundcolor up to the font size and the space between that and the text height was the original backgroundcolor.

Re: BackgroundColor

2015-04-03 Thread Graham Samuel
Oops sorry I replied to the wrong email. I was talking about LC8… Grahan > On 3 Apr 2015, at 13:36, Graham Samuel wrote: > > Ah, good explanation - I'll have a look at the Community version. > > Thanks > > Graham > > Sent from my iPhone > >> On 3 Apr 2015, at 13:17, Peter M. Brigham wrote:

Re: Getting in a mix-up with COMn

2015-04-03 Thread Richmond
On 03/04/15 17:47, Kay C Lan wrote: On Fri, Apr 3, 2015 at 4:37 AM, Richmond wrote: read from file COM3: until end Did you really have that or was that mistyped? read from file "COM3:" until end is the Dictionary example. Indeed; although the problem seems to be with 'end'. Richmon

Re: Getting in a mix-up with COMn

2015-04-03 Thread Kay C Lan
On Fri, Apr 3, 2015 at 4:37 AM, Richmond wrote: >read from file COM3: until end > Did you really have that or was that mistyped? read from file "COM3:" until end is the Dictionary example. ___ use-livecode mailing list use-livecode@lists.runrev.c

Re: Getting LC 8

2015-04-03 Thread Kay C Lan
If you really want to try LC 8 (Community) out just go here: http://downloads.livecode.com/livecode/ On Fri, Apr 3, 2015 at 4:21 PM, Graham Samuel wrote: > I keep getting offered a version of LC 8 by the automatic update process > when I open LC 7.0.4 (rc 2), but the update always fails. This h

Re: BackgroundColor

2015-04-03 Thread Graham Samuel
Ah, good explanation - I'll have a look at the Community version. Thanks Graham Sent from my iPhone > On 3 Apr 2015, at 13:17, Peter M. Brigham wrote: > > Late to the party here, but what happens if you lock the screen, set the > backgroundcolor of the line to x, then set the backgroundcolor

Re: BackgroundColor

2015-04-03 Thread Peter M. Brigham
Late to the party here, but what happens if you lock the screen, set the backgroundcolor of the line to x, then set the backgroundcolor of all the other words to empty? -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Mar 31, 2015, at 8:02 PM, Peter Haworth wrote:

Re: Getting LC 8

2015-04-03 Thread Robert L.
Graham: Is this with the “commercial” version of LC? If so, I’ve experienced this too. There is no commercial version 8 DP yet, only the community edition. I think it has to do with the way they autoupdater checks to see if something newer is available. It sees a newer version, but the chec

Re: Android local notifications

2015-04-03 Thread Bernard Devlin
When I looked at Android notifications a while back, I saw some irregularity with them being delivered, and with the aural alert of a new notification. I haven't looked at this for some time. However, when I look at this page http://developer.android.com/guide/topics/ui/notifiers/notifications.h

Getting LC 8

2015-04-03 Thread Graham Samuel
I keep getting offered a version of LC 8 by the automatic update process when I open LC 7.0.4 (rc 2), but the update always fails. This happens on two different Macs. Is it just me, or should I report it? Graham ___ use-livecode mailing list use-live