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
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
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
>
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
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
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
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
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
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
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
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
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
> 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
___
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
> 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
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
--- 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
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-
--- 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
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
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
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
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
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
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
>
> 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
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
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
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
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
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
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
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
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
, 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
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
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
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
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
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
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
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
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
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
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
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
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
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
.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
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
> 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
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
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
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
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
> 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
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,
> 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).
>
&
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
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
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
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
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 &
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
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
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
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
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
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
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
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
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
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
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.
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
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 - 100 of 139 matches
Mail list logo