Hi guys, I would like to display a menu via a script, that uses graphical icons. I have a couple paths I can take to get this done.
� * I could create a command list in my .PCF file with the � � appropriate entries, use some CL.Functions() to modify the icons, � � labels and commands as required, and then use a Menu.Show() � � command. � * I could dynamically create a command list as I do with the latest � � version of ColourSpy, thereby not requiring a command list to be � � stored in my .PCF file, and then use a Menu.Show() command. � * I could write all of the appropriate information to a text file � � and then use a Menu.ShowFile() command, thereby avoiding the need � � to create any command list. This however requires writing to the � � hard drive and then deleting the temporary file. The icons in the menu are actually checkboxes that reflect the state of certain things, so they are set when the menu is displayed. Does anyone have an opinion on which method of getting this done would be the best one? Perhaps someone will think of another path I could take? Any thoughts will be greatly appreciated. -- Alex Peters / Melbourne, Australia PowerPro v3.8.18 / Windows XP ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
