Computer Science Canada Menu Creator Sample (Module soon hopefully) |
Author: | guruguru [ Tue May 18, 2004 10:39 pm ] |
Post subject: | Menu Creator Sample (Module soon hopefully) |
Hey all. This is just the start of a full menu module I wish to create. I find the current menu creator in GUI too simple and so I would like to create my own. The main thing I don't like in the GUI is that you can not use the keyboard to access the menu. In mine you can ![]() This uses only one GUI implementation (GUI.CreateLabel) but that will be gone pretty soon ![]() All feedback is appreciated, just please don't start flaming at each other ![]() EDIT: Sorry for double programs... got confused with the attachment thingy... they are exactly the same! |
Author: | Tony [ Tue May 18, 2004 11:42 pm ] |
Post subject: | |
buttons look great. Couple of points though first of all it should be Alt+F (following the conventions) and I think that if you click on an already opened menu it should be closed. Try to model it after an existing menu navigation (FireFox for example) and it would look great. I hope you know how to assign procedures to the buttons ![]() |