Re: Newbie question re fields -- javascript

2010-11-09 Thread David Bovill
Dave - as with shell, do does a line - that is if you were to look at the string you create with: put alert (' myScore '); it would span several lines. Imagine typing that into the script editor - it would make no sense right? So you need to have the LiveCode as a single line and not split

Newbie question re fields -- javascript

2010-11-08 Thread David Brooks
We are creating standalones and launching them in browsers. We have issues with taking in all of a field. Any help appreciated. Works: on mouseUp put 12131232 into myScore do alert (' myScore '); in browser end mouseUp Does NOT work: on mouseUp put fld ListOfFiles into myScore

Re: Newbie question re fields -- javascript

2010-11-08 Thread Web Admin Himalayan Academy
On 11/8/10 9:54 AM, David Brooks wrote: do alert (' myScore '); in browser Hmm.. I'm falling behind ... where is this documented? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

External newbie question

2010-10-21 Thread François Chaplais
I have download the latest (v3?) externals lesson from runrev, and after having installed the iPhone dev toolkit (which included XCode), I have compiled the *solution* provided by runrev (op. sys. was Leopard). Everything worked fine, the stack was launched, but the external could not be called

Re: External newbie question

2010-10-21 Thread Andre Garzia
Bonjour François, Je ne parle pas français so I will answer in english :-) You can't use Externals with LiveCode for iOS (AKA RevMobile). If you're not trying to do stuff with iPhone but are actually just trying to use the XCode that was bundled, then make sure you have the SDKs for Mac OS X

Re: External newbie question

2010-10-21 Thread François Chaplais
Le 22 oct. 2010 à 00:09, Andre Garzia a écrit : Bonjour François, Je ne parle pas français so I will answer in english :-) You can't use Externals with LiveCode for iOS (AKA RevMobile). If you're not trying to do stuff with iPhone but are actually just trying to use the XCode that was

Newbie question

2010-05-04 Thread Steve Jones
Fairly new to RR here, but have used HyperCard and then SuperCard at the amateur level for a while. I see in RR that you put items in GROUPS to have them appear on every card in a stack as opposed to SC where you put them in the BACKGROUND. I have a GROUP of items on a single card in a stack.

Re: Newbie question

2010-05-04 Thread René Micout
I was shocked, I thought for a moment that it was Steve Jobs who responded to our concerns... ;-) Le 4 mai 2010 à 16:30, Steve Jones a écrit : Fairly new to RR here, but have used HyperCard and then SuperCard at the amateur level for a while. I see in RR that you put items in GROUPS to

Re: Newbie question

2010-05-04 Thread Colin Holgate
On May 4, 2010, at 10:30 AM, Steve Jones wrote: I see in RR that you put items in GROUPS to have them appear on every card in a stack as opposed to SC where you put them in the BACKGROUND. I have a GROUP of items on a single card in a stack. When the CREATE CARD command is issued in a

Re: Newbie question

2010-05-04 Thread Steve Jones
Aha - that was it. Didn't even see that option. No very intuitive. You have to create a GROUP and then assign it to be a BACKGROUND rather than just going straight to a background to begin with. I guess there's more flexibility that way. Thanks! Steve On May 4, 2010, at 9:35 AM, Colin

Re: Newbie question

2010-05-04 Thread Michael Kann
should then think it is back in Hypercardland and appear on every card. (I just copied this desciption from Judy's stack. She's the one you need to thank). Good luck, Mike --- On Tue, 5/4/10, Steve Jones stevejo...@mac.com wrote: From: Steve Jones stevejo...@mac.com Subject: Newbie

Re: Newbie question

2010-05-04 Thread Richard Gaskin
Steve Jones wrote: On May 4, 2010, at 9:35 AM, Colin Holgate wrote: On May 4, 2010, at 10:30 AM, Steve Jones wrote: I see in RR that you put items in GROUPS to have them appear on every card in a stack as opposed to SC where you put them in the BACKGROUND. I have a GROUP of items on a

Re: Newbie question

2010-05-04 Thread Devin Asay
On May 4, 2010, at 8:30 AM, Steve Jones wrote: Fairly new to RR here, but have used HyperCard and then SuperCard at the amateur level for a while. I see in RR that you put items in GROUPS to have them appear on every card in a stack as opposed to SC where you put them in the BACKGROUND.

