search for: _event_

Displaying 4 results from an estimated 4 matches for "_event_".

Did you mean: _event
2001 Feb 13
1
X11 device doesn't handle destroy events correcly (PR#848)
...hanism! This happens when you embed the X11 device into another window/application. For starters, the device no longer receives WM_DELETE_WINDOW client messages. But it does receive a DestroyNotify event when the parent (the container window) is destroyed. HandleEvent should, well _handle_ this _event_. The patch below is a _suggestion_ how to solve both problems. It is against the current r-devel, 1.3, as of 2/13. I believe this behavior exists in version 1.2 as well and can be solved there the same way. The patch is just meant as a convenient and concise way to describe my suggestion. I'...
2009 Jul 09
0
Sampling a dataframe based on the length of a subset of observations within
...t variables associated with the event. A simplified representation follows: my.df<-data.frame("id"=c("A","A","A","B","B","C","C","C", "C", "C"), event=c(0,0,1,0,1,0,0,1,1, 0)) _id_ _event_ A 0 A 0 A 1 B 0 B 1 C 0 C 0 C 1 C 1 C 0 I need to sample my.df to select the same number of observations with event = 0 as event = 1 for each unique id. I can reshape or tapply my.df to group id and determine what sample size I need. my.df.cast= library(...
2007 Apr 14
0
[963] branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl: Added a few missing methods and cleaned up a bit.
...odal + + Boolean *is_modal*() + +Returns true if the dialog box is modal, false otherwise. + +h3(#Dialog_onsyscolourchanged). Dialog#on_sys_colour_changed + + *on_sys_colour_changed*(%(arg-type)SysColourChangedEvent% event) + +The default handler for EVT_SYS_COLOUR_CHANGED. + +h4. Parameters + +* _event_ The colour change event. + +h4. Remarks + +Changes the dialog''s colour to conform to the current settings (Windows only). Add an event table entry for your dialog class if you wish the behaviour to be different (such as keeping a user-defined background colour). If you do override this fun...
2009 Jul 09
2
How to Populate List
...t variables associated with the event.  A simplified representation follows: my.df<-data.frame("id"=c("A","A","A","B","B","C","C","C", "C", "C"), event=c(0,0,1,0,1,0,0,1,1, 0)) _id_  _event_ A     0 A     0 A     1 B     0 B     1 C     0 C     0 C     1 C     1 C     0 I need to sample my.df to select the same number of observations with event = 0 as event = 1 for each unique id. I can reshape or tapply my.df to group id and determine what sample size I need.  my.df.cast= library(...