Re: [ANN] iOS Barcode Reader External Demo In App Store

2011-12-19 Thread Monte Goulding
Hey Bob, I don't think it's anything sinister. It seems to take a little bit of time for an app to propagate around the stores and I sent this email as soon as I got notification from iTunes Connect. Cheers Monte On 20/12/2011, at 12:15 PM, Bob Sneidar wrote: > Odd... I tried looking it up on

Re: [ANN] iOS Barcode Reader External Demo In App Store

2011-12-19 Thread Gerry Orkin
Monte Works perfectly for me! Great work, and smart move to push it through the store to check compliance. I'm lining up to purchase this :) Gerry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscri

Re: Get a reference for the current line executing

2011-12-19 Thread Mark Wieder
Mike- Monday, December 19, 2011, 3:33:32 PM, you wrote: > Is it possible to get a script identifier and the line number of > the currently executing statement? > throw (the_Current_Script && "-" && the current_Line_Number) As Mark noted, the executionContexts will give you a stack trace. Als

Re: [ANN] iOS Barcode Reader External Demo In App Store

2011-12-19 Thread Bob Sneidar
Odd... I tried looking it up on my iPhone, but the search feature cannot find it there. I can however find it on my computer's iTunes app! Bob On Dec 19, 2011, at 3:05 PM, Monte Goulding wrote: > Hi Everyone > > I've created a demo for my barcode reader external called ShakeNScan. Sorry > ab

Re: Wanted: Neophytes ftp Client

2011-12-19 Thread Bob Earp
Many thanks to all who responded to my request, As usual there were some great ideas, and all of them very workable. I ended up using Andre's FTP Commander stack (many thanks Andre) and tweaked it to suit what I hope is the needs of the group I deal with. I've just sent copies out for testing

Re: Get a reference for the current line executing

2011-12-19 Thread Mark Schonewille
Hi, You can try the executionContexts. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Become our partner in sales http://qery.us/1bq Start selling Color Converter

Get a reference for the current line executing

2011-12-19 Thread Michael Doub
Is it possible to get a script identifier and the line number of the currently executing statement? throw (the_Current_Script && "-" && the current_Line_Number) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Happy Ho ! Ho !

2011-12-19 Thread J. Landman Gay
on dash repeat until allTheWay jinglebells end repeat if it = whatFun then oh! if it = toRide then open sleigh with oneHorse repeat until allTheWay jinglebells end repeat end dash Peace. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

[ANN] iOS Barcode Reader External Demo In App Store

2011-12-19 Thread Monte Goulding
Hi Everyone I've created a demo for my barcode reader external called ShakeNScan. Sorry about the app, I built it in about an hour as it's sole purpose is to demo the modal barcode reader to you guys. The purpose of the demo is to ensure the external was not a blocker for app store release whic

Re: Happy Ho ! Ho !

2011-12-19 Thread Shari
To all... Many of you I've known for so long here that I feel I am among old friends. May all of you find yourself surrounded by the joy and laughter of loved ones, and may prosperity bless your doorsteps! This is truly an amazing group of people and it is a place of welcome to all. For the

Re: Cannot focus on a datagrid??

2011-12-19 Thread Bob Sneidar
Yup, and in my case, I have to do it after setting the dgColumns each time, which I do a lot. I just found the code that set the default to 40 and changed it to set the default to 20. 20 is PERFECT for checkboxes without labels! I just hope it doesn't break something later! Bob On Dec 19, 201

Re: Are the 'ask file' and 'answer file' stacks modal or not?

2011-12-19 Thread Ken Ray
On Dec 18, 2011, at 2:22 PM, Richard Gaskin wrote: > Ken Ray wrote: > >> On Dec 17, 2011, at 7:08 PM, Joe Lewis Wilkins wrote: >> >>> But then we have the "as sheet" parameter do we not? >> >> For Mac, yes… but not for any other OS… > > Yes and no: the "sheet" effect only works on OS X where

