<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 5.50.4930.1700" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=031382818-08092003><FONT face=Arial color=#0000ff size=2>you 
can build your menu in the mousedown or mouseenter handler</FONT></SPAN></DIV>
<DIV><SPAN class=031382818-08092003><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=031382818-08092003><FONT face=Arial color=#0000ff size=2>on 
mousedown</FONT></SPAN></DIV>
<DIV><SPAN class=031382818-08092003><FONT face=Arial color=#0000ff size=2>  
get mymenu()</FONT></SPAN></DIV>
<DIV><SPAN class=031382818-08092003><FONT face=Arial color=#0000ff size=2>  
put it into me</FONT></SPAN></DIV>
<DIV><SPAN class=031382818-08092003><FONT face=Arial color=#0000ff size=2>end 
mousedown</FONT></SPAN></DIV>
<DIV><SPAN class=031382818-08092003><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=031382818-08092003><FONT face=Arial color=#0000ff size=2>on 
menupick...</FONT></SPAN></DIV>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> 
  use-revolution-admin@lists.runrev.com 
  [mailto:use-revolution-admin@lists.runrev.com]<B>On Behalf Of 
  </B>FlexibleLearning@aol.com<BR><B>Sent:</B> Monday, September 08, 2003 
  20:14<BR><B>To:</B> use-revolution@lists.runrev.com<BR><B>Subject:</B> Re: 
  dynamic menus<BR><BR></FONT></DIV><FONT face=arial,helvetica><FONT lang=0 
  face=Arial size=2 FAMILY="SANSSERIF">Hello, anyone have a tutorial or 
  something describing creating dynamic <BR>menus?<BR><BR>Basically what I am 
  doing is creating a playlist for an MP3 player. I <BR>am opening an external 
  text file that contains the song info . I am <BR>turning this info into an 
  array in revolution and want to loop through <BR>and print it to the stack 
  each as a clickable text , or a button.??<BR><BR>any ideas<BR>
  <BLOCKQUOTE></BLOCKQUOTE><BR><BR>Parse the title and path into two 
  line-matched variables, or use an array. Set the text of btn "PlayList" to 
  tVarTitles, then On menuPick which, get the menuHistory of me, play line it of 
  tVarSourcePaths.<BR><BR>Just an 
  idea.<BR><BR>/H<BR>_________________________________________________<BR>Hugh 
  Senior<BR>The Flexible Learning Company<BR>Consultant Programming & 
  Software Solutions<BR>Fax/Voice: +44 (0)1483.27 87 27<BR>Email: 
  mailto:h@flexibleLearning.com<BR>Web: www.flexibleLearning.com</FONT> 
</FONT></BLOCKQUOTE></BODY></HTML>