Re:Revlets on the web

2012-01-25 Thread Jim Hurley
Bob, Thank you. Yes, I did miss it. That works well in Firefox, but, alas, not in Safari. (Mac OS 10.6.8, Safari 5.1.2) Jim Bob Sneidar wrote: > I already posted but you must have missed it. Right-click Safari and get > info. Tell it to open in 32 bit mode. Bob On Jan 25, 2012, at 4:38

Re: How to store some data in my stack

2012-01-25 Thread Takashi Yoshino
>> >> Did someone succeed in writing a file on android? > > I have done it. I'm not sure why your code doesn't work, it's very much like > mine. Did you write a file first before you tried to read it? Yes. I wrote a file first, then read it. I give up this problem... _.__ ._ _. ._ ._.__ .. ._

Re: How to store some data in my stack

2012-01-25 Thread J. Landman Gay
On 1/25/12 6:05 PM, Takashi Yoshino wrote: - Read button on mouseUp put specialFolderPath(“documents”)& "/"& “testFile.txt” into tFile if there is a file tFile then put URL("file:"& tFile) into fld "Data" put the result into fld "msg" else answer "No file yet!" end if end mouseUp

Re: Revlets on the web

2012-01-25 Thread J. Landman Gay
On 1/25/12 6:34 PM, Jim Hurley wrote: Addendum to previous post. I upgraded FireFox to the latest version and now I get a message that Fire Fox needs to restart in 32 bit mode to run my revlet. What can I do to the image in the revlet to avoid this problem? Nothing, the problem isn't in the c

Re: Forbidden data in a Data Grid?

2012-01-25 Thread Paul Looney
Bob, Thank you. That was very helpful. The only key that had data was the record ID - explains why clicking on a line still opened the record viewer but nothing else was visible. Looking deeper. PL On Jan 25, 2012, at 5:36 PM, Bob Sneidar wrote: > put the dgData of group "" into theDataA > put

Re: how to populate the menu items of a pulldown menu

2012-01-25 Thread Marty Billingsley
Perfect. Thanks much! - marty Bob Sneidar wrote: > > get the text of button "myPullDownNemu" > put "Choice 1" & cr & "Choice 2" & cr after it > set the text of button "myPullDownNemu" to it > > Is that what you were looking to do? > > Bob > > > On Jan 25, 2012, at 11:05 AM, Marty Billing

Re: icon for standalone

2012-01-25 Thread Peter M. Brigham, MD
On Jan 25, 2012, at 3:57 PM, Art DiVito wrote: > Thanks, Mark and Bob. So, it is okay to use the LC dafault icons, but less > professional, right? Here's the thing: I have a very nice, well working, > program and I would like to put it on the market both for altruistic purposes > and to earn so

Re: Revlets on the web

2012-01-25 Thread Bob Sneidar
I already posted but you must have missed it. Right-click Safari and get info. Tell it to open in 32 bit mode. Bob On Jan 25, 2012, at 4:38 PM, Andre Garzia wrote: > Jim, > > RevLets only work in 32bit mode. There is no way to solve that at this moment. > > =/ > > On Wed, Jan 25, 2012 at 1

Re: Forbidden data in a Data Grid?

2012-01-25 Thread Bob Sneidar
Okay, do this in a script: put the dgData of group "" into theDataA put printKeys(theDataA) The message box will now contain the text representation of the array from your data grid. Copy that and take it into some kind of text editor that can show you things like line feeds or special characte

Re: Revlets on the web

2012-01-25 Thread Andre Garzia
Jim, RevLets only work in 32bit mode. There is no way to solve that at this moment. =/ On Wed, Jan 25, 2012 at 10:34 PM, Jim Hurley wrote: > Addendum to previous post. > > I upgraded FireFox to the latest version and now I get a message that Fire > Fox needs to restart in 32 bit mode to run my

Re:Revlets on the web

2012-01-25 Thread Jim Hurley
Addendum to previous post. I upgraded FireFox to the latest version and now I get a message that Fire Fox needs to restart in 32 bit mode to run my revlet. What can I do to the image in the revlet to avoid this problem? I am a BIT of a novice here. Jim > Message: 20 > Date: Tue, 24 Jan 2012

Re: Forbidden data in a Data Grid?

