Re: help on this window...

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

mabrown at SENET.COM.AU said:

Try changing this....

> helpgame = create(Menu, "Help", win,0,0,0,0,0),
> About = create(MenuItem, "About", help,0,0,0,0,0),
> Guide = create(MenuItem, "About", help,0,0,0,0,0)

to this....

> help = create(Menu, "Help", win,0,0,0,0,0),
> About = create(MenuItem, "About", help,0,0,0,0,0),
> Guide = create(MenuItem, "Guide", help,0,0,0,0,0)

Hope this helps.

Mark

yes, that helped! What was the problem?? (if its not to much to explain)

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

Search



Quick Links

User menu

Not signed in.

Misc Menu