Re: [ANN] sQuiRt V1.1.0 update

2012-02-05 Thread Mark Smith
John Craig-4 wrote > > The sQuiRt library for generating QR codes can now be used with LiveCode > server. > You can view an online demo at; > Now that is cool! -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-sQuiRt-V1-1-0-update-tp4359702p4360384.html Sent

What is up with FormattedHeight?

2012-02-05 Thread Howard Bornstein
I need to find the smallest rectangle that will enclose a line of text of arbitrary text size in a field. I thought I could use formattedheight and formattedwidth to do this but it doesn't seem to be working. The dictionary says about FormattedHeight: Use the *formattedHeight* property to determi

Re: MetaCard IDE and groups

2012-02-05 Thread Robert Brenstein
On 04.02.2012 at 23:50 Uhr -0700 Vokey, John apparently wrote: I have a baffling condition. Over the many years I have used MetaCard in my lab (and, yes, I still use that IDE), the one reliable object was the group. Group a bunch of objects and you can cut and paste and reuse them as a group

Re: [ANN] sQuiRt V1.1.0 update

2012-02-05 Thread Andrew Kluthe
:O -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-sQuiRt-V1-1-0-update-tp4359702p4359845.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@l

Re: [ANN] sQuiRt V1.1.0 update

2012-02-05 Thread John Craig
You're welcome ;) I've updated the sQuiRt page with a LiveCode server example. If you want the qr.lc file I've used for the demo then drop me a line and I'll email it. On 05/02/2012 20:20, Matthias Rebbe wrote: Woohoo! John, thank you very much. Matthias Am 05.02.2012 um 21:14 schrieb

Re: [ANN] sQuiRt V1.1.0 update

2012-02-05 Thread Matthias Rebbe
Woohoo! John, thank you very much. Matthias Am 05.02.2012 um 21:14 schrieb John Craig: > The sQuiRt library for generating QR codes can now be used with LiveCode > server. > You can view an online demo at; > > http://splash21.on-rev.com/qr.lc > > > The web page and download have bee

[ANN] sQuiRt V1.1.0 update

2012-02-05 Thread John Craig
The sQuiRt library for generating QR codes can now be used with LiveCode server. You can view an online demo at; http://splash21.on-rev.com/qr.lc The web page and download have been updated; http://splash21.com/sQuiRt.php ___ use-livecode mailing l

Re: getting zero k file when using put url binfile in standalone app

2012-02-05 Thread Mike Bonner
Another option you might consider.. You could just store the stack in a property and grab it from there. On Sun, Feb 5, 2012 at 9:46 AM, Colin Holgate wrote: > Thanks. Maybe engine should be changed to include standalones? It would > give an easy way to get at included files. For now I changed t

Re: getting zero k file when using put url binfile in standalone app

2012-02-05 Thread Colin Holgate
Thanks. Maybe engine should be changed to include standalones? It would give an easy way to get at included files. For now I changed things to construct the filepath to the stack to copy: on openstack set the defaultFolder to specialFolderPath("Documents") if there is not a file "AppStack.

Re: getting zero k file when using put url binfile in standalone app

2012-02-05 Thread Mike Bonner
specialfolderpath("engine") is ios and android only. You'll need to check the running environment and then if its ios use engine if not use another method. If I recall correctly, "the filename of this stack" gives you the stack location, set the itemdelimiter to slash, lop off the last item and go

getting zero k file when using put url binfile in standalone app

2012-02-05 Thread Colin Holgate
I'm trying this as a script in one mainstack, with the goal being to create and jump into a copy of another stack: on openstack set the defaultFolder to specialFolderPath("Documents") if there is not a file "AppStack.livecode" then put specialFolderPath("engine") & "/AppStack.livecode

Re: The Sum of All Fonts

2012-02-05 Thread René Micout
VERY VERY VERY INTERESTING ! Thank you Mark !! Le 4 févr. 2012 à 23:30, Mark Wieder a écrit : > Avería - the Average Font: > > http://iotic.com/averia/ > > -- > -Mark Wieder > mwie...@ahsoftware.net > > > ___ > use-livecode mailing list > use-livec

Re: MetaCard IDE and groups

2012-02-05 Thread Richmond
On 02/05/2012 08:50 AM, Vokey, John wrote: I have a baffling condition. Over the many years I have used MetaCard in my lab (and, yes, I still use that IDE), the one reliable object was the group. Group a bunch of objects and you can cut and paste and reuse them as a group everywhere. The ke