Re: Datagrid option menu initialisation

2010-10-05 Thread Trevor DeVore
On Mon, Oct 4, 2010 at 1:18 PM, Peter Haworth wrote: > I have a datagrid table with two option menu columns in it. It's OK to > initialise the first one per your reply but the contents of the second one > need to be set differently depending on the currently selected value in the

Re: Datagrid option menu initialisation

2010-10-04 Thread Peter Haworth
Thanks Trevor, that works great. Follow up question for you. I have a datagrid table with two option menu columns in it. It's OK to initialise the first one per your reply but the contents of the second one need to be set differently depending on the currently selected value i

Re: Datagrid option menu initialisation

2010-10-04 Thread Trevor DeVore
On Sat, Oct 2, 2010 at 12:22 PM, Peter Haworth wrote: > I have defined an option menu in a datagrid column whose contents are > created by reading data from an SQLite database - the contents will be the > same for each instance of the option menu and should be loaded when the card >

Datagrid option menu initialisation

2010-10-02 Thread Peter Haworth
I have defined an option menu in a datagrid column whose contents are created by reading data from an SQLite database - the contents will be the same for each instance of the option menu and should be loaded when the card containing the datagrid is opened. Where should I put the code to

Re: Datagrid with option menu filled from database

2010-06-14 Thread JosepM
Thanks! Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Datagrid-with-option-menu-filled-from-database-tp2253060p2254394.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use

Re: Datagrid with option menu filled from database

2010-06-14 Thread Trevor DeVore
On Jun 13, 2010, at 6:04 AM, JosepM wrote: I put the option menu data load into the preopenstack, accessing directly to the datagrid template xx. I guess that is correct, isn't? Since you just need to populate the menu once that will work just fine. -- Trevor DeVore Blue Mango Lea

Re: Datagrid with option menu filled from database

2010-06-13 Thread JosepM
Hi, I put the option menu data load into the preopenstack, accessing directly to the datagrid template xx. I guess that is correct, isn't? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Datagrid-with-option-menu-filled-from-dat

Datagrid with option menu filled from database

2010-06-12 Thread JosepM
Hi List, I have a question with the datagrid and the option menu. How can I assign values to the option menu from a database when the stack is open? It's posible or affect the datagrid performance? where is the best place to put the loading code? Salut, Josep -- View this message in co

Re: strange option menu behavior

2010-02-12 Thread Jan Schenkel
oolish at the same time." (La Rochefoucauld) --- On Fri, 2/12/10, Chris Sheffield wrote: > I may be doing something that option > menus were not intended for, so I want to check if others > are seeing the same behavior. > > Using Rev 4.0, I'm creating an option menu in a s

strange option menu behavior

2010-02-12 Thread Chris Sheffield
I may be doing something that option menus were not intended for, so I want to check if others are seeing the same behavior. Using Rev 4.0, I'm creating an option menu in a stack with all the possible menu items I need in it. However, some of these menu items need to be disabled at diff

Re: Option Menu Specifics

2010-02-09 Thread Thomas McGrath III
ning resources than I had prior to these posts, I hopefully won't have > to bother you with silly things like this. > -- > View this message in context: > http://n4.nabble.com/Option-Menu-Specifics-tp1473235p1473428.html > Sent f

Re: Option Menu Specifics

