Re: paste and closeField

2013-07-20 Thread J. Landman Gay
On 7/20/13 5:51 PM, Dr. Hawkins wrote: as documented, pasting into a field doesn't result in closeField being called on exit. Is there a straightforard way around it, or do I really need to add a hasChanged attribute to fields, set that as part of paste, and check for it in exitField? Use the

Re: LC Server Image Weirdness

2013-07-20 Thread Paul Hibbert
Hi Rick, I'm no expert in this area, but it sounds to me like the image is not being released after the upload, other list readers may have a better idea. If you are using "Open File", "Write to File" etc., make sure you also use "Close File" after the upload to release the image file for other

Re: paste and closeField

2013-07-20 Thread dunbarx
I did not check the docs, but if I paste into a field and then click on the card somewhere, say, a closefield message is sent to the field. In any case, you can always trap "textChange". Craig Newman -Original Message- From: Dr. Hawkins To: How to use LiveCode Sent: Sat, Jul 20, 2

Re: error in fetching URL

2013-07-20 Thread Dar Scott
The error message comes from libURL, so you can probably clear it with resetAll when it happens until you track down the problem. I'm not sure what would cause that for that long of a period. Maybe a command-period in the middle of the URL operation. Just guessing. Dar On Jul 20, 2013, at 8:

Re: error in fetching URL

2013-07-20 Thread Peter M. Brigham
Weird. I quit LC, restarted it, opened the stack, now it's working. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Jul 20, 2013, at 3:50 PM, Dar Scott wrote: > Part of 'put URL...' gets translated to a LiveCode command that fetches the > request. This command u

Re: error in fetching URL

2013-07-20 Thread Peter M. Brigham
Nope, I'm not clicking the button twice. I just opened up the test stack I'm using to develop this, having not used it since this morning. I clicked the button once and immediately got the error message. The funny thing is that it worked at first, now nothing but error. If I wait 10 minutes whil

Re: Genymotion Android emulator

2013-07-20 Thread Warren Samples
On 07/20/2013 05:48 PM, Warren Samples wrote: and an "inevitably" hostile beast after all, to install for testing during development should, of course, read: "... and NOT an inevitably hostile beast..." :D ___ use-livecode mailing list use-livecode

paste and closeField

2013-07-20 Thread Dr. Hawkins
as documented, pasting into a field doesn't result in closeField being called on exit. Is there a straightforard way around it, or do I really need to add a hasChanged attribute to fields, set that as part of paste, and check for it in exitField? -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 _

Re: Genymotion Android emulator

2013-07-20 Thread Warren Samples
On 07/20/2013 04:55 PM, Richmond wrote: "Richmond's experience" has been greatly exaggerated by Thee! Thee or thou? Your post makes it sound like a universal Linux problem, using the term "inevitably". I don't know what to say about the instructions being wrong "(but that is normal for Linux

Re: Genymotion Android emulator

2013-07-20 Thread Richmond
On 07/21/2013 12:55 AM, Richmond wrote: On 07/21/2013 12:34 AM, Warren Samples wrote: On 07/20/2013 03:20 PM, Mark Wieder wrote: That can easily depend on linux distros, especially where init.d comes into play. Well, yes. That could be a part of why YMMV :) I was just saying that my experie

Re: Genymotion Android emulator

2013-07-20 Thread Richmond
On 07/21/2013 12:34 AM, Warren Samples wrote: On 07/20/2013 03:20 PM, Mark Wieder wrote: That can easily depend on linux distros, especially where init.d comes into play. Well, yes. That could be a part of why YMMV :) I was just saying that my experience was completely without strangeness or

Re: Genymotion Android emulator

2013-07-20 Thread Warren Samples
On 07/20/2013 03:20 PM, Mark Wieder wrote: That can easily depend on linux distros, especially where init.d comes into play. Well, yes. That could be a part of why YMMV :) I was just saying that my experience was completely without strangeness or difficulty, hoping to lend encouragement to a

Re: Genymotion Android emulator

2013-07-20 Thread Mark Wieder
Warren- Saturday, July 20, 2013, 11:30:14 AM, you wrote: > On 07/20/2013 12:59 PM, Richmond wrote: >> On 07/20/2013 08:23 PM, Mark Wieder wrote: >>> Richmond- >>> >>> Saturday, July 20, 2013, 10:02:38 AM, you wrote: >>> Setting the thing up was, inevitably, slightly difficult as, inevit

Re: error in fetching URL

2013-07-20 Thread Dar Scott
Part of 'put URL...' gets translated to a LiveCode command that fetches the request. This command uses a version of wait that allows messages. I suspect you are clicking a button again before this is finished. You might want to consider these two things in that button. Set the cursor at

Re: Genymotion Android emulator

