Download a stack file

2011-10-27 Thread Peter Bogdanoff
Hi, I'm making a stack updater that downloads a LC stack to the user's hard drive and replaces a stack there. I plan to: 1. Have the user download a small updater stack and run it 2. The updater gets essential data from the user's old stack and writes it to a file 3. The

Re: image library

2011-10-27 Thread stephen barncard
If OS9 is not possible, one app you might try is Graphic converter,which tries to read all graphic file formats, and possibly those from resource forks, which is where HC stores images. Not tested but if any modern app could, it would be GC. Free trial, and very reasonab

Re: library folder ios and updates

2011-10-27 Thread Gerry
If you mean whether the library directory contents are retained when the user updates the app…yes. Gerry -- photos: http://gerryorkin.com On Friday, 28 October 2011 at 12:58 PM, ddas wrote: > Hello All, > > What happens to the stored files in the library folder with my unique app,

Re: image library

2011-10-27 Thread J. Landman Gay
On 10/27/11 9:39 PM, edward cawley wrote: I'm converting a series of hypercard stacks into iPad apps. I opened them in livecode with no problem and I'm now editing them to run in a new livecode stacks. I would like to import the image library from the converted hypercard stacks to the new stacks.

Re: Spell checking on a Mac

2011-10-27 Thread Scott Morrow
On Oct 27, 2011, at 9:20 PM, Scott Morrow wrote: > > Here is some code that might give you a start on rolling your own using the > RunRevPlanet spell checker. I forgot to include a frontscript for the right-click feature… which was the whole point : ) this frontscript "pops-up" a button nam

Re: Store SQLite File as Custom Property?

2011-10-27 Thread stephen barncard
one could store the database file as a custom property then when needed, could extract the file from the property, and save it as an anonymous temporary file, using *the tempname*. Then delete that file when the operation or application is done. *Examples: * the tempName put the tempName into

Re: Spell checking on a Mac

2011-10-27 Thread Scott Morrow
Hello Pete, For a while I shipped an app that used XSpell < http://lestang.org/spip.php?article51 > an osax AppleScript extension that gives access to Apple's spell check engine. Obviously it isn't cross platform and requires a bit of scripting but it did handle the (for me) tough part of ret

Re: adding text in one field and automatically to another

2011-10-27 Thread Pete
Nah, he wash dryping while trunk... Pete Molly's Revenge On Thu, Oct 27, 2011 at 8:44 PM, J. Landman Gay wrote: > On 10/27/11 4:57 PM, Phil Davis wrote: > >> Thanks Craig - I figured it was a typo. >> > > Ish posshible he wash typing while drunk. > > > > -- > Ja

Store SQLite File as Custom Property?

2011-10-27 Thread James Little
Richard Gaskin wrote: > With LiveCode you have a wide range of formats available. For large tabular > data sets you can use SQLite, define your own format using simple text files, > store arrays using arrayEncode, or even use custom properties stored in a > stack file (a favorite of mine sinc

Re: adding text in one field and automatically to another

2011-10-27 Thread J. Landman Gay
On 10/27/11 4:57 PM, Phil Davis wrote: Thanks Craig - I figured it was a typo. Ish posshible he wash typing while drunk. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___

image library

2011-10-27 Thread edward cawley
I'm converting a series of hypercard stacks into iPad apps. I opened them in livecode with no problem and I'm now editing them to run in a new livecode stacks. I would like to import the image library from the converted hypercard stacks to the new stacks. I'd like to move the whole image library

library folder ios and updates

2011-10-27 Thread ddas
Hello All, What happens to the stored files in the library folder with my unique app, when i update the main app. Do they still exist? Thanks, debdoot ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsu

Re: Spell checking on a Mac

2011-10-27 Thread Pete
Thanks Paul. The thing is, OS X has a spell checker built into it so I guess I'm really looking for any info on how to hook into that from Livecode. Most applications have a "Spelling and Grammar" entry in the Edit menu, and you can also control-click or right click a word for suggested correctio

Re: [OT] John McCarthy has Died...

2011-10-27 Thread Andre Garzia
On Thu, Oct 27, 2011 at 5:53 PM, Richmond Mathewson < richmondmathew...@gmail.com> wrote: > On 10/27/2011 10:46 PM, Roger Eller wrote: > >> On Thu, Oct 27, 2011 at 3:25 PM, Maarten Koopmans wrote: >> >> We need to make new heroes. >>> >> >> Ok, lets get started... >> >> HEROES: >> Batman >> Kevin

Re: Spell checking on a Mac

2011-10-27 Thread Paul Dupuis
Pete, See http://runrev.com/store/product/runrevplanet-spell-2_0/ On 10/27/2011 5:01 PM, Pete wrote: > Almost every Mac program that allows text entry allows you to correct > spelling by right-clicking on a word but it doesn't happen in LC text > fields. Any ideas as to how to implement this? I

Re: adding text in one field and automatically to another

2011-10-27 Thread Phil Davis
Thanks Craig - I figured it was a typo. Not insulted, feelings not hurt, moving oin. On. :-) Phil On 10/27/11 2:04 PM, dunb...@aol.com wrote: I just reread my last post. Phil, it was a typo. I really meant "what he said". Not that other. Yipes. Craig Newman -Original Message-

