Various

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

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