Re: How to hide & close main win on open (win32lib)

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

Derek Parnell wrote:
> 
> xEmul wrote:
> 
> [snip]
> > 
> > Thanks...
> > I tried the same variant much early...
> > But if on open main win we return -1 - it keep EXW.EXE in process list...
> 
> There is a mistake in the library. To fix it, find the procedure 'WinMain' in
> win32lib.ew
> then locate the line ...
> 
>     openWindow( {id,lInitFocus}, style )
> 
> and add after that line ...
> 
>     if ctrl_Closed[id] then
>        return
>     end if
> 
> That will correct my mistake.
> 
> -- 
> Derek Parnell
> Melbourne, Australia
> irc://irc.sorcery.net:9000/euphoria
> 

Thanks a lot!
It work fine

Can you collect all known bugs into win32lib patch or new version?

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

Search



Quick Links

User menu

Not signed in.

Misc Menu