2012-01-25 Thread Pete
Hi Paul, That does sound weird. I have had similar problems when carriage returns are in the data but usually you see some rows that look OK, then a bunch of blank or partial data rows, then back to normal display. I guess if the first record you tried to display was full of carriage returns, it

Re: Forbidden data in a Data Grid?

2012-01-25 Thread Paul Looney
Pete, That makes sense, but ALL of the data that should be displayed in the data grid is missing - although the scroll bars scroll like it is there. Paul Looney On Jan 25, 2012, at 3:31 PM, Pete wrote: > Carriage returns in the middle of a column will also mess up the datagrid > if you are using

Re: Forbidden data in a Data Grid?

2012-01-25 Thread Paul Looney
Mark, There should be no unicode. Is there an easy way to test? Paul Looney On Jan 25, 2012, at 2:46 PM, Mark Schonewille wrote: > Is it possible that the database contains unicode text? ___ use-livecode mailing list use-livecode@lists.runrev.com Pleas

Re: Revlets on the web

2012-01-25 Thread Bob Sneidar
I give you this from the Apple Support community: You can switch to 32 bit mode on Safari on a Mac running Snow Leopard 10.6.8 and Safari 5.1. Right or control click the Safari app in the Applications folder then click Get Info. Select: open in 32-bit mode Quit then relaunch Safari. I got this

Re: How to store some data in my stack

2012-01-25 Thread Takashi Yoshino
Hi, Klaus Thank you for your help! > - Read button > on mouseUp > put specialFolderPath(“documents”) & "/" & “testFile.txt” into tFile > if there is a file tFile then >put URL("file:" & tFile) into fld "Data" >put the result into fld "msg" > else > answer "No file yet!" > end if > end

Re: [ANN] libQR

2012-01-25 Thread Roger Eller
On Wed, Jan 25, 2012 at 6:37 PM, John Craig wrote: > Thanks for all the feedback so far! A fair few of you reported that > version 2-L codes did not scan - that bug has been fixed. I've also been > testing all combinations up to version 10 and they have all been > successful. My other tests hav

Re: [ANN] libQR

2012-01-25 Thread Keith (Gulf Breeze Ortho Lab)
Hi John, Just tested it on my Windows 7 machine and it is working like a charm... Playing with it at the moment. NICE WORK! Sincerely, - Boo -Original Message- From: John Craig Sent: Wednesday, January 25, 2012 5:37 PM To: How to use LiveCode Subject: Re: [ANN] libQR Thanks for al

Re: [ANN] libQR

2012-01-25 Thread John Craig
Thanks for all the feedback so far! A fair few of you reported that version 2-L codes did not scan - that bug has been fixed. I've also been testing all combinations up to version 10 and they have all been successful. My other tests haven't been as structured (yet), but I've been creating mi

Re: Forbidden data in a Data Grid?

2012-01-25 Thread Pete
Carriage returns in the middle of a column will also mess up the datagrid if you are using the dgText rather than the dgData property. It makes the datagrid think a new line of data has started in the middle of the column. Pete On Wed, Jan 25, 2012 at 2:21 PM, Paul Looney wrote: > Are there cha

Re: Pinch and Rotate

2012-01-25 Thread Ken Corey
On 25/01/2012 15:54, Thomas McGrath III wrote: These are exactly the kinds of things I ran into as well. One thing that happens is that when rotating an image the image gets distorted and so we need the resizeQuality set to "good" or "best" but then it really slows down even further. Okay, so

Re: Forbidden data in a Data Grid?

2012-01-25 Thread Mark Schonewille
Hi Paul, Is it possible that the database contains unicode text? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Download the Installer Maker Plugin 1.7 for LiveCo

Re:Revlets on the web

2012-01-25 Thread Jim Hurley
> > Message: 20 > Date: Tue, 24 Jan 2012 09:56:25 -0600 > From: "J. Landman Gay" > To: How to use LiveCode > Subject: Re: Revlets on the web > Message-ID: <4f1ed4a9.8050...@hyperactivesw.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > On 1/23/12 2:16 PM, Jim Hurley wrote:

Re: Icons in dialogs on Win 7

