Re: [Mono-list] Double-buffered graphics solutions in mono

2004-02-12 Thread Miguel de Icaza
> If anyone could give me some tips, or better yet, suggest a sample > application which does vaguely what I'm looking for that I could look at > the sample code of, I'd really appreciate it. I'd like something that's > actually going to work with recent mono, despite the > libgdiplus/Cairo/Sy

Re: [Mono-list] Double-buffered graphics solutions in mono

2004-02-12 Thread Marcus
It is also possible to use double-buffered display in Qt#. See ScribbeWindow for an example. On Thursday 12 February 2004 12:26 pm, Stuart Ballard wrote: > I'm looking for a way to do a simple double-buffered graphics display > that will work with Mono on Linux. > > I know how to do it (at least

[Mono-list] Double-buffered graphics solutions in mono

2004-02-12 Thread Stuart Ballard
I'm looking for a way to do a simple double-buffered graphics display that will work with Mono on Linux. I know how to do it (at least so it works, even if I'm not doing it "right") in WinForms, but I heard that WinForms is currently just broken in Mono, and besides, it's not the world's most e