2010-02-08 Thread Kay C Lan
On Tue, Feb 9, 2010 at 1:48 AM, Andrew Kluthe wrote: > > However, the current record being worked with was loaded on a previous > card > and the information was put into a set of global variables. > gLandOwnerContact (the current record's landowner name). > > Hi Andrew, Welcome to the Revolutio

Re: Option Menu Specifics

2010-02-08 Thread Mark Wieder
> Bother away! Indeed! I'll also add that I think this list is the best resource there is for getting rev information. The archives are available at gmane and nabble and a few other places and searchable with the right tools. -- -Mark Wieder mwie...@ahsoftware.net ___

Re: Option Menu Specifics

2010-02-08 Thread J. Landman Gay
Andrew Kluthe wrote: As a PHP and .NET developer, I am just getting used to Rev and trying to get over the learning curve. You have been much help. Armed with a few more learning resources than I had prior to these posts, I hopefully won't have to bother you with silly things like this. I've s

Re: Option Menu Specifics

2010-02-08 Thread Andrew Kluthe
v and trying to get over the learning curve. You have been much help. Armed with a few more learning resources than I had prior to these posts, I hopefully won't have to bother you with silly things like this. -- View this message in context: http://n4.nabble.com/Option-Menu-Specifics-tp14732

Re: Option Menu Specifics

2010-02-08 Thread J. Landman Gay
Andrew Kluthe wrote: Sorry for not clarifying. I am not trying to work within a datagrid this time. I do not understand how to modify the behaviors of controls other than the datagrid. There isn't a button in the property inspector for modifying behaviors of an option menu. I have rea

Re: Option Menu Specifics

2010-02-08 Thread Mark Wieder
Andrew- Monday, February 8, 2010, 10:26:11 AM, you wrote: > here is the logic which I had in mind. > Load gLandownerContact into the text of "optionMenu" > on optionMenu's MouseUp (down, whatev), > Load a the full list from DB. you might try something like put lineOffset(gLandOwnerContact, tFu

Re: Option Menu Specifics

2010-02-08 Thread Andrew Kluthe
Sorry for not clarifying. I am not trying to work within a datagrid this time. I do not understand how to modify the behaviors of controls other than the datagrid. There isn't a button in the property inspector for modifying behaviors of an option menu. I have read the lessons on behavior

Re: Option Menu Specifics

2010-02-08 Thread Bob Sneidar
e Bob On Feb 8, 2010, at 9:48 AM, Andrew Kluthe wrote: > Hello again! > > I am having difficulty figuring out how to script some specifics into option > menus. > > My option menu is populated on preOpenCard and everything lists smoothly. > When set to view, this card displays

Option Menu Specifics

2010-02-08 Thread Andrew Kluthe
Hello again! I am having difficulty figuring out how to script some specifics into option menus. My option menu is populated on preOpenCard and everything lists smoothly. When set to view, this card displays a LandOwner's Name in a disabled text field. When the cards status is set to update

Re: weird option menu buttons in revlets

2010-01-12 Thread Devin Asay
On Jan 11, 2010, at 11:16 PM, J. Landman Gay wrote: Devin Asay wrote: Has anyone else seen this? When I click on option menu buttons in revlets, the list of options appears far above and and completely separate from the button on the screen. It still works but it's very bizarre. is t

Re: weird option menu buttons in revlets

2010-01-11 Thread J. Landman Gay
Devin Asay wrote: Has anyone else seen this? When I click on option menu buttons in revlets, the list of options appears far above and and completely separate from the button on the screen. It still works but it's very bizarre. is this a known issue? I don't know, but I found

weird option menu buttons in revlets

2010-01-11 Thread Devin Asay
Has anyone else seen this? When I click on option menu buttons in revlets, the list of options appears far above and and completely separate from the button on the screen. It still works but it's very bizarre. is this a known issue? Mac OS X 10.5, Safari 4 Devin Devin Asay Human

Option Menu Coloring

2009-08-09 Thread Len Morgan
What (if any) is the property to change the background color of the button with the arrow on an option menu. I set the backgroundcolor but that sets not only the background color of the text but also the background of the arrow button. len morgan

Re: Table with option menu

2009-04-23 Thread Yves COPPE
Hi Yves, You will need to do two things: 1) update the text of the option menu in the column template. 2) Send ResetList to the data grid. ResetList redraws the data grid after copying in fresh copies of any templates. I posted a lesson some example code here: <h

Re: Table with option menu

2009-04-22 Thread Trevor DeVore
On Apr 22, 2009, at 4:30 PM, Yves COPPE wrote: I have a table dataGrid and a column is made of option menu Btn I have fld which stores the items of the menu for the option menu How can I refresh all the btn of the column if I change or add an item in my list of items Hi Yves, You will

Table with option menu

2009-04-22 Thread Yves COPPE
Hello floks, I have a table dataGrid and a column is made of option menu Btn I have fld which stores the items of the menu for the option menu How can I refresh all the btn of the column if I change or add an item in my list of items Thanks Greetings. Yves COPPE yvesco...@skynet.be

Re: DataGrid and option menu

2009-04-13 Thread Yves COPPE
Le 13-avr.-09 à 18:40, Trevor DeVore a écrit : No, I didn't post it as there were only 2 or three lines of applicable code in it. It's the stack I used in this lesson: <http://revolution.screenstepslive.com/spaces/revolution_tools/manuals/datagrid/lessons/3836-How-Can-I-Store-A

Re: DataGrid and option menu

