lingo-l Ideas on how Record User Setting

2004-04-16 Thread Viktor Iwan
hello, i want to create an application where user can save their setting for the application. using buddyapiXtra..i'm able to check folder, files if they're exist. but.. all the files and folder is predetermine by me..the author. Is there possible for user to determine where do they want to save

Re: lingo-l Ideas on how Record User Setting

2004-04-16 Thread Tab Julius
You don't even need BuddyAPI, you could just use Lingo's built-in SetPref and GetPref, which is made for exactly this, and Lingo takes care of where they're stored - you just need to give it a name of your program (or whatever) and pass down a string that has the preferences in it. Then in

lingo-l test - no content.

2004-04-16 Thread C West
No content here either -- -- Carl West [EMAIL PROTECTED] http://carl.west.home.comcast.net [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]).

RE: lingo-l Ideas on how Record User Setting

2004-04-16 Thread Charlie Fiskeaux II
Use FileXtra4 and PropSave. They're both free; with FileXtra4 you can check to see if files and folders exist and issue open and save dialog boxes (if you wish), and with PropSave, you can save Director data (such as property lists, in your case) straight to disk, and later read them back in

Re: lingo-l Ideas on how Record User Setting

2004-04-16 Thread Troy Rollins
On Apr 16, 2004, at 4:44 AM, Viktor Iwan wrote: using buddyapiXtra..i'm able to check folder, files if they're exist. but.. all the files and folder is predetermine by me..the author. While the other suggestions are fully correct, if you are already using BuddyAPI, and you intend to continue

lingo-l Tell end tell

2004-04-16 Thread Mendelsohn, Michael
Hi list... Quick question: what's the syntax for tell gWindow -- statements end tell In DMX2004 with scriptExecutionStyle = 9? Thanks! Michael M. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To

Re: lingo-l Tell end tell

2004-04-16 Thread Daniel Nelson
windowObject.movie.call(#someHandler, target object, if relevant, other parameters) Regards, Daniel [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL