Re: Win4Eu update

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

Bernard Ryan wrote:
> 
> Tommy Carlier wrote:
> > 
> > A little update on the progress of Win4Eu:
> > 
> > }}}
<eucode>
> > include win4eu.ew
> > 
> > constant win = create(Window, "win", {10, 10, 300, 200})
> > start(Application)
> > </eucode>
{{{

> > 
> 
> Tommy I don't see anything new except you have no parent
> and no style; You can already do this using my w32engin.ew or win32lib.
> 
>  }}}
<eucode>
>  include w32engin.ew
>  
> constant win = create(Window, "win", 0, 10, 10, 300, 200,0)
> WinMain(win,Normal)
> </eucode>
{{{

> 
While Bernie is correct, I suspect there are more wonders to be revealed
yet in Tommy's approach.

BTW in win32lib, this could be done with ...

include win32lib.ew
createForm("Window, win, at=(10,10), size=(300,200)")
include w32start.ew


-- 
Derek Parnell
Melbourne, Australia

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

Search



Quick Links

User menu

Not signed in.

Misc Menu