Re: Newbie question

2010-05-04 Thread René Micout
Le 4 mai 2010 à 17:12, Richard Gaskin a écrit : At the top of the Prefs window in the first section there are two radio controls in a group labeled Property labels are: with the options being Description of option and Name of RevTalk Property. Click the latter. Thank you Richard, I don't

Re: Newbie question

2010-05-04 Thread Thomas McGrath III
Steve, Welcome to RR. I also came from the HC/SC background and was taken by the group behave issue, at first it seemed an oversight to a much used convention. But since I've been using RR I have found that I use backgrounds less and less. I think this is one thing that truly differentiates RR

Re: Newbie question

2010-05-04 Thread Bob Sneidar
Yes, the primary difference between Hypercard and Revolution is that in HC cards WERE your records. Similar data got added in fields on many cards with the same background. With Revolution, you have access to use SQL databases, so cards become more like forms that temporarily hold data for the

Re: Newbie question

2010-05-04 Thread Andre Garzia
I haven't used SC/HC but I do use background groups a lot. I tend to always have a bg group named interface on my projects that holds the common user interface for the app, then using different cards, I just create the modified parts, this way, instead of showing/hiding controls as the interface

Re: Newbie question

2010-05-04 Thread Terry Judd
On 5/05/10 10:46 AM, Andre Garzia an...@andregarzia.com wrote: I haven't used SC/HC but I do use background groups a lot. I tend to always have a bg group named interface on my projects that holds the common user interface for the app, then using different cards, I just create the modified

Re: Newbie question

2010-05-04 Thread J. Landman Gay
Bob Sneidar wrote: Yes, the primary difference between Hypercard and Revolution is that in HC cards WERE your records. And they can be in Rev too. Similar data got added in fields on many cards with the same background. With Revolution, you have access to use SQL databases, so cards become

Re: Newbie question

2009-12-12 Thread Mark Schonewille
Hi Tim, There's a FireFox plug-in to search the archives on GMane near the bottom of this website http://economy-x-talk.com/developers.html. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter:

Re: Newbie question

2009-12-12 Thread Mark Swindell
Speaking of Nable is that typo ever going to be corrected in the Help pane? On Dec 11, 2009, at 11:55 PM, Jim Bufalini wrote: Hi Tim, Any searchable archives of this mailing list? Would like to check there first before bothering everyone with basic questions. On your Revolution menu, go

Re: Newbie question

2009-12-12 Thread Richmond Mathewson
On 12/12/2009 20:50, Mark Swindell wrote: Speaking of Nable is that typo ever going to be corrected in the Help pane? On Dec 11, 2009, at 11:55 PM, Jim Bufalini wrote: Hi Tim, Any searchable archives of this mailing list? Would like to check there first before bothering everyone

RE: Newbie question

2009-12-12 Thread Jim Bufalini
Hi Richmond, Oddly enough the database update in RevStudio 4 (Mac) didn't work, leaving me with an unusable Search Engine. Same poo with Ubuntu (both RevStudio and RevMedia) Didn't have that problem with RevMedia 4 (Mac). Too fried and crispy after that to bother firing up the XP box to

Re: Newbie question

2009-12-12 Thread Richmond Mathewson
On 12/12/2009 22:05, Jim Bufalini wrote: Hi Richmond, Oddly enough the database update in RevStudio 4 (Mac) didn't work, leaving me with an unusable Search Engine. Same poo with Ubuntu (both RevStudio and RevMedia) Didn't have that problem with RevMedia 4 (Mac). Too fried and crispy

Re: Newbie question

2009-12-12 Thread Tim Selander
Hi all, Thanks for the various tips. The searching from the RevMedia help menu did not work. It said something about building indexes, failed and now it will search nothing. However I did find the Nabble forum, and will now give Richard Gaskin's program a try... Tim Selander Tokyo, Japan

Newbie question

2009-12-11 Thread Tim Selander
Any searchable archives of this mailing list? Would like to check there first before bothering everyone with basic questions. TIA Tim Selander Tokyo, Japan ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

RE: Newbie question