2012-01-25 Thread Bob Sneidar
I'm willing to bet money that it is a Windows UI issue. There is probably no way to pass an icon to a Windows dialog. Bob On Jan 25, 2012, at 12:32 PM, Klaus on-rev wrote: >> That makes icons happen on all 4. > > Yep, but I meant the (global) gRevAppIcon! > > On the other hand, the dictiona

Re: Icons in dialogs on Win 7

2012-01-25 Thread Jan Schenkel
Hi Klaus, As it is just a stack, you can take a look at the script of the first card of the Answer and Ask stacks. There you'll find the answer (no pun intended) - the gRevAppIcon will only appear on MacOS X. And it looks like the gRevSmallAppIcon functionality is still broken since 'OK' remove

Forbidden data in a Data Grid?

2012-01-25 Thread Paul Looney
Are there characters that prevent a Data Grid from displaying? We have Data Grid in the UI front end to a database. For years it has worked well with databases for many different customers. Recently the data from one customer would not display. Stepping through the code, all was well until the en

Re: Revlets on the web

2012-01-25 Thread Till Bandi
I did change to 32-bit mode, but in Safari it doesn't work. With firefox in 32-bit mode everything is ok. Is it not possible to use revlets with Safari (5.1.2)? or did I do something wrong? Till Am 24.01.2012 um 16:56 schrieb J. Landman Gay: > ...provided you have the plugin installed, but cur

icon for standalone

2012-01-25 Thread Art DiVito
Thanks, Mark and Bob. So, it is okay to use the LC dafault icons, but less professional, right? Here's the thing: I have a very nice, well working, program and I would like to put it on the market both for altruistic purposes and to earn some revenue so that I can update it to a more polished pr

Re: Icons in dialogs on Win 7

2012-01-25 Thread Klaus on-rev
Hi Ken, Am 25.01.2012 um 21:24 schrieb Ken Corey: > On 25/01/2012 20:12, Klaus on-rev wrote: >>> Hi friends, >>> >>> I noticed that on Windows 7 there are no icons in the ASK and ANSWER >>> dialogs! >>> GLOBAL gRevAppIcon has been set and works on the Mac!) >>> >>> Is that correct behaviour? >

Re: Icons in dialogs on Win 7

2012-01-25 Thread Ken Corey
On 25/01/2012 20:12, Klaus on-rev wrote: Hi friends, I noticed that on Windows 7 there are no icons in the ASK and ANSWER dialogs! GLOBAL gRevAppIcon has been set and works on the Mac!) Is that correct behaviour? Thanks in advance! no Windows 7 user who can at least confirm this? C'mon :-)

Re: Icons in dialogs on Win 7

2012-01-25 Thread Klaus on-rev
Hi folks, Am 25.01.2012 um 18:23 schrieb Klaus on-rev: > Hi friends, > > I noticed that on Windows 7 there are no icons in the ASK and ANSWER dialogs! > GLOBAL gRevAppIcon has been set and works on the Mac!) > > Is that correct behaviour? > > Thanks in advance! no Windows 7 user who can at le

Re: [ANN] libQR

2012-01-25 Thread John Craig
True - there are many possibilities for symbol driven systems! B) On 25/01/2012 14:22, Andre Garzia wrote: John, Cool =) That, allied with Monte barcode reader external is a great combo. =) On Wed, Jan 25, 2012 at 11:14 AM, John Craig wrote: Hi, Roger. All versions (1-40) and error

Re: Breakpoints on a Global

2012-01-25 Thread J. Landman Gay
On 1/25/12 1:40 PM, Bob Sneidar wrote: That may help whoever at RR to troubleshoot it. If I knew where in the library this was handled I would troubleshoot it myself! They won't see it here, it needs to go into the QCC. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperAct

Re: Geometry Manager

2012-01-25 Thread Pete
Yes, want to remove them/add them back entirely, and I have that working now. Thanks, Pete On Wed, Jan 25, 2012 at 11:18 AM, J. Landman Gay wrote: > The scrollbars should automatically go blank if the group fully encloses > its contents, and draw the thumb if it doesn't. If you mean you want to >

Re: How to store some data in my stack

2012-01-25 Thread Bob Sneidar
They all look good to me. Something must have converted them. Bob On Jan 25, 2012, at 10:39 AM, Robert Brenstein wrote: > Hi Takashi, > >> put fld "Data" into URL("file:" & specialFolderPath("documents") & "/" & >> "testFile.txt") > > I notice that you have two different kinds of quotes in

