Raw key events in an rTree

2014-02-04 Thread James Hale
In a V1 rTree one could assign the focus to the rTree and then respond to arrow keys (on the keyboard) and move around the tree. V2 of rTree is now a "group"rather than a control and the focus command no longer wants to work, telling me the object is of an invalid type. I tried focussing on the

Re: Window menuItem script

2014-02-04 Thread dunbarx
Hi. By "window" do you mean something like an option Menu or combo box? These are buttons, of course. But if so, they are also containers, and can be populated by simply placing a return delimited list of text into them. In this way you could place the "openstacks" , say, into such a control

Re: repeating string

2014-02-04 Thread dunbarx
Mark's offering was cute alright, but would be hard to implement the way i think you wanted, (pseudoCode) put (X repeat 5) after char 3 of "ABCDE" to yield "ABCXDE" You could always make a function like: put dupChar("X",5) after char 3 of yourArgument function dupChar tChar,dupValue

Re: [OT] will amuse you Linux fans

2014-02-04 Thread Mike Kerner
On Tue, Feb 4, 2014 at 10:50 AM, Richmond wrote: > On 04/02/14 17:42, Richard Gaskin wrote: > >> stephen barncard wrote: >> >> Not amusing to the look and feel people at Apple. >>> >>> the Icons are copied or very close. Not to mention about 20 other things. >>> Can 'they' get away with this?

Re: repeating string

2014-02-04 Thread Mike Kerner
That's clever. It would be item 29, but that hardly matters. What's even more interesting about that is that put space into word 29 of mySpaces will give me a string that's 1 character long. On Tue, Feb 4, 2014 at 9:39 PM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Mike, >

Window menuItem script

2014-02-04 Thread Kathy Jaqua
Hi runrevers Could someone please help me with a somewhat simple script:) I need to finish my MenuItems and need the script for "Window".  Since I am dealing with both standalone applications and liveCode Stacks, I need to list both groups that is to say: A. a list of the open Applications and

Re: repeating string

2014-02-04 Thread Mark Schonewille
Mike, set the itemDel to space put space into item 30 of mySpaces -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use Color Converter to convert CMYK, RGB, RAL, X

repeating string

2014-02-04 Thread Mike Kerner
There isn't a repeating string function/keyword/construct, right? put 30 spaces into a or put space * 30 into a -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little

rTree V2.03 requires tree to be visible to be constructed?

2014-02-04 Thread James Hale
I think I have successfully upgraded my app from using rTree V1 to rTree V2.03. I documented my method in the forum. I am asking this question here as Mats doesn't seem to respond to any forum posts of late. After my upgrade I launch my app and rTree throws an error from its "callibratescrollbar

Re: Extracting emails from mac mail

2014-02-04 Thread Richard Gaskin
Jim Hurley wrote: I seem to recall that it was possible to extract the text from MAC Mail Mail boxes. Am I dreaming? The format seems simple enough: -- Richard Gaskin Fourth World LiveCode training and consulting: http://www.fourthworld.com

Extracting emails from mac mail

2014-02-04 Thread Jim Hurley
I seem to recall that it was possible to extract the text from MAC Mail Mail boxes. Am I dreaming? Jim Hurley ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

RE: of possible Android interest

2014-02-04 Thread Ralph DiMola
I went to order and it went from $20 to $100 before my eyes. Whaaa. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Gerry Sent: Tuesday, February 04, 2014

Re: of possible Android interest

2014-02-04 Thread Alejandro Tejada
Interesting enough, just wondering if you know the answer: How could they offer such low prices? a) No manufacturer warranty (or just 1 month) b) Using sub-standard (or discarded) electronic components c) Dumping tactics from manufacturers d) All previous choices e) None of previous choices f) Ot

Re: of possible Android interest

2014-02-04 Thread Roger Eller
LOL I totally missed that it was going for $20. ~Roger On Tue, Feb 4, 2014 at 5:18 PM, Roger Eller wrote: > This one has much better specifications: $76.99 & free shipping > > Most notable specs: > >- Memory: 4 GB ROM, 1 GB RAM >- Android 4.1 (Jelly Bean) >- 5.0 MP rear-facing cam

Re: of possible Android interest

2014-02-04 Thread Roger Eller
This one has much better specifications: $76.99 & free shipping Most notable specs: - Memory: 4 GB ROM, 1 GB RAM - Android 4.1 (Jelly Bean) - 5.0 MP rear-facing camera - MicroSD slot for expandable storage up to 32 GB - Bluetooth 4.0 - Wi-Fi Version(s): 802.11 a,b,g,n http://

