From: Arjan v. I. <af...@cs...> - 2004-06-09 18:48:51
|
Hello Claus, > For instance, how do I get arrowheads > at the end of my lines? I do not know what this means. > How do I avoid my wxhaskell window > to flick to an interim size before settling on the intended size > (happens, e.g., with the bouncing ball demo)? This happens to me too on Windows XP. I think it is a consequence of the way Daan uses wxWidgets. Specifying everything dynamically is not something the C++ library is used to. > The wxhaskell applications page mentions a > NetEdit tool but the source doesn't seem to be available? I develop the NetEdit tool. It is an editor for probabilistic networks (summary: nodes and arcs and probability tables at each node). You can get the source from me if you want. It is growing larger and larger and does much more than just editing networks, but maybe you can partially evaluate it to your needs :-) > Also, there seem to be a few oddities with the demos on > a windows98 box (in addition to the window size problem): Can't help you here. > Oh, and does wxhaskell work with hugs? If yes, easily installable > packages to replace the aging HGL/SOEGraphics would be nice:-) No, its GHC only. It is of course possible to write SOEGraphics on top of wxHaskell. A nice student project I would think... Cheers, Arjan |