2009-12-11 Thread Jim Bufalini
Hi Tim, Any searchable archives of this mailing list? Would like to check there first before bothering everyone with basic questions. On your Revolution menu, go to Help - Revolution Search Engine and on the second tab over from the left you can select Gmane, Mail Archive or Nable and perform

Re: Newbie question

2009-12-11 Thread stephen barncard
Check NABBLE for the archives. - Stephen Barncard San Francisco http://houseofcubes.com/disco.irev 2009/12/11 Tim Selander selan...@tkf.att.ne.jp Any searchable archives of this mailing list? Would like to check there first before bothering everyone with basic

Re: Newbie question - Using multi-line message box

2009-10-16 Thread Kay C Lan
A while ago I recommended Ukelele to Richmond who wanted to change his Caps Lock key into a Shift Lock key. I understand it did the job. Basically Ukelele a GUI for modifying .keylayout files on OS X. If you have two Option keys you should be able to turn one of them into Enter. Actually you can

Re: Newbie question - Using multi-line message box

2009-10-16 Thread Jim Sims
On Oct 16, 2009, at 8:11 AM, Kay C Lan wrote: As far as I know, the only difference between UK, USA, MB and MBP keyboards are some graphics and their .keylayout files. The Return key on my UK keyboard uses up the far right space of two rows, it is sort of like an upsidedown L shape. That

Re: Newbie question - Using multi-line message box