Re: how to populate the menu items of a pulldown menu

2012-01-25 Thread Bob Sneidar
get the text of button "myPullDownNemu" put "Choice 1" & cr & "Choice 2" & cr after it set the text of button "myPullDownNemu" to it Is that what you were looking to do? Bob On Jan 25, 2012, at 11:05 AM, Marty Billingsley wrote: > Hi all -- > > How can you programmatically add items to a pull

Re: Breakpoints on a Global

2012-01-25 Thread Bob Sneidar
In the default debugger you can select the Breakpoints in the lower tab. Then right-click and select New Watch. Select Global Scope in the Handler popup. Select a global variable in the Variable popup. Set a condition (or no it doesn't matter). Click OK. Crash to desktop. DISCLAIMER: Save your c

Re: Geometry Manager

2012-01-25 Thread J. Landman Gay
On 1/25/12 12:17 AM, Pete wrote: Hi Jacque, Setting lockloc to true fixed it, thanks! For some reason or other, I have a hangup about that property - always seems like it's the wrong way round, with "locked" meaning it will change dimensions and "not locked" meaning it won't. Think of it as "l

Re: Breakpoints on a Global

2012-01-25 Thread J. Landman Gay
On 1/24/12 11:28 PM, Mark Wieder wrote: You're confusing breakpoints and watched variables. It used to be that you couldn't set a watch on a global variable, but that bug (6506) was fixed in version 4.5.2. If you're using PowerDebug for this, just click to the left of the global name in the glob

Re: how to populate the menu items of a pulldown menu

2012-01-25 Thread Klaus on-rev
Hi Marty, Am 25.01.2012 um 20:05 schrieb Marty Billingsley: > Hi all -- > > How can you programmatically add items to a pulldown menu button? Is this a > settable property? yes, you can get and set -> the text of btn XYZ which is a CR delimited list of the menu items. > Been looking through

how to populate the menu items of a pulldown menu

2012-01-25 Thread Marty Billingsley
Hi all -- How can you programmatically add items to a pulldown menu button? Is this a settable property? Been looking through the documentation, but haven't come across anything. Thanks, - marty -- Marty Billingsley Department of Computer Science The University of Chicago Laboratory Schools _

Re: How to store some data in my stack

2012-01-25 Thread Robert Brenstein
Hi Takashi, put fld "Data" into URL("file:" & specialFolderPath("documents") & "/" & "testFile.txt") I notice that you have two different kinds of quotes in the above. If that is your actual code, those non-programmer's quote might be the problem. robert _

Re: Saving multiple fields from a standalone...

2012-01-25 Thread Bob Sneidar
You can arrayEncode an array with all the saved data and write that to a low level file. arrayDecode it when reading it back. That would keep the data from being visible by less than benign users. Bob On Jan 25, 2012, at 10:02 AM, Richmond wrote: > Saving multiple fields from a standalone in

Re: Saving multiple fields from a standalone...

2012-01-25 Thread Mark Schonewille
Richmond, Quite a while ago, I posted a suggestion on my blog: http://qery.us/1j9 I still have to post part II. I can't promise when I will do that though. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://t

Re: Saving multiple fields from a standalone...

2012-01-25 Thread stephen barncard
use a prefs stack and custom properties. a script can install a default one if one doesn't exist On 25 January 2012 10:02, Richmond wrote: > Saving multiple fields from a standalone in a way that they will reload > into > their originating fields once the standalone is restarted? > > 1. Multiple

Re: Pinch and Rotate

2012-01-25 Thread Sergio Schvarstein
Hi Ken & Thomas, I am fighting the same battle, so please let me participate in your discussion. Ken wrote: > As for the quality issues, what I'd suggest is that on the pinchStart > event the quality of the image is saved during the pinch, the quality of > the image is set to 'reduced' while p

Re: Navigating XML in LiveCode

2012-01-25 Thread Graham Samuel
Thanks again for the replies Bernard and Richard. I have learned a lot in these conversations. In my LC coding life I have not had to use an SQL database or JSON, and as I have my work cut out just getting to understand iOS development and all that it implies (including non-technical stuff like

Saving multiple fields from a standalone...

2012-01-25 Thread Richmond
Saving multiple fields from a standalone in a way that they will reload into their originating fields once the standalone is restarted? 1. Multiple RTF files in a folder/directory? [This seems messy, and leaves lots of room for stuff to go wrong]. 2. Delimited RTf file? 3. Something else? Ri

Re: standalone icon

2012-01-25 Thread Mark Talluto
It is not that you can't use them. It just makes your app look more pro by having personalized icons if you plan to sell it. If this is for internal work then I would not bother either. Best regards, Mark Talluto http://www.canelasoftware.com On Jan 24, 2012, at 5:15 PM, Bob Sneidar wrote

Re: [ANN] mergZXing 1.0.3

2012-01-25 Thread Mark Talluto
Right. I saw that as well. Thanks again. Excellent work. I can see this being very helpful in the near future. Best regards, Mark Talluto http://www.canelasoftware.com On Jan 24, 2012, at 3:43 PM, Monte Goulding wrote: > There is a separate license for each external as some use open sou

Icons in dialogs on Win 7

2012-01-25 Thread Klaus on-rev
Hi freinds, I noticed that on Windows 7 there are no icons in the ASK and ANSWER dialogs! GLOBAL gRevAppIcon has been set and works on the Mac!) Is that correct behaviour? Thanks in advance! Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com

Re: Breakpoints on a Global

2012-01-25 Thread Bob Sneidar
Ok I see. When I first clicked next to the variable it was not a global so that is why when I declared it to a global later it didn't CTD. I went back and checked the watch point and it's scope was the script of the stack. When I set it's scope to global, LC immediately crashes. Sorry for the c

Re: Cross platform way to disable interface when "dialoguing"

2012-01-25 Thread Mark Schonewille
Hi, Group everything, disable the group. Better would be to never bring the user of your software in a situation where the main window becomes inaccessible. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http:/

Re: Breakpoints on a Global

2012-01-25 Thread Bob Sneidar
Well darned it I just went back and tried again, making the variable a global and it did NOT crash to desktop!! How odd! Bob On Jan 24, 2012, at 9:28 PM, Mark Wieder wrote: > Bob Sneidar writes: > >> though. This is a feature that used to work. I know because GLX2 used to do > this successf

Re: Breakpoints on a Global

2012-01-25 Thread Bob Sneidar
Oddly, watchedVariables is not in the dictionary. I created a new stack, set a global in the stack script, created an Openstack handler, set a breakpoint in the first line of the handler, and changed the value of the global twice, once to empty and once to a string of text. I ran OpenStack and w

Cross platform way to disable interface when "dialoguing"

2012-01-25 Thread Ken Corey
Has anyone read up on what would be the "right" way to do a cross-platform indication that the main application window is not accessible just now? I'm thinking of putting an graphic with a gradient and alpha channel in front of my interface, so that the style is reminiscient of an iPod, at le

Re: Breakpoints on a Global

2012-01-25 Thread Bob Sneidar
Hi Mark. Actually, this was back when GLX2 encompassed the debugger too. Apparently you still cannot set a watched variable on a global. That is the problem I am having. The instant I set the watched variable I crash to desktop. It may be an issue with watching an array variable. I will check th

Re: Developing on Mac, standalone on Windows

2012-01-25 Thread Ken Ray
On Jan 24, 2012, at 5:15 PM, Pete wrote: > Hi Ken, > The problem I'm having is centering two controls - one is a button with an > icon assigned to it and set to not display the name, and the other is a > label immediately below the icon that displays what would normally be the > button name. I s

Re: Pinch and Rotate

2012-01-25 Thread Ken Corey
On 25/01/2012 16:19, Ken Corey wrote: As for the quality issues, what I'd suggest is that on the pinchStart event the quality of the image is saved during the pinch, the quality of the image is set to 'reduced' while pinching, and then in the pinchEnd the quality is set back to its previous value

Re: Pinch and Rotate

2012-01-25 Thread Ken Corey
On 25/01/2012 15:54, Thomas McGrath III wrote: These are exactly the kinds of things I ran into as well. One thing that happens is that when rotating an image the image gets distorted and so we need the resizeQuality set to "good" or "best" but then it really slows down even further. Well, tu

Re: How to store some data in my stack

2012-01-25 Thread Klaus on-rev
Hi Takashi, Am 25.01.2012 um 16:56 schrieb 吉野 孝: > Hi, Klaus > > Thank you for your quick reply! > > I changed my script, but it does not work on an android. > (It does work on my mac.) > > The following are the test script. > (URL is very easy! thanks) > > - Write button > on mouseUp > put

Re: How to store some data in my stack

2012-01-25 Thread 吉野 孝
Hi, Klaus Thank you for your quick reply! I changed my script, but it does not work on an android. (It does work on my mac.) The following are the test script. (URL is very easy! thanks) - Write button on mouseUp put fld "Data" into URL("file:" & specialFolderPath(“documents”) & "/" & “tes

Re: Pinch and Rotate

2012-01-25 Thread Thomas McGrath III
Ken, These are exactly the kinds of things I ran into as well. One thing that happens is that when rotating an image the image gets distorted and so we need the resizeQuality set to "good" or "best" but then it really slows down even further. Still looking -- Tom McGrath III http://lazyriver.

Re: How to store some data in my stack

2012-01-25 Thread Klaus on-rev
Konichi-wa Takashi, Am 25.01.2012 um 16:19 schrieb 吉野 孝: > Hi, > > I use LiveCode 5.0.2 for Android devices. > > I would like to store some data in my stack. > But I don't know how to store some data in my stack on an android device. > > At first, I used a field. But the field data is gone at

How to store some data in my stack

2012-01-25 Thread 吉野 孝
Hi, I use LiveCode 5.0.2 for Android devices. I would like to store some data in my stack. But I don't know how to store some data in my stack on an android device. At first, I used a field. But the field data is gone at the next launches. Next, I tried to use file. The following are the test

Re: [ANN] libQR

2012-01-25 Thread Matthias Rebbe
Hi, Am 25.01.2012 um 15:22 schrieb Andre Garzia: > John, > > Cool =) > > That, allied with Monte barcode reader external is a great combo. That is exact what i was thinking. Matthias > > =) > > On Wed, Jan 25, 2012 at 11:14 AM, John Craig wrote: > >> Hi, Roger. All versions (1-40)

