menuPick problem

2000-09-05 Thread Hugh Senior
menuPick returns the text of the selected menu item. This is fine, but when items are the same (as in a list of names referring to record cards), it is not easy to identify _which_ record has been selected: John Adams Fred Garcia John Smith John Smith Alan Tilby on menuPick what put

Re: menuPick problem

2000-09-05 Thread Kevin Miller
On 5/9/00 8:22 am, Hugh Senior [EMAIL PROTECTED] wrote: menuPick returns the text of the selected menu item. This is fine, but when items are the same (as in a list of names referring to record cards), it is not easy to identify _which_ record has been selected: John Adams Fred Garcia

MenuPick Get the Line #

2000-05-28 Thread Sivakatirswami
I would like to have menuPick return the line number of the button contents instead of the data in the line itself. How do we do this? I couldn't find it in the reference. The scenario is that the data in the chosen line of the button contents is just a "label" but the real data wanted

Re: MenuPick Get the Line #

2000-05-28 Thread diskot123
try the menuhistory property on menuPick put the menuhistory of me end menuPick regards, Tuviah Snyder Diskotek Custom Application Development SuperCard/HyperCard Conversion at a low price Web: http://members.aol.com/diskotek1/ ICQ:66810408 Fax: (505) 218-2902 Archives: http://www.mail

Re: menuPick

1999-09-12 Thread Andu
Basically, I have a button set to cascading with items and tabbed items in the button (menu) list so that clicking on the button opens a hierarchical menu. I have a "on menuPick" handler in the button script. It apparently is not receiving the menuPick message. Is that a problem wit

Re: menuPick

1999-09-12 Thread Richard Gaskin
Upgrading to 2.2.5 is free (isn't that nice). And I don't think this can be said enough: Scott Raney has the most regular stream of bug-fix releases of any tools vendor I've worked with. And the pricing is always reasonable, most of them free. The MetaCard engine is cool enough for the

Re: menuPick

1999-09-12 Thread PEChumbley
And I don't think this can be said enough: Scott Raney has the most regular stream of bug-fix releases of any tools vendor I've worked with. And the pricing is always reasonable, most of them free. The MetaCard engine is cool enough for the money, but the support has been a

Re: menuPick

1999-09-12 Thread Karl Becker
The MetaCard engine is cool enough for the money, but the support has been a mind-bending good time (how on earth does Raney stay on top of all his email?). I say Amen to that! Scott has been a great help to me a number of times. One time in particular I was working late on a project

Re: menuPick

1999-09-12 Thread Jacqueline Landman Gay
Richard Gaskin wrote: The MetaCard engine is cool enough for the money, but the support has been a mind-bending good time (how on earth does Raney stay on top of all his email?). "clone this Raney" -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software

Re: menuPick

1999-09-11 Thread PEChumbley
the mouse across the buttons and the cascaded menu appears and I can then select one of the menu items. It's my understanding that the original button should then get a menuPick message with the name of the item picked. I tried an "on menuPick" handler in the button but