Re: off topic: Windows "new" create .exw

new topic     » goto parent     » topic index » view thread      » older message » newer message

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~

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu