Posted: Sun Dec 02, 2001 2:28 pm
Restored from previous forum. Originally posted by wavemaker.
Hi, here's my wishlist for today:
* I want to be able to change menu items on the fly.
* UseMenu(#Menu)
* If you duplicate menu items in a context menu, DisableMenu in duplicated items only works with the context menu. I'd like that changed (maybe is a bug or a misfeature, I don't know).
* Resize gadgets while the main window is resizing, like in normal applications.
* A command similar to EventWindowID(), but which returns the window handle (like WindowID()). This would be very useful to handle events fired by windows not created by OpenWindow (in those cases, EventWindowID() returns -1). Maybe I should code my own function, i.e., EventPopUpWindowID(), but I still don't know how to retrieve the last message.
* A library format reference (sorry, Fred, I'm getting closer, but there're still things I don't understand).
That's all for now. Have a nice Sunday,
Juan Calderón Alonso
Registered user
Hi, here's my wishlist for today:
* I want to be able to change menu items on the fly.
* UseMenu(#Menu)
* If you duplicate menu items in a context menu, DisableMenu in duplicated items only works with the context menu. I'd like that changed (maybe is a bug or a misfeature, I don't know).
* Resize gadgets while the main window is resizing, like in normal applications.
* A command similar to EventWindowID(), but which returns the window handle (like WindowID()). This would be very useful to handle events fired by windows not created by OpenWindow (in those cases, EventWindowID() returns -1). Maybe I should code my own function, i.e., EventPopUpWindowID(), but I still don't know how to retrieve the last message.
* A library format reference (sorry, Fred, I'm getting closer, but there're still things I don't understand).
That's all for now. Have a nice Sunday,
Juan Calderón Alonso
Registered user