2009-04-13 Thread Trevor DeVore
t it as there were only 2 or three lines of applicable code in it. It's the stack I used in this lesson: <http://revolution.screenstepslive.com/spaces/revolution_tools/manuals/datagrid/lessons/3836-How-Can-I-Store-An-Option-Menu-Value-When-The-User-Makes-a-Selection- > If you stil

Re: DataGrid and option menu

2009-04-13 Thread Yves COPPE
I modified the example stack I used to make the lesson using the above code and using "Refresh Data Grid" or closing and reopening (after saving) works. Any chance lineoffset in your FillInData handler isn't returning a value > 0? Re, Hi Trevor ! i've found my error following your t

Re: DataGrid and option menu

2009-04-13 Thread Trevor DeVore
prop in the last line. BUT when I quit the stack and relaunch Revolution all the option menu btns of each line are reset to the menuhistory 1 (the same happens if I ask "refresh data Grid" in the inspector palette) Can you help me more ? I modified the example stack I us

Re: DataGrid and option menu

2009-04-12 Thread Yves COPPE
of each line of the column with the option menu btn ?? Hmm, SetDataOfIndex/SetDataOfLine aren't updating the internal cache when "persistent data" is checked in the Property Inspector. I've fixed SetDataOfIndex so that it works property with "persistent data&q

Re: DataGrid and option menu

2009-04-12 Thread Yves COPPE
of each line of the column with the option menu btn ?? Hmm, SetDataOfIndex/SetDataOfLine aren't updating the internal cache when "persistent data" is checked in the Property Inspector. I've fixed SetDataOfIndex so that it works property with "persistent data&q

Re: DataGrid and option menu

2009-04-11 Thread Trevor DeVore
On Apr 11, 2009, at 3:43 PM, Yves COPPE wrote: ... BUT whan I quit the stack and open the stack again, then the values of all the btns on each line of the colum are reset to the first line (menuHistory 1) How can i retain the menuHistory of each line of the column with the option menu

DataGrid and option menu

2009-04-11 Thread Yves COPPE
Hi List, Hi Trevor Your tips help good but I've placed the following script in the column behavior script of the column where are the option menu btn the column name is "Prctge" on FillInData pData lock messages set the menuHisory of btn 1 of me to lineoffset(pDa

Re: Selecting Menu Item in Option Menu

2009-01-29 Thread Ken Ray
> What's wrong with putting this in a suitable library, to extend the > language: > > setprop menuChoice what > lock messages > set the wholematches to true -- optional, if you want > -- to require the syntax to specify the full menuItem name > put lineOffset(what,the text of the

Re: Selecting Menu Item in Option Menu

2009-01-28 Thread Peter Brigham MD
On Jan 28, 2009, Ken Ray wrote: ...snip... Personally, I'd love to be able to have syntax like: set the menuChoice of to that would act like "set the menuHistory", but take the name of the menu item as an argument, and NOT trigger menuPick. Then return in "the result" a non-empty val

Re: Selecting Menu Item in Option Menu

2009-01-28 Thread Steven Axtell
Thanks Ken. That was good information. Steve One thing I'd add to that - if you set the label, when you go to use the menu again, the item that's highlighted will *not* be what you set the label to, but what the current menuHistory property of the button is set to. For example, if you dra

Re: Selecting Menu Item in Option Menu

2009-01-28 Thread Ken Ray
> You can either set the label or the menuHistory > property. > ## > set the label of button "MyOptionMenu" to "Choice 1" > set the menuHistory of button "MyOptionMenu" to 1 > ## > When you set the label, no "menuPick" message is

Re: Selecting Menu Item in Option Menu

2009-01-28 Thread Steven Axtell
Thanks Jan. I appreciate the help. Steve Axtell ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-rev

Re: Selecting Menu Item in Option Menu

2009-01-28 Thread Jan Schenkel
--- Steven Axtell wrote: > What command is used to select a menu item in an > option menu? I want to "initialize" the option menu > to a particular menu item upon opening a stack. I > appreciate any help. > > Thanks, > > Steven Axtell > You can ei

Selecting Menu Item in Option Menu

2009-01-28 Thread Steven Axtell
What command is used to select a menu item in an option menu? I want to "initialize" the option menu to a particular menu item upon opening a stack. I appreciate any help. Thanks, Steven Axtell ___ use-revolution mailing list use-

Re: MenuPick Sent When Option Menu Not Clicked

2008-08-24 Thread Jan Schenkel
--- Mikey <[EMAIL PROTECTED]> wrote: > When does an option menu receive the menuPick > message when it hasn't > even been clicked (besides having it sent to it). > > I have an option menu that is behaving in this way. > The 'menuPick' message is also sent

MenuPick Sent When Option Menu Not Clicked

2008-08-24 Thread Mikey
When does an option menu receive the menuPick message when it hasn't even been clicked (besides having it sent to it). I have an option menu that is behaving in this way. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Option Menu Can be Clicked on from Outside its Group

2008-08-03 Thread Martin Blackman
PS. I should note that it is in Rev 2.9 and 2.8.1 on Windows. 2008/8/3 Martin Blackman <[EMAIL PROTECTED]> > List, > > If I make a group of 3 option menus, spaced out vertically, then I reduce > the group height so that only the top 2 menus can be seen, I can't click on &g

Option Menu Can be Clicked on from Outside its Group

2008-08-03 Thread Martin Blackman
List, If I make a group of 3 option menus, spaced out vertically, then I reduce the group height so that only the top 2 menus can be seen, I can't click on the 3rd option menu any more. So far so good. But if I click on the 2nd option menu now, and its drop-down choices spill over the bottom

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-08 Thread Charles Szasz
Devin, You were right! I found one space and also two misspelled words that contributed to this problem. Thanks for your suggestion! Devin Asay wrote: > > > Check your menu entries in the option menu inspector for white space > (like space or tab) characters after the entr

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-08 Thread Devin Asay
On Jul 8, 2008, at 2:28 PM, Charles Szasz wrote: Jacqueline, Thanks! Your second suggestion did the trick! I made the changes in my Option Menu but I have another problem. One of my entries in the switch structure is being omitted when it is selected in the Option Menu. Each case statement

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-08 Thread Charles Szasz
Jacqueline, Thanks! Your second suggestion did the trick! I made the changes in my Option Menu but I have another problem. One of my entries in the switch structure is being omitted when it is selected in the Option Menu. Each case statement has a break statement at the end. The name in the

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-08 Thread william humphrey
> > The link below just takes you back to this same conversation on Nabble? > > > > > > -- > View this message in context: > http://www.nabble.com/Setting-the-labels-of-radio-buttons-from-a-Option-Menu-Button-tp18328415p18330393.html > Sent from the Revoluti

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-07 Thread Charles Szasz
buttons in a group from an >> Option Menu. I do not understand why the following script does not work >> for >> two radio buttons, R1, R2, in a group "radio" from a Option Menu button: >> >> on menuPick pChosen >> switch >> case &q

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-07 Thread J. Landman Gay
J. Landman Gay wrote: Charles Szasz wrote: I have been unable to set the labels of radio buttons in a group from an Option Menu. I do not understand why the following script does not work for two radio buttons, R1, R2, in a group "radio" from a Option Menu button: on menuPi

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-07 Thread J. Landman Gay
Charles Szasz wrote: I have been unable to set the labels of radio buttons in a group from an Option Menu. I do not understand why the following script does not work for two radio buttons, R1, R2, in a group "radio" from a Option Menu button: on menuPick pChosen switch

Setting the labels of radio buttons from a Option Menu Button

2008-07-07 Thread Charles Szasz
I have been unable to set the labels of radio buttons in a group from an Option Menu. I do not understand why the following script does not work for two radio buttons, R1, R2, in a group "radio" from a Option Menu button: on menuPick pChosen switch case

Re: Option Menu

2008-07-06 Thread Charles Szasz
Kay, Thanks a lot! -- View this message in context: http://www.nabble.com/Option-Menu-tp18306013p18309315.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Option Menu

2008-07-06 Thread Kay C Lan
t tricks with this. Say you have an option menu that is labeled 'Part No'. The text of the option menu is filled with a database query and contains 100s of lines of text with the very first line being 'Part No'. In the button script, if the menuPick is 'Part No' I call up

Option Menu

2008-07-06 Thread Charles Szasz
I am using option menus in my app. The label I set for each option menu is fine until the user clicks on it and then the label never returns after that. I would like for the menu label to show up for the option menu if the user clicks on it to view options but does not select any of the options

Re: Option Menu not working