2009-10-15 Thread Andre.Bisseret
Le 15 oct. 09 à 00:52, Andre Garzia a écrit : mine is british... it even has that silly pound symbol that I will never use here in Brasil... Bonjour, Are you sure ? ;-) One french saying is : Il ne faut pas dire : fontaine je ne boirai pas de ton eau (something like : don't say :

Newbie question - Using multi-line message box

2009-10-14 Thread william humphrey
When you're using a mac-laptop the enter key is a combination enter key and returnkey. So if you want to run a multi-line script you have to hold the function key down on the mac laptop keyboard and hit the return key for it to be an enter key. I spent ten minutes or so trying to find another way

Re: Newbie question - Using multi-line message box

2009-10-14 Thread Andre Garzia
use the FN key on the mac to make your return an enter... now, hold CMD+FN+RETURN and soon we'll ressemble emacs in its cumbersome keychords... On Wed, Oct 14, 2009 at 4:10 PM, william humphrey b...@bluewatermaritime.com wrote: When you're using a mac-laptop the enter key is a combination

Re: Newbie question - Using multi-line message box

2009-10-14 Thread Richmond Mathewson
william humphrey wrote: When you're using a mac-laptop the enter key is a combination enter key and returnkey. So if you want to run a multi-line script you have to hold the function key down on the mac laptop keyboard and hit the return key for it to be an enter key. I spent ten minutes or so

Re: Newbie question - Using multi-line message box

2009-10-14 Thread Colin Holgate
On Oct 14, 2009, at 3:10 PM, william humphrey wrote: So if you want to run a multi-line script you have to hold the function key down on the mac laptop keyboard and hit the return key for it to be an enter key For what it's worth, the MacBook Pro I have has an Enter key to the right of

Re: Newbie question - Using multi-line message box

2009-10-14 Thread Andre Garzia
my macbook pro has a second option key as well... :-/ On Wed, Oct 14, 2009 at 4:32 PM, Colin Holgate co...@verizon.net wrote: On Oct 14, 2009, at 3:10 PM, william humphrey wrote: So if you want to run a multi-line script you have to hold the function key down on the mac laptop keyboard and

Re: Newbie question - Using multi-line message box

2009-10-14 Thread Devin Asay
On Oct 14, 2009, at 1:32 PM, Colin Holgate wrote: On Oct 14, 2009, at 3:10 PM, william humphrey wrote: So if you want to run a multi-line script you have to hold the function key down on the mac laptop keyboard and hit the return key for it to be an enter key For what it's worth, the

Re: Newbie question - Using multi-line message box

2009-10-14 Thread Richard Gaskin
Devin Asay wrote: On Oct 14, 2009, at 1:32 PM, Colin Holgate wrote: For what it's worth, the MacBook Pro I have has an Enter key to the right of the right-side command key, and that works as an Enter key should. I see that MacBooks have a second Option key there instead. As do the newest

Re: Newbie question - Using multi-line message box

2009-10-14 Thread Alex Tweedly
Richard Gaskin wrote: Between that and the full-glare reflective screen it's enough to keep me from upgrading my MBP for a while. The matte screen is available (as a $50 option !!) for both 15- and 17- inch MBPs -- Alex (who is trying hard to convince himself to buy one NOW)

Re: Newbie question - Using multi-line message box

2009-10-14 Thread Jim Sims
On Oct 14, 2009, at 1:32 PM, Colin Holgate wrote: For what it's worth, the MacBook Pro I have has an Enter key to the right of the right-side command key, and that works as an Enter key should. I see that MacBooks have a second Option key there instead. As do the newest MacBook Pros. :-( Have to

Re: Newbie question - Using multi-line message box

2009-10-14 Thread Colin Holgate
On Oct 14, 2009, at 6:09 PM, Jim Sims wrote: There has been a difference in UK and USA keyboards for years. My UK keyboard has an alt/option key to the right of the command key SPACE BAR - CMD KEY - ALT/OPTION KEY My USA keyboard has: SPACE BAR - CMD KEY - ENTER KEY It's not

Re: Newbie question - Using multi-line message box

2009-10-14 Thread Andre Garzia
mine is british... it even has that silly pound symbol that I will never use here in Brasil... On Wed, Oct 14, 2009 at 7:09 PM, Jim Sims s...@ezpzapps.com wrote: On Oct 14, 2009, at 1:32 PM, Colin Holgate wrote: For what it's worth, the MacBook Pro I have has an Enter key to the right of

Newbie question

2009-05-16 Thread John Hunter
Hi All, I'm looking at Rev and RB and was wondering if there are any samples / demo stacks that show how to use sqlite databse without using buttons to create or connect to. It would be really helpful to see how to create / connect to sqlite databases using code as opposed to buttons.

Re: Newbie question

2009-05-16 Thread Joe Lewis Wilkins
Hi John, Were it not the weekend, I'd pass on this and let someone with first hand experience and sqlite databases, but You may do just about anything via an on openStack or even a on preOpenStack handler that would be run as soon as or even before your stack is opened. This allows

RE: Newbie question

2009-05-16 Thread Jim Bufalini
John Hunter wrote: I'm looking at Rev and RB and was wondering if there are any samples / demo stacks that show how to use sqlite databse without using buttons to create or connect to. It would be really helpful to see how to create / connect to sqlite databases using code as opposed to

Re: Newbie Question 5 of N

2009-05-10 Thread Richmond Mathewson
Well, as well as all the other useful things that everybody is proposing how about a sort of Top of the Pops of errors? My personal favourite crops up all the time: flase, fales, flsae . . . but, very rarely 'false' Now . . . variables . . .

Re: Newbie question - how to check for a varible

2009-05-10 Thread Bernard Devlin
The message box is an amazing feature. You can use it in a debugging session to work with the state of your code at the breakpoint. Bernard On Fri, May 8, 2009 at 7:43 AM, Stephen Cox step...@networkxfla.com wrote: Lol. Of course. I knew it would be easy. Thanks. For the life of me I could

Re: Newbie question - how to check for a varible

2009-05-09 Thread Martin Blackman
There is a gotcha to be aware of here. Checking if a previously unused variable is empty returns false. That has caught me out a few times. I wonder why the answer is false. I think the engine interprets the variable as a string instead, in the same way that 'answer hello' without quotes around

Re: Newbie question - how to check for a varible

2009-05-09 Thread Stephen Cox
Wait. I don't get this. You saying that checking if an unused variable is empty returns false? Does revolution put some data in a variable when created? On 5/9/09 2:44 AM, Martin Blackman martinblack...@gmail.com wrote: There is a gotcha to be aware of here. Checking if a previously unused

Re: Newbie question - how to check for a varible

2009-05-09 Thread Mark Wieder
Jacque- Friday, May 8, 2009, 11:25:47 AM, you wrote: how the engine works. I personally do not use explicit variables, I never declare them specifically, and I have never had any problem. ...the first step in recovery is recognizing you have a problem... g -- -Mark Wieder

Re: Newbie question - how to check for a varible

2009-05-09 Thread J. Landman Gay
Mark Wieder wrote: Jacque- Friday, May 8, 2009, 11:25:47 AM, you wrote: how the engine works. I personally do not use explicit variables, I never declare them specifically, and I have never had any problem. ...the first step in recovery is recognizing you have a problem... g Bah. Don't

Re: Newbie question - how to check for a varible

2009-05-09 Thread J. Landman Gay
Stephen Cox wrote: Wait. I don't get this. You saying that checking if an unused variable is empty returns false? Does revolution put some data in a variable when created? Sort of, but only in specific cases, which is mostly a side-effect of how friendly Rev's interpreter is and how it deals

Re: Newbie question - how to check for a varible

2009-05-09 Thread Stephen Cox
By the way, off topic a bit: Wouldn't I am be the same as I am? ((notice the space after I in the second example)). On 5/9/09 12:57 PM, J. Landman Gay jac...@hyperactivesw.com wrote: Stephen Cox wrote: Wait. I don't get this. You saying that checking if an unused variable is empty

Re: Newbie question - how to check for a varible

2009-05-09 Thread Joe Lewis Wilkins
Certainly should be the same. Isn't it? It is for me with 3.5. Joe Wilkins On May 9, 2009, at 11:15 AM, Stephen Cox wrote: By the way, off topic a bit: Wouldn't I am be the same as I am? ((notice the space after I in the second example)).

Re: Newbie question - how to check for a varible

2009-05-09 Thread J. Landman Gay
Stephen Cox wrote: By the way, off topic a bit: Wouldn't I am be the same as I am? ((notice the space after I in the second example)). Yup. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: Newbie question - how to check for a varible

2009-05-09 Thread Mark Wieder
Stephen- Saturday, May 9, 2009, 11:15:01 AM, you wrote: Wouldn't I am be the same as I am? ((notice the space after I in the second example)). also the same as I am ...and just for good measure... I space am -- -Mark Wieder mwie...@ahsoftware.net

Newbie Question 5 of N

2009-05-09 Thread Richmond Mathewson
Just found 'strict compilation' in my trial of RR 3.5; but couldn't find anything about what it actually is (which makes Stephen Cox, who is passing himself off as a Newbie, look much longer in the tooth than I am). So; what is 'strict compilation', and why should we be interested?

Re: Newbie Question 5 of N

2009-05-09 Thread Mark Wieder
Richmond- Saturday, May 9, 2009, 1:14:47 PM, you wrote: So; what is 'strict compilation', and why should we be interested? Strict compilation was formerly referred to as explictVars. Setting the checkbox *forces* you to declare all your variables or be faced with compile errors. The advantage

Re: Newbie Question 5 of N

2009-05-09 Thread Richmond Mathewson
Writing as someone who, generally, learns from his errors, and trying to work out why they are error, this sounds as if it would not be a great advantage to me. Probably much more useful for somebody trying to belt out something with a very quick SDLC or turn-around. Mark Wieder wrote:

Re: Newbie Question 5 of N

2009-05-09 Thread Stephen Cox
Actually I'm not so sure it even matters, considering this isn't a typed language. I was just surprised when I ran my first try at code and had errors at runtime. Almost every compiler I've used checked variables. Why I asked in the first place. On 5/9/09 5:24 PM, Richmond Mathewson

Re: Newbie Question 5 of N

2009-05-09 Thread Mark Wieder
Richmond- Saturday, May 9, 2009, 2:24:47 PM, you wrote: Writing as someone who, generally, learns from his errors, and trying to work out why they are error, this sounds as if it would not be a great advantage to me. Not to worry - there's plenty of errors to go around... ...I'd be happy to

Newbie question - how to check for a varible

2009-05-08 Thread Stephen Cox
Really two questions: How do I check if a variable is empty? Sort of like; If !empty(tUsername) // process here Endif Empty() is a Foxpro function that pops if what you are checking is empty. I can¹t seem to find it¹s equivalent in revolution. Am I approaching this the wrong way? And can I

Re: Newbie question - how to check for a varible

2009-05-08 Thread Joe Lewis Wilkins
Stephen, Without even checking, since it's the way it would be done in HC, just use: if tUsername is empty then if tUsername exists then ... You were already there. Didn't you check these out in the messagebox? Joe Wilkins On May 7, 2009, at 11:25 PM, Stephen Cox wrote: Really two

Re: Newbie question - how to check for a varible

2009-05-08 Thread Mark Schonewille
Hi Stephen, Search the docs for empty. It will show you things like put empty into x set the cProp to empty So, you will also want to read up on put and set. There is also a function variableNames, which will probably be very useful to you. Why do you want to check for the existence of a

Re: Newbie question - how to check for a varible

2009-05-08 Thread Stephen Cox
Lol. Of course. I knew it would be easy. Thanks. For the life of me I could not find an example in the docs; the user guild or online. The messagebox? I hardly use it. Gets in the way mostly. I've been using it to look at global variables. I know you can run commands. But if you don't know the

Re: Newbie question - how to check for a varible

2009-05-08 Thread Joe Lewis Wilkins
Stephen, I should have checked. Check exists in the dictionary for the rev syntax. Not quite as straightforward or easy as with HC. Sorry, Joe Wilkins On May 7, 2009, at 11:35 PM, Joe Lewis Wilkins wrote: Stephen, Without even checking, since it's the way it would be done in HC, just use:

Re: Newbie question - how to check for a varible

2009-05-08 Thread Stephen Cox
I did search for empty in the Online Dictionary. But all I got were property keywords. I also read the docs on put and answer and saw nothing about empty. Anyway know now, thanks. As for checking for existence of variables.. Just a habit I formed over years writing dbase and c. Always check the

Re: Newbie question - how to check for a varible

2009-05-08 Thread Stephen Cox
Ahhh! Exists was there. I was looking at it from the wrong end. Thanks. God I feel like I have to unlearn all my coding habits and thinking. On 5/8/09 2:47 AM, Joe Lewis Wilkins pepe...@cox.net wrote: Stephen, I should have checked. Check exists in the dictionary for the rev syntax. Not

RE: Newbie question - how to check for a varible

2009-05-08 Thread Jim Bufalini
Hi Stephen, How do I check if a variable is empty? Sort of like; If !empty(tUsername) // process here Endif Empty() is a Foxpro function that pops if what you are checking is empty. I can¹t seem to find it¹s equivalent in revolution. Am I approaching this the wrong way? And can I

Re: Newbie question - how to check for a varible

2009-05-08 Thread J. Landman Gay
Stephen Cox wrote: Next question; checking the existence of a variable? Now I know I can turn on Strict Compilation (and I have) but I¹d rather have the assurance of checking to see if a variable exist? Is this a non-issue in Revolution? It is a non-issue. Rev does not require you to declare

Newbie question - Set the cursor to....

2009-05-08 Thread Stephen Cox
I¹m gonna preface [the subject] all my questions with ³Newbie² so those who have no interest in nubs can move on. Trust, I know it can be painful. ;) I got a card. With a label or button. I want to change the cursor of the mouse to a hand then back to arrow when the user moves on/off the object.

