re dynamic pop ups
Klaus Major
k_major at osnabrueck.netsurf.de
Mon Apr 15 15:18:01 EDT 2002
Hi Derek,
> Hello ,
>
> question , I want to populate pop up menus dynamically from data i have
> stored in a data file , how to do this?? is there a tutorial out there
> about
> this or does anyone know off hand /
>
> Thanks
>
> derek
this is an easy one ;-)
Just "put" your data into the button that acts as a popup.
Example:
on mouseenter
put yourdata into bnt "yourpopup"
end mouseenter
RR is fast enough, so the button will popup "filled" :-)
Hope this helps...
Regards
Klaus Major
k_major at osnabrueck.netsurf.de
More information about the use-livecode
mailing list