Re: of possible Android interest

2014-02-04 Thread Gerry
It's now at $100. Maybe it was a mistake? I've not heard from them so I'm assuming I'm still getting mine at the $20 price :) Gerry Sent from my iPad > On 4 Feb 2014, at 11:27 am, Mark Wieder wrote: > > This came up at work today. Not sure what to make of it, but it's sure hard > to beat that

Re: I find this very odd

2014-02-04 Thread proth...@earthednet.org
It must have been a typo. I just re-checked it and it does, in fact, transfer the entire array to a new variable. Regards, Bill William Prothero http://es.earthednet.org On Feb 3, 2014, at 5:27 PM, Bob Sneidar wrote: > There has to be a typo. Did you copy paste the *actual* code, or did you

SoCal LiveCode User Group Meeting: Thursday

2014-02-04 Thread Richard Gaskin
Just a quick reminder about the upcoming meeting of the LiveCode User Group in Pasadena on Thursday at 7PM. We're focusing that meeting on LiveCode Server, so everyone who brings a laptop set up with FTP access to their site can have LiveCode Server installed and running there. Details in th

Re: [OT] will amuse you Linux fans

2014-02-04 Thread Richard Gaskin
stephen barncard wrote: Not amusing to the look and feel people at Apple. the Icons are copied or very close. Not to mention about 20 other things. Can 'they' get away with this? There have been Mac-like desktop environments for Linux for many years (never understood the attraction myself; I

Re: [OT] will amuse you Linux fans

2014-02-04 Thread Richmond
On 04/02/14 17:42, Richard Gaskin wrote: stephen barncard wrote: Not amusing to the look and feel people at Apple. the Icons are copied or very close. Not to mention about 20 other things. Can 'they' get away with this? There have been Mac-like desktop environments for Linux for many years

Re: Sinds yesterday uploading app: Error ITMS-9000: Bundle invalid? Please read on ....

2014-02-04 Thread Benjamin Beaumont
Hi William, We've resolved the issue which is now awaiting build. The fix will come out in our 6.5.3 maintenance release which we'll build this week. Warm regards, Ben On 4 February 2014 10:43, William de Smet wrote: > Hi Neil, > > I just noticed that on the forum there is the same error giv

Re: Rotate IMG on IOS

2014-02-04 Thread Nakia Brewer
Perfect, thanks... Sent from my iPhone > On 4 Feb 2014, at 9:47 pm, "Ender Nafi Elekcizade" > wrote: > > *rotate* is a destructive command, it’s changing the binary data of images; > one should be careful when using it even on the desktop. > > For your question, you can use *set the angle of

Re: Rotate IMG on IOS

2014-02-04 Thread Ender Nafi Elekcizade
*rotate* is a destructive command, it’s changing the binary data of images; one should be careful when using it even on the desktop. For your question, you can use *set the angle of tImage to 90* format. ~ Ender > On Feb 4, 2014, at 12:40 PM, Nakia Brewer wrote: > > > Is there a way to ro

Re: Sinds yesterday uploading app: Error ITMS-9000: Bundle invalid? Please read on ....

2014-02-04 Thread William de Smet
Hi Neil, I just noticed that on the forum there is the same error given. I put mine there as well. http://forums.runrev.com/viewtopic.php?f=49&t=18998&p=95818#p95818 I just submitted a bug report but this was the first time I did so I hope my contribution makes sense. groeten, William 2014-

Rotate IMG on IOS

2014-02-04 Thread Nakia Brewer
Is there a way to rotate an image on mobile that is equivalent of the rotate command. Rotate doesn't state comparability with mobile in the dictionary.. Sent from my iPhone COPYRIGHT / DISCLAIMER: This message and/or including attached files may contain confidential proprietary or privileged inf

Re: Sinds yesterday uploading app: Error ITMS-9000: Bundle invalid? Please read on ....

2014-02-04 Thread Neil Roger
Hi William, Thanks for bringing this to our attention. If possible could you submit a bug report with RunRev Quality Control and we will look into this asap. http://quality.runrev.com Kind Regards,
 Neil Roger -- RunRev Support Team ~ http://www.runrev.com -- On 04/02/2014 10:15, William

Sinds yesterday uploading app: Error ITMS-9000: Bundle invalid? Please read on ....

2014-02-04 Thread William de Smet
Hi there, My app was finished yesterday and using the latest version of 'Application Loader' it gives the this error: ERROR ITMS - 9000: "This bundle is invalid. New apps and app updates submitted to the App Store must be built with Xcode 5 and iOS 7 SDK." at SoftwareAssets/SoftwareAsset (MZitmspS