RE: Menu Compiler

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

Dan Moyer wrote:
> 
> 
> Al,
> 
> You might also want to check out Judith's IDE, it has a menu editor in 
> it.
> 
> Dan Moyer
> 
> ----- Original Message ----- 
> From: "Al Getz" <Xaxo at aol.com>
> To: "EUforum" <EUforum at topica.com>
> Subject: RE: Menu Compiler
> 
> 
> > Hello again Bernie and Derek,
> > 
> > I'll have to take a look at your implementations.
> > I think 'MakeMenu()' is kinda cool, if it's not 
> > too hard to use when dealing with the id's and all.
> > 
> > I was thinking a little more in terms of a compiler,
> > but i guess i'll have to talk more about this once
> > i submit it for the archive.
> > 
> > Take care for now,
> > Al
> > 
> > 
> > TOPICA - Start your own email discussion group. FREE!
> > 
> 
Hello there,

You're right, i should probably create a menu editor, but the
compiler makes it so easy im not sure if i need that.
You create a menu from text typed into an ordinary file
that is then dragged into the compiler.  The output is
then a menu file (.ew) that gets included in your actual
app with 'include mymenu.ew'.
Takes about 5 mins or so smile
What i do need is an output format that is compatible with
the WinClass C++ Style Windows Library, as im finding out
that that style of programming is extremely fast and powerful
because it's got features similar to C++, where you include
class files you need and dont include class files you dont need,
and reviewing any particular file is quite fast also because they
are usually pretty small files, and object types are quite obvious
because you always know what kind of thing it is you are coding for.
In any case, the output of the menu 'writer' has to be compatible.

Take care for now,
Al

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

Search



Quick Links

User menu

Not signed in.

Misc Menu