Hi David,
Thank you very much for your answer.
In my case, I dont think that solves the problem : I think I did not
explain it well
The text of my pop-Up button is
Monsieur
Madame
Mademoiselle
in order to put the right one of these 3 items before the Name and
ForeName on each card (each card represents a different person).
So it is the same set of items on each card, but the item should
differ on each card.
Currently, my problem is that using the pop-Up button (included in
the background), if I select "Monsieur" on the first card, all the
following cards are set to "Monsieur" :-((
To get rid of that, I am going to create a special field (with
sharedText set to false) where I will "put the selected item from the
pop-Up button.
Best regards from Grenoble
André
Le 14 juin 07 à 13:30, David Bovill a écrit :
Yes - there is but you have to include a very simple script in the
popup
menu to dynamically create the menu. Mac people call them context
menus:
on mouseDown
put the text of fld 1 into menuText # I prefer to use custom
properties
of the card
set the text of me to menuText
pass mouseDown
end mouseDown
on menuPick....
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution