Re: help on this window...

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

> -----Original Message-----
> From: Alex Ford


<snip>

> 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)


> --These two commands are cuase some kind of problem... When i
> try and run the
> program, it tells me that 'help' has not been declared... but
> since its a
> Menu directory... it doesn't need declareing right??--

Actually, it does.  Help does not automatically show up as a menu.  You
still need to declare it (both to Win and to Eu).  Here's what you want to
use:

About = create(MenuItem, "About", helpgame,0,0,0,0,0),
Guide = create(MenuItem, "Guide", helpgame,0,0,0,0,0)

Matt

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

Search



Quick Links

User menu

Not signed in.

Misc Menu