RE: A nice window vs Win console

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

jondolar wrote:
> 
> 
> As far as I understand, all output produced by Euphoria code that I 
> write goes to the Windows console...unless I code myself a window with 
> IDE for example and incorporate that code in my program and use special 
> procedures with things like SetPenPos, wPuts etc. to output my stuff on 
> a decent looking screen. This should be handled internally by euphoria 
> with a different parameter. With puts(4,x) for example, the 4 would 
> indicate that I want my output to a simple full screen window.
> 
> What do you think of that Robert Craig
> 
> >From a frustrated newbie who likes Euphoria  
> 
> Serge Lavigne  
> 
Hi there,

You could also use the Display Server in the archive.
This allows you to 'run' a window in which you can
easily display text.  If your program crashes, the
window still stays intact because it runs in a 
separate process.
You can print anything you want to the window using
'ServerPrint()', but you can change that name to 
anything you want too, like just 'Print()' or 
'WriteWindow()' or whatever you want.

Take care,
Al

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

Search



Quick Links

User menu

Not signed in.

Misc Menu