2008-06-13 Thread Chipp Walters
Make sure you pass the menupick handler in your menupick script. On Thu, Jun 12, 2008 at 9:42 AM, Andres Martinez <[EMAIL PROTECTED]> wrote: > Hello > > Suddenly, any new "Option Menu" object is not working in our project. > > It shows the menu, and the label is c

Re: Option Menu not working

2008-06-12 Thread Andres Martinez
, at 16:42, Andres Martinez wrote: Hello Suddenly, any new "Option Menu" object is not working in our project. It shows the menu, and the label is changed to the clicked selection, but the "mouseup" message is not received by the object, and therefore we cannot perform

Re: Option Menu not working

2008-06-12 Thread Mark Schonewille
o. On 12 jun 2008, at 16:42, Andres Martinez wrote: Hello Suddenly, any new "Option Menu" object is not working in our project. It shows the menu, and the label is changed to the clicked selection, but the "mouseup" message is not received by the object, and therefore we c

Option Menu not working

2008-06-12 Thread Andres Martinez
Hello Suddenly, any new "Option Menu" object is not working in our project. It shows the menu, and the label is changed to the clicked selection, but the "mouseup" message is not received by the object, and therefore we cannot perform scripted actions. Even if we dup

Re: Custom styled ComboBox or Option Menu?

2008-05-12 Thread Eric Chatonet
Bonjour, Le 11 mai 08 à 22:20, aj a écrit : I was wondering is there any way to change the style or color of combobox/option menus in revolution and if that isn't possible how would you go about creating your own? AJ As controls are drawn by the system, the only thing you can change is r

Custom styled ComboBox or Option Menu?

2008-05-11 Thread aj
Thank you for replying Mark I really appreciate your assistance, but when I say the style of the combobox/option menu I mean the actual button that holds the menu items itself? Is there anyway to change the color or the look of it? ___ use-revolution

Re: Custom styled ComboBox or Option Menu?

2008-05-11 Thread Mark Schonewille
AJ, You can make a stack with your own menu items, including icons. Use the property inspector to assign it to a menu button, as a "stack panel". I made a very simple example, which you can find in RevOnline, user name Mark, title Sample Menu. Best regards, Mark Schonewille -- Econom

Custom styled ComboBox or Option Menu?

2008-05-11 Thread aj
I was wondering is there any way to change the style or color of combobox/option menus in revolution and if that isn't possible how would you go about creating your own? AJ ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

Re: Option Menu Problem

2008-04-22 Thread Shari
Try setting it to a dash. Visually that gives a pretty good indicator of no choice. -- Humorous sports t-shirts http://www.villagetshirts.com WlND0WS and MAClNT0SH shareware games http://www.gypsyware.com ___ use-revolution mailing list use-revol

Re: Option Menu Problem

2008-04-22 Thread Trevor DeVore
On Apr 22, 2008, at 12:04 PM, Dave wrote: Ok, that kind of works except I set the text contents in the mouseDown hander of the menu and if disabled this handler doesn't get called. Why doesn't it work like a regular popup menu ala MacOS X? Any other ideas on how to fix this? You could jus

Re: Option Menu Problem

2008-04-22 Thread Dave
On 22 Apr 2008, at 16:18, Trevor DeVore wrote: On Apr 22, 2008, at 11:11 AM, Dave wrote: I have an option menu that is set dynamically based on a list of items. The list can be empty, on the menu object I have the showName property set true. When the list is not empty all works ok, when

Re: Option Menu Problem

2008-04-22 Thread Trevor DeVore
On Apr 22, 2008, at 11:11 AM, Dave wrote: I have an option menu that is set dynamically based on a list of items. The list can be empty, on the menu object I have the showName property set true. When the list is not empty all works ok, when an item is selected, the new selection is shown

Option Menu Problem

2008-04-22 Thread Dave
Hi All, I have an option menu that is set dynamically based on a list of items. The list can be empty, on the menu object I have the showName property set true. When the list is not empty all works ok, when an item is selected, the new selection is shown as the menu contents, however

Re: Number of display lines on a Option Menu

2008-02-13 Thread mfstuart
Inspector on her web site showing this newly placed property to manually set the "menuLines" to a number. =-=-=-=-=-= Mark Stuart Randy Hengst wrote: > > Hi Mark, > > It is possible to set the option menu choices via a script -- rather > than entering them via the properti

Re: Number of display lines on a Option Menu

2008-02-12 Thread Randy Hengst
Hi Mark, It is possible to set the option menu choices via a script -- rather than entering them via the properties menu. That way you can have any number of choices that you need and then change the options choices so they are context sensitive. I used this method in a correct-the

