Using

    [ main 0 exit ] with-ui

where ```main``` is my application I get what I need.

Thank you

Am Thu, 10 Nov 2016 16:35:43 +0100
schrieb Jon Harper <jon.harpe...@gmail.com>:

> You need to initialize the UI. the with-ui (
> http://docs.factorcode.org/content/word-with-ui%2Cui.html ) word does
> that. Note that with-ui setups an event loop and doesn't finish until
> the event-loop exists (when you close the last window), so you can
> call exit directly to force it to exit.
> Maybe you could minimize the UI initialization and not setup the
> event-loop by looking at the with-ui word implementation and calling
> the correct words, but that would be harder.
> 
> Jon
> 
> On Thu, Nov 10, 2016 at 4:00 PM, Georg Simon <georg.si...@auge.de>
> wrote:
> 
>  [...]  


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to