search for: inclose

Displaying 5 results from an estimated 5 matches for "inclose".

Did you mean: enclose
2001 Feb 13
1
X11 device doesn't handle destroy events correcly (PR#848)
...he 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'd greatly appreciate feedback or other ideas! Implementation: -- the variable inclose is now in the device specific structure (why was it global?) After the window is mapped, inclose is TRUE until the window is destroyed explicitly or a DestroyNotify event has been received. -- the deviceSpecific pointer is set to NULL after the memory has been freed. This (side?) effec...
2006 Jul 12
5
start_form_tag n00b question
Hi, I''m wondering if there is any way to specify the id of a form tag with the start_form_tag helper. I''ve tried playing around with ", id=>"marginForm" " and also inclosing both the action variable and id variable in curley brackets. The Rails API doesn''t off much help for a n00b like me. It''s probably really easy but any help you guys
2007 Nov 01
6
Universal Binary on OS X
...risingly easy to do, just pass --enable-universal_binary when building wxWidgets and add -arch ppc -arch i386 to $extra_cppflags and $extra_ldflags in rakemacosx.rb. Now the problem, the resulting GEM is 9.6MB. How does everyone feel about downloading a file that size and not using half of what is inclosed in it? I had a feeling that people would not like that big of a build so I built a gem task that uses lipo and generates a i386 and ppc GEM from the universal one. These single arch GEMS are around 5.1MB. With the special split task I wrote this is the process of making a universal, i386 and ppc...
2013 Sep 19
4
Array being flattened
Hello All, I''ve run into an issue where an array that''s being passed into a defined type is being "flattened" when it''s inclosed in double quotes and I''m not sure how to get around this. This is happening a the pdxcat/amanda module and I''ve raised an github issues for this but wanted to query the community as a whole. The issue and my branch of the code are below. The amanda::server or amanda::configs cla...
2006 Nov 07
2
Crash when embedding R X11 windows
...rn; dd = (NewDevDesc *) temp; xd = (newX11Desc *) dd->deviceSpecific; if (xd->windowWidth != event.xconfigure.width || @@ -614,8 +614,8 @@ else if ((event.type == ClientMessage) && (event.xclient.message_type == _XA_WM_PROTOCOLS)) if (!inclose && event.xclient.data.l[0] == protocol) { - XFindContext(display, event.xclient.window, - devPtrContext, &temp); + if (XFindContext(display, event.xclient.window, + devPtrContext, &temp)) return; dd = (New...