<sigh> I couldn't find that one incantation when I looked for it:
R_runHandlers(R_InputHandlers, R_checkActivity(1, 1));

I change it to
R_runHandlers(R_InputHandlers, R_checkActivity(0, 1));
because of
https://stat.ethz.ch/pipermail/r-devel/2003-August/027281.html

It is working on OS X as well.

That's a problem that has been around for a long time *gone* at last.
Thanks.

L.



Nathaniel Smith wrote:
> Attached patch redoes process_revents (again); now it actually *works*
> on Unix (and I believe OS X, though someone should check). Which is
> nice.
> 
> To test:
>>>> r("plot(1:10)")
> # window will appear
> # move the window around, resize it, etc.; it won't update
>>>> ri.process_revents()
> # window will redraw
> 
> -- Nathaniel
> 
> 
> ------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------
> Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
> software. With Adobe AIR, Ajax developers can use existing skills and code to
> build responsive, highly engaging applications that combine the power of local
> resources and data with the reach of the web. Download the Adobe AIR SDK and
> Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> rpy-list mailing list
> rpy-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rpy-list


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to