Re: Number of display lines on a Option Menu

2008-02-12 Thread mfstuart
.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- View this message in context: http://www.nabble.com/Number-of-display-lines-on-a-Option-Menu-tp15426131p15446492.html

Re: Number of display lines on a Option Menu

2008-02-12 Thread Sarah Reichelt
On Feb 13, 2008 9:40 AM, Marty Knapp <[EMAIL PROTECTED]> wrote: > I checked my copy of Rev 2.8.1 (on Mac 10.5.1) and the property > inspector does not show this. I fired up Rev 2.6.1 and there it does > show the option to select the number of displayed menu items. Sorry Mark, I was using 2.9.0. It

Re: Number of display lines on a Option Menu

2008-02-12 Thread Sarah Reichelt
> What Preference page is it on and what is the name of the Preference > property? > I don't see this property on the Inspector for the Option button - it's just > not there. > I do see the following properties: text (a list of the options to display) > and menuName. These are radio buttons. Have

Re: Number of display lines on a Option Menu

2008-02-12 Thread Marty Knapp
I checked my copy of Rev 2.8.1 (on Mac 10.5.1) and the property inspector does not show this. I fired up Rev 2.6.1 and there it does show the option to select the number of displayed menu items. FWIW, Marty Knapp Hi Mark, What Preference page is it on and what is the name of the Preference pr

Re: Number of display lines on a Option Menu

2008-02-12 Thread mfstuart
unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- View this message in context: http://www.nabble.com/Number-of-display-lines-on-a-Option-Menu-tp15426131p15445207.html Sent from the Revolution - User mailing lis

Re: Number of display lines on a Option Menu

2008-02-12 Thread Mark Wieder
Mark- Depending on how you have your preferences set, the Property Inspector will display this as "menuLines" or as "Display x items". It's right under the list of Menu Items. -- Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use

Re: Number of display lines on a Option Menu

2008-02-12 Thread mfstuart
ty for Basic Properties. But I have found the "menuLines" property in the Rev Doc. I assume I will have to put a "set menuLines of..." into the "on openCard" script. Thanx Sarah. Mark Stuart Sarah Reichelt-2 wrote: > >> Is there a way to set the number of

Re: Number of display lines on a Option Menu

2008-02-11 Thread Sarah Reichelt
> Is there a way to set the number of lines that will display for an Option > menu button? > By default there are 5 lines displayed. Can this be increased to display, > say 15 lines, or whatever number I'd set it to? > Scrolling thru a list of many items is inefficient

Number of display lines on a Option Menu

2008-02-11 Thread mfstuart
Hi all, Is there a way to set the number of lines that will display for an Option menu button? By default there are 5 lines displayed. Can this be increased to display, say 15 lines, or whatever number I'd set it to? Scrolling thru a list of many items is inefficient to the user. Thanx,

Re: Can I build an option menu dynamically

2007-07-05 Thread Roger . E . Eller
> OK, been trying this for a while... > > I'd like to start an app, read a short text file (10 lines or so, > but variable) and then use the text to populate a pulldown (option) > menu according to the contents of the text file (say, a list of > usernames). > &

Re: Can I build an option menu dynamically

2007-07-05 Thread Eric Chatonet
Hi Rob, Le 5 juil. 07 à 21:31, Beynon, Rob a écrit : OK, been trying this for a while... I'd like to start an app, read a short text file (10 lines or so, but variable) and then use the text to populate a pulldown (option) menu according to the contents of the text file (say, a li

Can I build an option menu dynamically

2007-07-05 Thread Beynon, Rob
OK, been trying this for a while... I'd like to start an app, read a short text file (10 lines or so, but variable) and then use the text to populate a pulldown (option) menu according to the contents of the text file (say, a list of usernames). Is this even possible? T

Re: Option menu

2007-02-17 Thread Michael D.
2007 10:11 AM Subject: Re: Option menu Hi Michael, Hello I have a fld with with a list of 100 or so lines with itemdel for the first item of each line. How can I get each lines item1 into the option menu ? so far this gets the first line of the fld into the option menu but not addtional

Re: Option menu

2007-02-17 Thread Klaus Major
Hi Michael, Hello I have a fld with with a list of 100 or so lines with itemdel for the first item of each line. How can I get each lines item1 into the option menu ? so far this gets the first line of the fld into the option menu but not addtional lines. put item 1 of fld "so

