search for: idleev

Displaying 16 results from an estimated 16 matches for "idleev".

Did you mean: idle
2006 Dec 22
0
Build a matrix using JRI
Hi everyone I'm a new user of R and JRI for a project (debian + eclipse + Java + JRI). I need to build a matrix from datas and i proceed like this : First step : create the matrix (Rengine re) re.idleEval("A <- mat.or.vec(10,40)",true); Second Step : feed the structure re.idleEval("A[1,1] <- 39",true); re.idleEval("A[1,2] <- 10",true); re.idleEval("A[1,3] <- 5",true); ... re.idleEval("A[10,40] <- 16",true); I want finaly...
2009 Mar 31
15
Error: undefined method ''calc_min'' for #<Wx::IdleEvent>
Hi, I occasionally had the following error when application in idle state. Error: undefined method ''calc_min'' for #<Wx::IdleEvent:0xb115e44> OS: WXMSW Ruby Version: 1.8.6 wxRuby 2.0.0 Backtrace: (eval):154:in `calc_min'' (eval):154:in `layout'' (eval):154:in `process_event'' (eval):154:in `on_run'' (eval):154:in `main_loop'' Zhimin -- Posted via http://www.ruby-forum....
2006 Sep 29
7
new crasher on bigdemo
Hi Seems that the last round of commits makes bigdemo crash fairly quickly. Guessing it''s something to do with either the Window or fixmodule change. Program received signal EXC_BAD_ACCESS, Could not access memory. 0x00034fbc in rb_obj_is_kind_of (obj=3825080, c=1839676) at object.c:523 523 object.c: No such file or directory. Any hints? alex
2008 Jan 19
1
a problem when i use JRI package in java
I used JRI package in java to connect R ,and want to use R do some work fo me. but most thing is ok, but there is a problem for me these is some code of the program: re.eval("library(lattice)"); y=re.idleEval("print(1:10)"); y=re.eval("feq <- read.delim('c:/minist.txt',header=T)"); y=re.eval("feq1<-as.matrix(feq)"); System.out.println(y=re.eval("feq1[1,]")); y=re.eval("jpeg()");...
2007 May 12
0
[ wxruby-Bugs-10797 ] App#filter_event always passes Wx::Event
...: Alex Fenton (brokentoy) Summary: App#filter_event always passes Wx::Event Initial Comment: If the App class defines a filter_event method it is correctly called every time an event is generated. However, it always receives an event of class Wx::Event, rather than the appropriate subclass (eg Wx::IdleEvent). We need to hook up the EventThunker code in swig/classes/EvtHandler.i to wrap the C++ objects with the correct class. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=10797&amp...
2010 Jul 19
1
Non-blocking Eval
Hello, I'm currently working with the C++ version of the Rserve Client as part of a student project. Is there an implementation of a non-blocking interface to Rserve in C++? I can find one via the Java JRI but no equivalent in C++. Thanks _________________________________________________________________ Do you have a story that started on Hotmail? Tell us now [[alternative HTML
2007 Jun 26
0
[1075] trunk/wxruby2/lib/wx/classes/evthandler.rb: Send IconizeEvent to EvtHandlers
...:Event], </del><ins>+ Wx::IconizeEvent], </ins><span class="cx"> EventType[''evt_idle'', 0, </span><span class="cx"> Wx::EVT_IDLE, </span><span class="cx"> Wx::IdleEvent], </span></span></pre> </div> </div> </body> </html>
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
....o obj/HelpController.o obj/HtmlCell.o obj/HtmlCellEvent.o obj/HtmlContainerCell.o obj/HtmlEasyPrinting.o obj/HtmlHelpController.o obj/HtmlLinkEvent.o obj/HtmlLinkInfo.o obj/HtmlWidgetCell.o obj/HtmlWindow.o obj/HyperlinkCtrl.o obj/HyperlinkEvent.o obj/Icon.o obj/IconBundle.o obj/IconizeEvent.o obj/IdleEvent.o obj/Image.o obj/ImageList.o obj/KeyEvent.o obj/LayoutAlgorithm.o obj/ListBox.o obj/ListCtrl.o obj/ListEvent.o obj/ListItem.o obj/ListItemAttr.o obj/Listbook.o obj/ListbookEvent.o obj/Locale.o obj/Log.o obj/LogTextCtrl.o obj/MDIChildFrame.o obj/MDIParentFrame.o obj/Mask.o obj/MediaCtrl.o obj/Me...
2007 Jun 06
0
[1054] trunk/wxruby2: Add missing EraseEvent and mapping for EVT_ERASE_BACKGROUND, fix unknown
...p;nbsp&nbsp&nbsp2007-06-06 21:02:18 UTC (rev 1054) </span><span class="lines">@@ -46,6 +46,7 @@ </span><span class="cx"> Wx::EVT_COMMAND_TEXT_URL => Wx::TextUrlEvent, </span><span class="cx"> Wx::EVT_IDLE => Wx::IdleEvent, </span><span class="cx"> Wx::EVT_PAINT => Wx::PaintEvent, </span><ins>+ Wx::EVT_ERASE_BACKGROUND => Wx::EraseEvent, </ins><span class="cx"> Wx::EVT_UPDATE_UI => Wx::UpdateUIEvent, </span><span class="cx&qu...
2007 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
...IZE_BOX, soyou should use the style of@DEFAULT_FRAME_STYLE & @@(MINIMIZE_BOX | MAXIMIZE_BOX)@ for theframes having this style (the dialogs don''t have minimize nor maximize box bydefault)| -|@WS_EX_PROCESS_IDLE@|This window should always process idle events, evenif the mode set by "IdleEvent#set_mode":idleevent.html#IdleEvent_setmode is IDLE_PROCESS_SPECIFIED.| -|@WS_EX_PROCESS_UI_UPDATES@|This window should always process UI update events,even if the mode set by "UpdateUIEvent#set_mode":updateuievent.html#UpdateUIEvent_setmode is UPDATE_UI_PROCESS_SPECIFIED.| </de...
2006 Dec 20
0
[790] trunk/wxruby2/swig/classes: Added TextUrlEvent class and EvtHandler mapping
...ndarEvent; </span><span class="cx"> extern swig_class cWxCloseEvent; </span><span class="cx"> extern swig_class cWxCommandEvent; </span><ins>+extern swig_class cWxTextUrlEvent; </ins><span class="cx"> extern swig_class cWxIdleEvent; </span><span class="cx"> extern swig_class cWxPaintEvent; </span><span class="cx"> extern swig_class cWxUpdateUIEvent; </span><span class="lines">@@ -94,7 +95,6 @@ </span><span class="cx"> &wxEVT_COM...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...OOL_RCLICKED => Wx::CommandEvent, + Wx::EVT_COMMAND_TOOL_ENTER => Wx::CommandEvent, + Wx::EVT_COMMAND_SPINCTRL_UPDATED => Wx::CommandEvent, + Wx::EVT_COMMAND_COMBOBOX_SELECTED => Wx::CommandEvent, + Wx::EVT_COMMAND_TEXT_URL => Wx::TextUrlEvent, + Wx::EVT_IDLE => Wx::IdleEvent, + Wx::EVT_PAINT => Wx::PaintEvent, + Wx::EVT_UPDATE_UI => Wx::UpdateUIEvent, + Wx::EVT_SIZE => Wx::SizeEvent, + Wx::EVT_SIZING => Wx::SizeEvent, + Wx::EVT_MOVE => Wx::MoveEvent, + Wx::EVT_MOVING => Wx::MoveEvent, + Wx::EVT_TIMER => Wx::TimerEvent, +...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...der.o obj/HtmlCell.o obj/HtmlCellEvent.o obj/HtmlContainerCell.o obj/HtmlEasyPrinting.o obj/HtmlHelpController.o obj/HtmlLinkEvent.o obj/HtmlLinkInfo.o obj/HtmlListBox.o obj/HtmlWidgetCell.o obj/HtmlWindow.o obj/HyperlinkCtrl.o obj/HyperlinkEvent.o obj/Icon.o obj/IconBundle.o obj/IconizeEvent.o obj/IdleEvent.o obj/Image.o obj/ImageList.o obj/KeyEvent.o obj/LayoutAlgorithm.o obj/ListBox.o obj/ListCtrl.o obj/ListEvent.o obj/ListItem.o obj/ListItemAttr.o obj/Listbook.o obj/ListbookEvent.o obj/Locale.o obj/Log.o obj/LogTextCtrl.o obj/MDIChildFrame.o obj/MDIParentFrame.o obj/Mask.o obj/MediaCtrl.o obj/Me...
2005 Jul 31
5
SWIG compilation
The result of the compilation after installing swig results in lots of errors of the sort: WindowDisabler.obj : error LNK2001: unresolved external symbol _SWIG_Ruby_ConvertPtr I can see this is defined in rubydef.swg but I''m not sure why this isn''t just included in the files that need it. Can any swig experts tell me what I need to do to progress? I''m using
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...OOL_RCLICKED => Wx::CommandEvent, - Wx::EVT_COMMAND_TOOL_ENTER => Wx::CommandEvent, - Wx::EVT_COMMAND_SPINCTRL_UPDATED => Wx::CommandEvent, - Wx::EVT_COMMAND_COMBOBOX_SELECTED => Wx::CommandEvent, - Wx::EVT_COMMAND_TEXT_URL => Wx::TextUrlEvent, - Wx::EVT_IDLE => Wx::IdleEvent, - Wx::EVT_PAINT => Wx::PaintEvent, - Wx::EVT_ERASE_BACKGROUND => Wx::EraseEvent, - Wx::EVT_UPDATE_UI => Wx::UpdateUIEvent, - Wx::EVT_SIZE => Wx::SizeEvent, - Wx::EVT_SIZING => Wx::SizeEvent, - Wx::EVT_MOVE => Wx::MoveEvent, - Wx::EVT_MOVING => Wx::MoveE...
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my linux box. I compiled the demos and all the demos, save dbbrowse, work. I think I have a functional wx. Now I''m trying to install wxRuby from source, since I have a 64 bit machine. I only have permission to my home directory so my installation is : /usr/people/stevenq/Applications/wxX11/