Re: Cannot focus on a datagrid??

2011-12-19 Thread Trevor DeVore
On Mon, Dec 19, 2011 at 2:59 PM, Bob Sneidar wrote: > I will give that a try! On another note, I have run into a problem with > setting the dgProp["column widths"] to a list containing a vlue something > less that the hard minimum of 40. I found in the datagrid library where it > sets the minimum

Re: Cannot focus on a datagrid??

2011-12-19 Thread Bob Sneidar
I will give that a try! On another note, I have run into a problem with setting the dgProp["column widths"] to a list containing a vlue something less that the hard minimum of 40. I found in the datagrid library where it sets the minimum column width of new columns to a literal value of 40, so I

Re: Cannot focus on a datagrid??

2011-12-19 Thread Bob Sneidar
I learn something new every day! Bob On Dec 19, 2011, at 11:30 AM, Trevor DeVore wrote: > On Mon, Dec 19, 2011 at 2:14 PM, zryip theSlug wrote: > >> >> Have you tried to use the dgFocus property from the datagrid API? >> >> set the dgFocus of group "DataGrid" to {true | false} >> > > This

Re: Cannot focus on a datagrid??

2011-12-19 Thread Trevor DeVore
On Mon, Dec 19, 2011 at 2:14 PM, zryip theSlug wrote: > > Have you tried to use the dgFocus property from the datagrid API? > > set the dgFocus of group "DataGrid" to {true | false} > This is how it must be done as groups cannot receive focus in LiveCode. The data grid will shift focus to a group

Re: Cannot focus on a datagrid??

2011-12-19 Thread zryip theSlug
On Mon, Dec 19, 2011 at 7:25 PM, Bob Sneidar wrote: > Hi all. Hi Bob, > Is this normal? I have in a script (or the message box) focus on group > "dgSites". This is a datagrid. I get an error: > Message execution error: > Error description: focus: not a valid control > Hint: > > A datagrid is no

Re: [ANN] Extensions for LiveCode/Linux

2011-12-19 Thread Warren Samples
On 12/19/2011 08:16 AM, Bob Warren wrote: In case you missed Rev's announcement a few weeks back, and now that the site is complete, Linux fans might find the following extensions useful: 1. UTF-8 Stack Template 2. UTF-8 Function Demo 3. Accent-Blind International Bubble Sort 4. UTF-8 Text Edito

Cannot focus on a datagrid??

2011-12-19 Thread Bob Sneidar
Hi all. Is this normal? I have in a script (or the message box) focus on group "dgSites". This is a datagrid. I get an error: Message execution error: Error description: focus: not a valid control Hint: A datagrid is not a valid control for receiving the focus command?? Isn't that odd? Or is

Re: arrowKey

2011-12-19 Thread Bob Sneidar
On Dec 19, 2011, at 6:51 AM, paolo mazza wrote: > Hi All, > how can I check if the "arrowKey up" is down or is up ? > > For example, for the option Key I can write .. if the optioKey is down > then..., for the mouse I can write ... if the mouse is down then ... > > What about the arrow keys ?

Re: Wanted: Neophytes ftp Client

2011-12-19 Thread Mark Talluto
On Dec 18, 2011, at 11:41 AM, Bob Earp wrote: > > Before I start to create something from scratch, it came to mind that > somebody may have already written something with similar features. Anybody > know of such ? Bob, I put a file on RevNet that is free to use and modify that does FTP to yo

Re: Happy Ho ! Ho !

2011-12-19 Thread Bob Sneidar
Isn't there some kind of award for that? Bob On Dec 18, 2011, at 11:13 AM, Bob Earp wrote: > I don't know of another developer group that supports each other so well. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: How do I debug iOS app crashes?

2011-12-19 Thread J. Landman Gay
On 12/18/11 11:51 PM, Bill Vlahos wrote: Unfortunately it doesn't help as the app just crashes and quits without displaying the error. A crash usually doesn't throw an error, the engine just seizes up and immediately quits. You can sometimes get a clue by looking at the crash log, though the

