Re: What's Happened to the Script Editor?

2012-11-14 Thread Mark Wieder
Cal- Wednesday, November 14, 2012, 10:37:54 PM, you wrote: > Any thoughts? Yep. Upper-right corner, there's a downward-facing triangle in a circle. Click it. It's a useless button that disrupts your workflow and somehow you must have accidentally clicked it. I'm sure someone thought it was a goo

What's Happened to the Script Editor?

2012-11-14 Thread Cal Horner
Maybe it's just me, maybe I've missed some notification on this forum. But: While changing some code today I noticed that the apply, and step buttons as well as other objects were missing from the script editor. Maybe some preference has been reset? Anyway, I'd like to know if it's just me or hav

Re: iOS keyboard

2012-11-14 Thread J. Landman Gay
On 11/14/12 4:25 PM, Guglielmo Braguglia wrote: The Multiline Input control is an UITextView and, like all native controls, descend from UIView class so ... ... I suppose you can use the "backgroundColor" property and use the alpha value to make him transparent :-) Ha! This works. :) mobile

Location-Based Push Message?

2012-11-14 Thread Dan Friedman
Is it possible to send a push message to users of an app that are within a given location? For example, I want to send a push message to all users of my app that are within a 1/2 mile radius of a given latitude and longitude. -Dan ___ use-livecode mai

[OT] LiveCode 6.0 - Upgrade, Update or Addon

2012-11-14 Thread Kay C Lan
Richard penned the below quite some time ago, but it's still clear as mud to me. I just got an email offering me: Our offer to you*: Get any update to your LiveCode license today, and we'll give you: Access to the LiveCode Developer Program All developer preview releases of 6.0 And a

Re: iOS keyboard

2012-11-14 Thread J. Landman Gay
One more thing. Is it possible to get an input control to gain focus and display the iOS keyboard so it is ready to type into? If it matters, there is no associated LiveCode field. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.h

Re: iOS keyboard

2012-11-14 Thread J. Landman Gay
On 11/14/12 4:29 PM, Guglielmo Braguglia wrote: ... and Jaque, UIView have also two more properties : - opaque : Set to false if the control should be rendered with transparency. - alpha : Set to a value between 0 and 255 to blend the control with any controls underneath it. I have tried b

Re: Table DataGrid AddData Bug or documentation error?

2012-11-14 Thread Klaus on-rev
Hi Bob, you are a bit late for the party, but welcome :-) Am 14.11.2012 um 23:08 schrieb Robert Sneidar : > Couple of things. Did you refresh the datagrid after addData? > Not sure if you need to, just throwing that out there. > Also, did you make sure the addData array keys matched the column n

Re: [ANN] Game Center crowd funding opportunity

2012-11-14 Thread Monte Goulding
Hi It looks like turn based matches won't make the 1.0 release because there's been no response and I want to get something to those that have backed it ASAP. Could people interested in beta testing the demo via test flight please let me know and I'll be able to get you something by the end of

Re: [ANN] Version 1.1.1 of lcStackBrowser Released

2012-11-14 Thread Peter Haworth
Hi, The version of 4W_Props that comes with lcStackbrowser supports the integration between the two products. You only need to install that version if you want or need that integration, otherwise stick with the version you already have. As for the "invalid demo date" problem, it sounds like the p

Re: [ANN] Version 1.1.1 of lcStackBrowser Released

2012-11-14 Thread Brahmanathaswami
I'm getting an error from the trial "invalid demo date" is the 4W_props.rev essential? I already have that... and old 2010 version. Om Shanti Brahmanathaswami Kauai Aadheenam On 11/11/12 9:27 AM, tbodine wrote: After playing with the trial and reading the docs, I'm sold. Looks like a great

Re: iOS keyboard

2012-11-14 Thread Guglielmo Braguglia
... and Jaque, UIView have also two more properties : - opaque : Set to false if the control should be rendered with transparency. - alpha : Set to a value between 0 and 255 to blend the control with any controls underneath it. :-) Guglielmo On 14.11.2012 22:56, J. Landman Gay wrote: O

Re: iOS keyboard

2012-11-14 Thread Guglielmo Braguglia
Hi Jaque, don't worry, is quite quickly ... I use the message exactly to verify (and to remove) the CR that I don't wont in the text ;-) The Multiline Input control is an UITextView and, like all native controls, descend from UIView class so ... ... I suppose you can use the "backgroundColor"

Re: Table DataGrid AddData Bug or documentation error?