Re: Newbie question - Set the cursor to....

2009-05-08 Thread Richmond Mathewson
Very badly documented: on mouseEnter set the lockCursor to true set the cursor to hand end mouseEnter on mouseLeave set the cursor to arrow set the lockCursor to false end mouseLeave Stephen Cox wrote: I¹m gonna preface [the subject] all my questions with ³Newbie² so those who have no

Re: Newbie question - Set the cursor to....

2009-05-08 Thread Mark Schonewille
Hi Stephen, You need to lock the cursor right before or after setting it. Otherwise, the cursor will be reset as soon as the handler finishes running. on mouseEnter lock cursor set the cursor to hand end mouseEnter on mouseLeave set the cursor to arrow unlock cursor end

Re: Newbie question - Set the cursor to....

2009-05-08 Thread Joe Lewis Wilkins
Stephen, As the most useful tip I can think of for someone NOT familiar with HC, learn to use the messageBox, which you may display by clicking on the third icon from the left in the Rev Toolbar. It allows you to test bits of code without having to do a lot of development. Importantly,

Re: Newbie question - Set the cursor to....

2009-05-08 Thread Joe Lewis Wilkins
Stephen, One of the frustrating aspects about both HC and Rev is that the same things may be accomplished in a number of different ways. And assignments are particularly so, since you have to do things like: put 20 into tVar instead of what you might expect tVar = 20 Which is one of the