Re: [ANN] Extensions for LiveCode/Linux

2011-12-19 Thread Warren Samples
On 12/19/2011 10:12 AM, Andrew Kluthe wrote: Im looking at the webkit extension now. Looks nice. Only other requirement is python, correct? You may need to install the python-webkitGTK bindings. Would not run initially on my system, openSUSE, but installing the bindings allows the python br

Re: How do I debug iOS app crashes?

2011-12-19 Thread Andrew Henshaw
You can also add the following to your top stack as it will catch a lot of the errors and give an idea as to where the issue is... on errorDialog pExecutionError, pParseError if item 2 of line 1 of pExecutionError is 0 then answer "An error occurred " & cr & cr & pExecutionEr

Re: arrowKey

2011-12-19 Thread Mike Bonner
I'm sure this doesn't cover every possibility but will something like the following work? -- in the card I put on arrowKey pKey set the cKeyDown of this stack to pKey pass arrowKey end arrowKey on rawKeyUp pKey if pKey is among the items of "65361,65362,65363,65364" then if the cKe

Re: [ANN] Extensions for LiveCode/Linux

2011-12-19 Thread Roger Eller
On Mon, Dec 19, 2011 at 9:16 AM, Bob Warren wrote: > In case you missed Rev's announcement a few weeks back, and now that the > site is complete, Linux fans might find the following extensions useful: > > 1. UTF-8 Stack Template > 2. UTF-8 Function Demo > 3. Accent-Blind International Bubble Sort

Re: [ANN] Extensions for LiveCode/Linux

2011-12-19 Thread Andrew Kluthe
Im looking at the webkit extension now. Looks nice. Only other requirement is python, correct? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-Extensions-for-LiveCode-Linux-tp4214251p4214640.html Sent from the Revolution - User mailing list archive at Nabble.

arrowKey

2011-12-19 Thread paolo mazza
Hi All, how can I check if the "arrowKey up" is down or is up ? For example, for the option Key I can write .. if the optioKey is down then..., for the mouse I can write ... if the mouse is down then ... What about the arrow keys ? All the best Paolo _

AUTO: Mark Hausmann/jl1 ist außer Haus. (Rückkehr am 02.01.2012)

2011-12-19 Thread mark . hausmann
Ich bin bis 02.01.2012 abwesend Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen wenden Sie sich bitte an meinen Kollegen Horst Strohkirch, email: horst.strohki...@pdap.de Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht "Re: revServer (on-rev) and

Re: How do I debug iOS app crashes?

2011-12-19 Thread Thomas McGrath III
Bill, Take good look at any openStack messages for crashes at start up. I have had to move certain things into a preOpenStack handler which seems to work better on iOS. As is the standard for debugging I first look at startup scripts and then move right to I/O scripts and then to the creating,

Re: Happy Ho ! Ho !

2011-12-19 Thread Thomas McGrath III
Thank you so much, and I also wish everyone the best of health, family, friends and peace for the new year and thank you for being there for me this past year. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Dec 18, 2011, at 2:13 PM, Bob Earp wrote: > From the centre of

[ANN] Extensions for LiveCode/Linux

2011-12-19 Thread Bob Warren
In case you missed Rev's announcement a few weeks back, and now that the site is complete, Linux fans might find the following extensions useful: 1. UTF-8 Stack Template 2. UTF-8 Function Demo 3. Accent-Blind International Bubble Sort 4. UTF-8 Text Editor 5. Shell Without Wait 6. Web Browser (We

Re: revServer (on-rev) and https:

2011-12-19 Thread Bernard Devlin
If it can't find that handler in the internet library, then that suggests that the internet library is not fully loaded. Unless later versions of libURL have removed that handler. I can't see why they would do that - there might still be situations where one needs to bypass the certificate verifi