2012-11-14 Thread Robert Sneidar
OIC, no addData works with the array that the datagrid works with, form or table. (correct me if I am wrong). It's irrelevant whether or not deText or dgData was used to populate it. Just make sure the keys of the array you are using to add the data matches the single record keys of the datagrid

Re: Table DataGrid AddData Bug or documentation error?

2012-11-14 Thread Robert Sneidar
Couple of things. Did you refresh the datagrid after addData? Not sure if you need to, just throwing that out there. Also, did you make sure the addData array keys matched the column names (NOT the display names but the actual column names)? Bob On Nov 9, 2012, at 12:53 AM, Klaus on-rev wrot

Re: iOS keyboard

2012-11-14 Thread J. Landman Gay
On 11/14/12 2:08 PM, Guglielmo Braguglia wrote: Hi Jaque, I don't know if is the best solution, but actually, what I do to test the character inside the iOS/Android native fields (both single and multiline), is using the message "inputTextChanged" which is fired each character the user type ...

Re: iOS keyboard

2012-11-14 Thread Guglielmo Braguglia
Hi Jaque, I don't know if is the best solution, but actually, what I do to test the character inside the iOS/Android native fields (both single and multiline), is using the message "inputTextChanged" which is fired each character the user type ... So ... put mobileControlTarget() into tTarge

Re: iOS keyboard

2012-11-14 Thread J. Landman Gay
On 11/14/12 8:07 AM, Thomas McGrath III wrote: Jac, No, on iOS the single line input control is just that a 'single' line and even in xCode you can not get it to wrap. So you have to use a multiline control and as you have found out the multiline control is definitely a different beast altogethe

Re: iOS keyboard

2012-11-14 Thread Thomas McGrath III
Jac, No, on iOS the single line input control is just that a 'single' line and even in xCode you can not get it to wrap. So you have to use a multiline control and as you have found out the multiline control is definitely a different beast altogether. They are not at all what we are used to. M

Re: The owner of the icon

2012-11-14 Thread Mike Bonner
Hmm. Based on this.. *Comments:* LiveCode looks for the specified image in the following order: 1) The stack of the object's behavior (if applicable) 2) The stack of the owner of the object's behavior(if applicable) n) The stack of the object's stack's behavior (if applicable) A) The object'

Re: Do "in browser" not working?

2012-11-14 Thread Mike Bonner
If I recall correctly "Do in browser" only worked in revlets. If you want to execute script in a browser instance on the desktop then marks example is the way to go. (revbrowserexecutescript) Also if I recall correctly your first line is the correct way to get a result out(except using revbrowsere

Re: The owner of the icon

2012-11-14 Thread Malte Brill
Hi Ben, I am afraid not. This would require the image to be on the same stack (and even card) as the topstack. For icons it could be any card of any stack. > Would "the long id of image id " answer it? ___ use-livecode mailing list use-livecode@lists.

Re: iOS: restoring in-app purchases

2012-11-14 Thread Jamie Stuart
purchaseStateUpdate messages are received in whatever order the iTunes store decides to send them. You'll have to just wait for a period of time and implement your own queueing system. It is annoying there is no way of knowing if you've received all restored purchases. Jamie, CMSNISO, EuroTalk

Re: The owner of the icon

2012-11-14 Thread Ben Rubinstein
On 14/11/2012 10:35, Malte Brill wrote: I would like to find out who owns the image that is referenced in the icon property of a button. Would love to avoid to having to iterate over all open stacks and cards. Does anyone have a nifty snippet to get that? Would "the long id of image id " answ

The owner of the icon

2012-11-14 Thread Malte Brill
Hi, I would like to find out who owns the image that is referenced in the icon property of a button. Would love to avoid to having to iterate over all open stacks and cards. Does anyone have a nifty snippet to get that? Thanks, Malte ___ use-livecode

Re: How to handle spaces in a path when using shell

2012-11-14 Thread Glen Bojsza
That's it! Also I needed to concatenate the commands to get the application to launch. thanks On Wed, Nov 14, 2012 at 3:05 AM, Thierry Douez wrote: > Hi Glen, > > > put shell("/Users/lab/Desktop/tools/HardwareSimulator.sh") > > but when there are any spaces it doesn't work... the space is > >

Re: How to handle spaces in a path when using shell

2012-11-14 Thread Thierry Douez
Hi Glen, > put shell("/Users/lab/Desktop/tools/HardwareSimulator.sh") > but when there are any spaces it doesn't work... the space is > between Macintosh and HD2 This snippet works: get "/Volumes/Macintosh HD" replace space with "\ " in IT put shell("ls " & IT) change whatever to fit