From: Claus R. <cla...@ta...> - 2005-02-08 16:07:06
|
> Yes!! The cvs contains a brand new process handler which seems > much more stable. I am currently testing on macOSX and Linux boxes. > Since there will be a new release of Helium sometime soon with a > wxHint interface, we desparetely needed a better process handler here :-) Great!-) instable Haskell programs are always somewhat embarrasing, even if one can blame external sources. > However, the printing support refers only at the moment to just normal > printing. I have not studied Postscript devices yet... Isn't it > always possible to just select a postscript printer and print to file? > Or do you have something special in mind? perhaps I'm misunderstanding something here. It's been a while since I looked into this, but when I wanted a way to convert the graphs I draw on wxWidgets to print in scalable form, the way to go seemed to be to create a Postscript context and pass that to the normal repaint function, so that it would draw in Postscript commands instead of on the screen. Seemed almost too easy, only that I couldn't find a way to create such things in wxHaskell. I don't have a Postscript printer, I just want the eps in vector form, not bitmap, for embedding in papers and the like. How does the printer support you're talking about work, then? Claus > > ps is the sourceforge bug tracker maintained/up to date? it seems > > to list mostly bugs in older releases, but neither printing nor > > Process problems. > > Ehm, no it is not. I do not get emails from it and I don't quite > understand how to manage it... I'll try to look into that. :-) |