2013-07-20 Thread Richmond
On 07/20/2013 09:30 PM, Warren Samples wrote: On 07/20/2013 12:59 PM, Richmond wrote: On 07/20/2013 08:23 PM, Mark Wieder wrote: Richmond- Saturday, July 20, 2013, 10:02:38 AM, you wrote: Setting the thing up was, inevitably, slightly difficult as, inevitably, the setup instructions were sli

Re: Genymotion Android emulator

2013-07-20 Thread Warren Samples
On 07/20/2013 12:59 PM, Richmond wrote: On 07/20/2013 08:23 PM, Mark Wieder wrote: Richmond- Saturday, July 20, 2013, 10:02:38 AM, you wrote: Setting the thing up was, inevitably, slightly difficult as, inevitably, the setup instructions were slightly wrong (but that is normal for Linux). As

error in fetching URL

2013-07-20 Thread Peter M. Brigham
I'm trying to design a poor man's spelling checker, and I'm using the script below. I keep getting the error "error Previous request not completed" and I don't know enough about internet connections to interpret what's going on. Can anyone help? function checkSpelling tWord put "http://www.

Re: Genymotion Android emulator

2013-07-20 Thread Richmond
On 07/20/2013 08:23 PM, Mark Wieder wrote: Richmond- Saturday, July 20, 2013, 10:02:38 AM, you wrote: Setting the thing up was, inevitably, slightly difficult as, inevitably, the setup instructions were slightly wrong (but that is normal for Linux). As I am about to install this thing next we

Re: Using the "or" operator with filter

2013-07-20 Thread Roger Eller
Thanks Peter. That would work fine for a fixed list, or the current 3 items, but if the list grows, I would have to edit the script. I ended up using repeat for each, and since even the large list is less than 100 lines, it is done in a few milliseconds. ~Roger On Jul 20, 2013 12:22 PM, "Peter M

Re: Using the "or" operator with filter

2013-07-20 Thread Mark Wieder
Peter- Saturday, July 20, 2013, 9:22:00 AM, you wrote: > How about something like this: > put tList into list1 > put tList into list2 > put tList into list3 > filter list1 with "*" & item 1 of gCodes & "*" > filter list2 with "*" & item 2 of gCodes & "*" > filter list3 with "*" & item 3 of gCode

Re: Genymotion Android emulator

2013-07-20 Thread Mark Wieder
Richmond- Saturday, July 20, 2013, 10:02:38 AM, you wrote: > Setting the thing up was, inevitably, slightly difficult as, > inevitably, the setup instructions were slightly wrong (but that is > normal for Linux). As I am about to install this thing next week, would you care to share any insights

Re: Managing Long IDs?

2013-07-20 Thread Peter M. Brigham
Again, sorry for the late reply, but could you use something like this? If you don't really need to use the filepath in your coding, that is. getProp robustID a virtual property, read only -- getting the long id of a control can result in different values depending on -- (a)

Genymotion Android emulator

2013-07-20 Thread Richmond Mathewson
This message is sent from Genymotion emulating a Nexus 4.2.2 with Google Apps. My next "problem" is to work out how to get Android standalones from LC 6.1 Community on the thing. Setting the thing up was, inevitably, slightly difficult as, inevitably, the setup instructions were slightly wrong

Re: Finding list items within a table field

2013-07-20 Thread Peter M. Brigham
Sorry for the late reply, but I'm catching up after some time off for my daughter's wedding…. This might be useful: function lineOffsets str,container -- returns a comma-delimited list of all the lineOffsets of str in cntr -- duplicates are stripped out -- requires offsets() put offs

Re: Using the "or" operator with filter

2013-07-20 Thread Peter M. Brigham
How about something like this: put tList into list1 put tList into list2 put tList into list3 filter list1 with "*" & item 1 of gCodes & "*" filter list2 with "*" & item 2 of gCodes & "*" filter list3 with "*" & item 3 of gCodes & "*" put list1 & cr & list2 & cr & list3 into outputList -- Peter

LC Server Image Weirdness

2013-07-20 Thread Rick Harrison
Ok, so I have the LC 6.1.0 server running on a Macintosh, and I'm uploading an image to the server through a webpage and storing it onto the server. I'm trying to display the image on the webpage to show that it completed properly etc. I'm using the statement: put "" & cr The webpage completes

Re: iOS Developer Portal Down?

2013-07-20 Thread Colin Holgate
No advanced warning, and it’s still down. They do say in the message that if you’re account was due to expire right now it will be extended so that your apps stay in the store. On Jul 19, 2013, at 11:50 PM, Mike Kerner wrote: > >I just checked again and they updated the message to apologize f

Re: LC 6.1 Community Grinds to a halt

2013-07-20 Thread Richmond
On 07/20/2013 03:42 AM, dunb...@aol.com wrote: Richmond. Do you mean it slows to a crawl, or hangs? Can you close windows and get it moving again? It takes about 3 minutes to respond to anything, and closing windows takes just as long, and does not speed things up. Richmond. Craig