Re: Newbie question re path names

2009-01-09 Thread Bob Sneidar
Kill is Quit Without Saving. Not very good unless you have a hung process. I agree the Applescript method is best. Bob Sneidar IT Manager Logos Management Calvary Chapel CM On Jan 8, 2009, at 6:58 PM, Timothy Miller wrote: Oops! Kill Process does make the application quit. Is this command

Newbie question re path names

2009-01-08 Thread Timothy Miller
Hi, Not so many elementary questions on the list these days. Well, I've got an infinite supply. It might not show, but I did attempt to read the instructions. Hoping to waste less time on the web and email, I've got a new plan. I'll launch Firefox and Mail from a small Rev stack, and

Re: Newbie question re path names

2009-01-08 Thread Bob Sneidar
You need to preface it with a forward slash ie. /applications/some folder/... Bob Sneidar IT Manager Logos Management Calvary Chapel CM On Jan 8, 2009, at 4:52 PM, Timothy Miller wrote: Hi, Not so many elementary questions on the list these days. Well, I've got an infinite supply. It might

Re: Newbie question re path names

2009-01-08 Thread Bob Sneidar
BTW this is not a revolution issue but an OS one. This is how the OS refers to the root of the startup volume. The first slash means The startup drive. For other volumes you would access the mount point folder which is Volumes i.e. /Volumes/My Other Drive/Some Folder/... To access the home