Re: .irev code editor?

2011-10-27 Thread Martin Koob
Hi I use TextMate with the Bundle version 1.2 from Revigniter. On a new document you have to select 'iRev' from the pop up that says plain text. colourization is only active in code blocks If you open a text file with the .irev or .lc extension it will colourize as the iRev type. Martin -- V

Re: LiveCode alternative to Sitelok?

2011-10-27 Thread Martin Koob
One thing you could check out is http://splash21.on-rev.com/ It is a site built with livecode that that has user registration and login. You can download the entire site with the libraries it uses. Martin -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/LiveCod

Re: adding text in one field and automatically to another

2011-10-27 Thread dunbarx
I just reread my last post. Phil, it was a typo. I really meant "what he said". Not that other. Yipes. Craig Newman -Original Message- From: dunbarx To: use-livecode Sent: Thu, Oct 27, 2011 12:30 pm Subject: Re: adding text in one field and automatically to another Ass Phil sa

Spell checking on a Mac

2011-10-27 Thread Pete
Almost every Mac program that allows text entry allows you to correct spelling by right-clicking on a word but it doesn't happen in LC text fields. Any ideas as to how to implement this? I'm assuming there must be some sort of spell checker built in to OS X. Pete Molly's Revenge

Re: adding text in one field and automatically to another

2011-10-27 Thread Phil Davis
I forgot to say - this code goes into the 'area code' field. 'fld 2' is the phone number field. And it doesn't deal with pasting values. And... and... Phil On 10/27/11 1:19 PM, Phil Davis wrote: on keyDown pKey if pKey is an integer then pass keyDown else beep end keyDown on keyU

Re: adding text in one field and automatically to another

2011-10-27 Thread dunbarx
Ass Phil says. Or: on keyDown var if var is an integer and the length of me < 3 then put var after me else put var after fld "phoneNumber" end keyDown Craig Newman -Original Message- From: Phil Davis To: How to use LiveCode Sent: Thu, Oct 27, 2011 12:20 pm Subject: Re: add

Re: adding text in one field and automatically to another

2011-10-27 Thread dunbarx
___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: adding text in one field and automatically to another

2011-10-27 Thread Phil Davis
on keyDown pKey if pKey is an integer then pass keyDown else beep end keyDown on keyUp pKey if length(text of me) = 3 then select text of fld 2 pass keyUp end keyUp Phil On 10/27/11 1:08 PM, william humphrey wrote: And now for something very easy. I have two fields

adding text in one field and automatically to another

2011-10-27 Thread william humphrey
And now for something very easy. I have two fields (area code and telephone number). I'd like for the first field (area code) to allow three numbers to be entered and then if a fourth number is entered automatically go to the telephone number field and continue adding the rest of the number there.

Re: Limiting field entry to plain text

2011-10-27 Thread Peter M. Brigham, MD
It occurred to me a little belatedly that someone might be interested in a handler I use for pasting unformatted text (so that it matches the text formatting of the target field). I have this in my LC frontscript, so it's available to me everywhere in LC: on commandKeyDown pKey -- command-co

Re: [OT] John McCarthy has Died...

2011-10-27 Thread Richmond Mathewson
On 10/27/2011 10:46 PM, Roger Eller wrote: On Thu, Oct 27, 2011 at 3:25 PM, Maarten Koopmans wrote: We need to make new heroes. Ok, lets get started... HEROES: Batman Kevin Miller Andre Garzia Sarah Reichelt ... ___ Can we leave out Batman?

Re: [OT] John McCarthy has Died...

2011-10-27 Thread Roger Eller
On Thu, Oct 27, 2011 at 3:25 PM, Maarten Koopmans wrote: > We need to make new heroes. Ok, lets get started... HEROES: Batman Kevin Miller Andre Garzia Sarah Reichelt ... ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this ur

Re: [OT] John McCarthy has Died...

2011-10-27 Thread Maarten Koopmans
We need to make new heroes. On Tue, Oct 25, 2011 at 1:21 PM, Andre Garzia wrote: > On Tue, Oct 25, 2011 at 6:57 AM, René Micout > wrote: > >> Goodbye John... >> For you it is omega pruning... >> :-( >> > > Can we say it is a closure > > > >> >> Le 25 oct. 2011 à 01:32, Andre Garzia a écrit :

Re: [OT] PCI cards

2011-10-27 Thread Richmond Mathewson
On 10/27/2011 02:11 AM, Bob Sneidar wrote: Will Wine allow you to read HFS+ disks? Ouch. Bob On Oct 26, 2011, at 11:52 AM, Richmond Mathewson wrote: I am thinking about reading the ZIP disks via WINE, using the Windows driver for ZIP SCSI drives...

Just Testing

2011-10-27 Thread Joe Lewis Wilkins
Is the list down again or just no action? Joe Wilkins ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-li

Re: Empty fields and controls after testing

2011-10-27 Thread Björnke von Gierke
I think one of the problems here is the mixing of not quite compatible metaphors. HyperCard (and in extension LC which inherited most of those behaviours) uses a data model exactly like a Database. That means all data entry will be permanent, and fields are not data entry points, but data retai