Re: making a popup insert text.

2005-10-03 Thread Dan Shafer
OK, so that's pretty straight-forward. Once the user makes a choice from either an option menu or a combo box, you can get the choice: In both cases, the current user choice is sored as the label of the object: put the label of button "choicemaker1" into scriptLineToAdd On Oct 3, 2005,

Re: making a popup insert text.

2005-10-03 Thread Bob Hartley
You wrote: Hi Dan > Not sure exactly what you mean by that question, but if you use a combo > box (I assume that's what you meant and not an option box, which doesn't > exist), you don't have to do any programming to get the user's selection > to show up in the box portion of the object. That's b

Re: making a popup insert text.

2005-10-03 Thread Dan Shafer
On Oct 3, 2005, at 4:14 AM, [EMAIL PROTECTED] wrote: OK I've just realised that I should be using an option box. I take it I just script this llike a tolbar menu? Not sure exactly what you mean by that question, but if you use a combo box (I assume that's what you meant and not an option b

Re: making a popup insert text.

2005-10-03 Thread Dan Shafer
John Small mistake. There is no object in Revolution called a "check" or, for that matter, a "checkbox." It's a button. So a slight change to your code makes it work: if hilite of button "AFR" = "true" then answer "You ticked AFR" That said, you might (or might not) benefit from a coup

RE: making a popup insert text.

2005-10-03 Thread Thornton, John
:[EMAIL PROTECTED] Behalf Of Mark Smith Sent: 03 October 2005 12:14 To: How to use Revolution Subject: Re: making a popup insert text. John, a checkbox is just a type of button, so: if hilite of btn "AFR" then answer "You ticked AFR" Mark On 3 Oct 2005, at 12:06, Thornton

Re: making a popup insert text.

2005-10-03 Thread rev
Quoting [EMAIL PROTECTED]: Hi All. Does anyone have a simple script that shows how to use a popup to insert text into a field depending on the popup item chosen. Alternatively how a popup is used to change the fontsize depending on the number chosen in the popup. I know it is really basic, how

Re: making a popup insert text.

2005-10-03 Thread Mark Smith
ad, Northampton, United Kingdom, NN5 5TZ Phone: +44 870 157 3109 Fax: +44 870 157 3103 [EMAIL PROTECTED] http://www.mahle.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: 03 October 2005 12:00 To: runrevlist Subject: making a

RE: making a popup insert text.

2005-10-03 Thread Thornton, John
to:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: 03 October 2005 12:00 To: runrevlist Subject: making a popup insert text. Hi All. Does anyone have a simple script that shows how to use a popup to insert text into a field depending on the popup item chosen. Alternatively how a popup is

making a popup insert text.

2005-10-03 Thread rev
Hi All. Does anyone have a simple script that shows how to use a popup to insert text into a field depending on the popup item chosen. Alternatively how a popup is used to change the fontsize depending on the number chosen in the popup. I know it is really basic, however, I cant access revonline h