Re: off topic: Windows "new" create .exw
- Posted by Alex Ford <FFUltimateMaster at CS.COM> Aug 25, 2000
- 458 views
I think i understand what you want... Constant code: global constant Win = create(Window,"Menu Window",defualt,defualt,0,0,0), file = create(Menu, "File", Win,0,0,0,0,0), new = create(MenuItem, "New", file,0,0,0,0,0) -hopefully that will open a window called 'Menu Window' with a File option and under file a new option... -Some tips... If you want to be able to select the options, when running the program, with keys like Alt + F for file just add the & sign infront of File in the "". -Do not forget to put a comma after each line and stop the commas at the last line. -Hope that works for you... ~later~