on 4/15/02 1:15 PM, Klaus Major at [EMAIL PROTECTED] wrote: Hi Klaus, Thanks , that helps, the next problem though is assigning seperate values that is really what is stumping me.
derek > 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 > [EMAIL PROTECTED] > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