Re: Newbie question re path names

2009-01-08 Thread Jim Ault
Quick tip that should work on all platforms: In the message box type answer file choose the one you like; put it The result will appear as the correct Rev syntax that refers to the file Do this for folders. answer folder choose the one you like; put it Hope this helps Jim Ault Las Vegas

Re: Newbie question re path names

2009-01-08 Thread Timothy Miller
Thanks everyone! It works now. Is it okay to use the Open Process command instead? (It seems to work.) Can I also use a Rev command to quit an application? I messed around with closeProcess but couldn't get it to work. with: answer there is a process /Applications/Firefox.app I get True

Re: Newbie question re path names

2009-01-08 Thread Terry Judd
Hi Tim, You can use applescript (from within Rev) to do this... put tell application quotefirefox-binquote to quit into tScript do tScript as applescript HTH, Terry... On 9/1/09 1:40 PM, Timothy Miller gand...@doctortimothymiller.com wrote: Thanks everyone! It works now. Is it okay to

Re: Newbie question re path names

2009-01-08 Thread Timothy Miller
Oops! Kill Process does make the application quit. Is this command safe on Mac OS? The documentation is somewhat ambiguous on this point. Thanks again. Tim On Jan 8, 2009, at 6:40 PM, Timothy Miller wrote: Thanks everyone! It works now. Is it okay to use the Open Process command

Re: Newbie question re path names

2009-01-08 Thread Terry Judd
I think you're better off asking it to quit first with an applescript then if that fails you can always kill it. I'm pretty sure Ken (sonsothunder.com) has some tips that you might find useful for this sort of stuff. Terry... On 9/1/09 1:58 PM, Timothy Miller gand...@doctortimothymiller.com

newbie question

2008-09-15 Thread Jim McNeely
Hello all, I appreciated the recent thread where you all welcomed basic questions. I am just starting with Revolution, coming from a FileMaker background. I have a table field into which I put the results from a MySQL query, triggered by a rawkey event in a search field. It works great

Re: newbie question

2008-09-15 Thread Jim McNeely
It works! THANKS! Jim On Sep 15, 2008, at 9:38 AM, Klaus Major wrote: Hi J9m, Hello all, I appreciated the recent thread where you all welcomed basic questions. I am just starting with Revolution, coming from a FileMaker background. I have a table field into which I put the results

Re: newbie question

2008-09-15 Thread Klaus Major
Hi J9m, Hello all, I appreciated the recent thread where you all welcomed basic questions. I am just starting with Revolution, coming from a FileMaker background. I have a table field into which I put the results from a MySQL query, triggered by a rawkey event in a search field. It

Stupid Newbie Question

2008-02-29 Thread LunchnMeets
Hi Everyone, Considering I've been using Rev for about two years now, it's almost embarrassing to ask this question. I have a field with three lines in it. I want to be able to edit any of those lines individually without changing the others. I can't seem to figure out what the field settings

Re: Stupid Newbie Question

2008-02-29 Thread Klaus Major
Hi Joe, Hi Everyone, Considering I've been using Rev for about two years now, it's almost embarrassing to ask this question. I have a field with three lines in it. I want to be able to edit any of those lines individually without changing the others. I can't seem to figure out what the

Re: Stupid Newbie Question

2008-02-29 Thread Klaus Major
Hi Joe, Hi Joe, Hi Everyone, Considering I've been using Rev for about two years now, it's almost embarrassing to ask this question. I have a field with three lines in it. I want to be able to edit any of those sorry, completely overlooked ...ANY of those... In that case I would still

Re: AltBrowser newbie question...

2007-04-17 Thread Mark Schonewille
Hi, I had the same problem as the OP of this thread. This is what I did, it is fairly simple. First, I created a stack and put the following script into the card script: on suspendStack xBrowser_Unfocus end suspendStack on openField xBrowser_Unfocus end openField on resizeStack

Re: AltBrowser newbie question...

2007-04-13 Thread Jim Carwardine
Thanks, Scott... I already have a stack I want to put AltBrowser into. Is there is a section of the stack script that can be pasted into the substack it created for me... I can't seem to find anything I can use that way. The Go button on the created substack references a handler called...

Re: AltBrowser newbie question...

2007-04-13 Thread Scott Rossi
Recently, Jim Carwardine wrote: I've just installed AltBrowser and am starting to play with it. I can't seem to get the AltBrowser window to display a url. I have installed the plug-in and also the stack in my application. ... When I look at the docs through the demo, it launches the

AltBrowser newbie question...

2007-04-12 Thread Jim Carwardine
I've just installed AltBrowser and am starting to play with it. I can't seem to get the AltBrowser window to display a url. I have installed the plug-in and also the stack in my application. I used the Launch Browser button in the demo stack to create the launch button in my stack but when I

Re: AltBrowser newbie question...

2007-04-12 Thread Scott Rossi
Recently, Jim Carwardine wrote: I've just installed AltBrowser and am starting to play with it. I can't seem to get the AltBrowser window to display a url. I have installed the plug-in and also the stack in my application. ... When I look at the docs through the demo, it launches the

Re: Yet another Newbie Question

2007-04-04 Thread Dave
Hi, If you intend to build standalone apps you should be aware that you CANNOT write back data to the Stack that is the main application. There are a number of ways around this which also address your questions below. The method I use is to have one stack that is the main application

Re: Yet another Newbie Question

2007-04-04 Thread Simon HARPER
Thanks for this. Cheers Si. Simon Harper 2.44 Kilburn Building University of Manchester (UK) Pri: [EMAIL PROTECTED] Alt: [EMAIL PROTECTED] On 3 Apr 2007, at 20:17, Stephen Barncard wrote: a data stack using custom properties and property sets is one of the best ways to store arrays

Yet another Newbie Question

2007-04-03 Thread Simon HARPER
Hi there, so I've a couple of questions (which may be silly) 1) If I create version 1 of an application which saves data as a stack - then create version 2 which adds functionality (but probably doesn't change the data format) how do I get the stack data from version 1 into the newly

Re: Yet another Newbie Question

2007-04-03 Thread Stephen Barncard
a data stack using custom properties and property sets is one of the best ways to store arrays in Rev (and data in general). You can also put data inside the data using text lists inside a custom property. This of course puts stricter limits on what goes into certain places. key1 tab data

Re: Yet another Newbie Question

2007-04-03 Thread Richard Gaskin
Stephen Barncard wrote: a data stack using custom properties and property sets is one of the best ways to store arrays in Rev (and data in general). You can also put data inside the data using text lists inside a custom property. This of course puts stricter limits on what goes into certain

  1   2   3   >