On Sep 7, 2007, at 2:06 PM, Alan W. Irwin wrote:

> On 2007-09-06 23:57-0400 Hazen Babcock wrote:
>
>> As a first step, I've added a simple event loop to xcairo. Among  
>> other things
>> it should now handle expose/redraw events properly, so if you move  
>> or resize
>> the screen the plot should no longer disappear. Since this works  
>> by redrawing
>> the plot from scratch each time and since a simple resizing of the  
>> screen can
>> generate a surprising number of expose events this might be a  
>> little slow.
>> The advance to next page / quit has also been changed, like the  
>> xwin driver
>> you now need to select the plotting window and press return.
>
> A necessary (at least on Linux) #include was missing in what you  
> committed,
> but I have fixed that now.  When I hit return for a multi-page plot  
> all pages
> get dumped in sequence to the screen.  So this is a start, but you  
> might want
> to emulate xwin a bit more closely and implement a pause for each  
> page until
> return is hit again.

Thanks. This was another simple mistake on my part. Xcairo should now  
(v7845) wait between plots until the return key is pressed again.

-Hazen


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to