Re: [ANN] libQR

2012-01-25 Thread Andre Garzia
John, Cool =) That, allied with Monte barcode reader external is a great combo. =) On Wed, Jan 25, 2012 at 11:14 AM, John Craig wrote: > Hi, Roger. All versions (1-40) and error correction levels (L,M,Q,H) are > supported and you can specify the module size. As the library writes to a >

Re: [ANN] libQR

2012-01-25 Thread John Craig
Hi, Roger. All versions (1-40) and error correction levels (L,M,Q,H) are supported and you can specify the module size. As the library writes to a LiveCode image object, you can also rescale it after generation. I'm still busy with the MobGUI to-do list and more android elements are on the w

Re: [ANN] libQR

2012-01-25 Thread Roger Eller
John, I would like to try it out. We use QR codes, but have to rely on other systems to generate them. Can it do various sizes and densities? Question: Will we see more Android UI elements in your awesome MobGUI product? Preferences elements would be cool to link to the new hardware menu button

Re: On top but permeable?

2012-01-25 Thread Ken Corey
On 25/01/2012 12:20, Malte Brill wrote: if you disable your field, it will not trap any messages (set the disabled of fld "log" to true) I /thought/ I'd tried that, but clearly I hadn't. That's perfect, Thanks, Malte. -Ken ___ use-livecode mailing

Re: On top but permeable?

2012-01-25 Thread Malte Brill
Hi Ken, if you disable your field, it will not trap any messages (set the disabled of fld "log" to true) Hope that helps, Malte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage yo

On top but permeable?

2012-01-25 Thread Ken Corey
Hi All, For debugging when running on my iPad, I like to drop a multi-line label named "log", and have the following: on log txt if exists(field "log") then put txt&cr before log end if end log on errorDialog sE,sP log sE&"|"&sP end errorDialog This is great and all, at least it's

[ANN] libQR

2012-01-25 Thread John Craig
Hi, everyone. I had a project requirement to generate QR codes from within LC and have just completed the library. I'll release it after more testing, but if anyone wants a test stack then please drop me an email. As it's all coded in LC, it should work fine on Windows / Mac / Linux. Thank