Option menu

2007-02-17 Thread Michael D.
Hello I have a fld with with a list of 100 or so lines with itemdel for the first item of each line. How can I get each lines item1 into the option menu ? so far this gets the first line of the fld into the option menu but not addtional lines. put item 1 of fld "sortfld" into btn &

Getting Variables from Option Menu

2006-12-12 Thread Charles Szasz
Brad, Thanks! Your scripts worked! Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/ma

Re: Database query for pull down option/menu

2006-02-17 Thread Benjamin Bacon
Hey thanks! I will give this a try too. Scott pointed me to a great example he made and it solved the problem! /Benjamin Josh Mellicker wrote: Wow! One I might be able to help on. ___ In Revolution, put this script into your option menu: ON menupick

Re: Database query for pull down option/menu

2006-02-17 Thread Josh Mellicker
Wow! One I might be able to help on. ___ In Revolution, put this script into your option menu: ON menupick pChoice put pChoice into queryValue put pChoice & " chosen" into field "status" get li

RE: Database query for pull down option/menu

2006-02-16 Thread Scott Kane
Hi Benjamin, > > I am trying to create two pull down menu's that are based on MySQL > query's. Then based on what the user choses from the pull down menu's > they can get a listing of available files based on what is already in > the database. Can anyone help me on this one. I greatly > apprec

Database query for pull down option/menu

2006-02-16 Thread Benjamin Bacon
Hi everyone, I am trying to create two pull down menu's that are based on MySQL query's. Then based on what the user choses from the pull down menu's they can get a listing of available files based on what is already in the database. Can anyone help me on this one. I greatly appreciate the he

Re: Negative numbers in option menu

2005-04-15 Thread Jeanne A. E. DeVoto
At 12:57 AM +0100 4/16/05, Kaveh Bazargan wrote: Now, while I am at it, is there an easy way of right justifying the numbers? I could pad them out I suppose. Padding with spaces is the only way for an option menu. The OS draws these menus, and it will only draw them left-aligned (if you're

Re: Negative numbers in option menu

2005-04-15 Thread Kaveh Bazargan
At 4:51 pm -0700 15/4/05, Jeanne A. E. DeVoto wrote: [...] >A leading dash is used to create a menu separator in option menus. >(On some versions of OS X, the separator looks like a blank space.) > >The simplest way to work around this is probably to put a leading >space in front of the negative

Re: Negative numbers in option menu

2005-04-15 Thread Jeanne A. E. DeVoto
At 12:30 AM +0100 4/16/05, Kaveh Bazargan wrote: I have an option menu button containing a series of numbers for the option, including negative numbers. These numbers show fine when I inspect the "text" of the button, I see these including the negative numbers. But when I use the butto

Negative numbers in option menu

2005-04-15 Thread Kaveh Bazargan
I have an option menu button containing a series of numbers for the option, including negative numbers. These numbers show fine when I inspect the "text" of the button, I see these including the negative numbers. But when I use the button, all the negative numbers come out as blank spa

Re: Option menu strangeness

2005-03-19 Thread Howard Bornstein
On Sat, 19 Mar 2005 15:14:08 +, Graham Samuel <[EMAIL PROTECTED]> wrote: > More news from the strangeness department, where option menus and the > 'go' command (and maybe other things) become flaky. > > Having had these issues presumably with the IDE on my main development > machine (a Mac run

Re: Option menu strangeness

2005-03-19 Thread Graham Samuel
More news from the strangeness department, where option menus and the 'go' command (and maybe other things) become flaky. Having had these issues presumably with the IDE on my main development machine (a Mac running OSX 10.2.8) I switched to my XP machine, and installed a fresh copy of RR 2.

Re: Option menu strangeness

2005-03-19 Thread Graham Samuel
Another clue: I found out that when I tried to get my 'problem' stack with the option buttons to the front, by a menuPick message which executes go stack "myStack" the statement was indeed executed (I traced it) but the stack didn't come to the front, although a careful reading of the docs s

Re: Option menu strangeness

2005-03-19 Thread Graham Samuel
On Sat, 19 Mar 2005 01:52:24 -0500, Howard Bornstein <[EMAIL PROTECTED]> Just a followup on this strangeness. Soon after posting the last message, Rev really started wigging out. The debugger wouldn't work properly and Rev started crashing. I restarted Rev several times with the same results. I

  1   2   >