1. On the fly menus in Win32lib?
I've been playing with Euphoria and Win32lib for about a week now.
I patched in the cascading menus fix that was posted here and it works
AOK. However this has brought up a question I hope someone can help me
with...
Is it possible to define a menu and then add the menu items on-the-fly?
It would be time-consuming and superfluous to define possibly 8 levels of
nested menus if they arent needed. I've gone thru the include file and dont
see anything on it. Perhaps mousing onto a menu triggers an event? If so,
what? I've tried using onEvent, but nothing is returned.
Thanks