search for: windowstyle

Displaying 14 results from an estimated 14 matches for "windowstyle".

Did you mean: windowstyles
2007 Jan 03
0
[ wxruby-Bugs-7549 ] missing ''methods'' section in some class documentation
...ediaevent.html has no methods warning: metafiledc.html has no methods warning: mimetypesmanager.html has no methods warning: penlist.html has no methods warning: simplehelpprovider.html has no methods warning: sizerflags.html has no methods warning: stddialogbuttonsizer.html has no methods warning: windowstyles.html has no methods ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=7549&group_id=35
2010 Apr 18
2
how to use Excel VBA's Shell() to call and execute R file
...in C:\R_test folder. The R_test.R looks like this: setwd("C:/R_test") rnorm(100) write(rnorm(100),"data.txt") q(save="no", runLast = F) Next I would like use an Excel VBA/macro Shell() function to call R and execute R_test.R file. The syntax is *Shell(pathname*[*,windowstyle*]*)* I wrote an Excel macro RunRcode like this: Sub RunRcode() Dim RetVal RetVal = "C:\Program Files\R\R-2.10.1\bin\Rgui.exe & C:\R_test\R_test.R” RetVal = Shell(RetVal, vbNormalFocus) End Sub When this macro is run, the R is opened but R_test.R file is ignored. If I change...
2007 Jan 11
0
[847] trunk/wxruby2/doc/textile/index.txtl: Added links to overview pages (Hawley Waldman)
...t;cx"> </span><span class="cx"> As the wxRuby API is developed, this documentation will be updated with </span><del>-Ruby-specific information. </del><ins>+Ruby-specific information. For now, you can read the "window styles +overview":windowstyles.html for general info on window styles and wxRuby +constants. </ins><span class="cx"> </span><span class="cx"> h2(#top). Outline </span><span class="cx"> </span><span class="lines">@@ -161,7 +163,9 @@ </sp...
2005 Feb 24
15
New Docs - One and Three Quarter Look
Ok, the link: http://www.mktec.com/dev_www/wxrubydocs/ (try http://www.mktec.com/dev_www/wxruby-docs/ ,it does not work for me, although this is the actual directory, could you email me privately if this does/doesn''t work for you, thx) Updates in this preview of the new docs: - a new RDOC template courtesty of Nick - fixed paragraph jumping and monospace text where it
2007 Jun 26
0
[1082] trunk/wxruby2/doc/textile/hyperlinkctrl.txtl: Added HyperlinkCtrl and HyperlinkEvent documentation
...RL"@ menu item which is automatically handled by the hyperlink and which just copies in the clipboard the URL (not the label) of the control.| +|@HL_DEFAULT_STYLE@|The default style for HyperlinkCtrl: @NO_BORDER|HL_CONTEXTMENU|HL_ALIGN_CENTRE@.| + + +See also "window styles overview":windowstyles.html. + + +h2. Event handling + +To process input from an hyperlink control, use these event handler macros to +direct input to member functions that take a +"HyperlinkEvent":hyperlinkevent.html argument. + + + +|*evt_hyperlink(id)&nbsp;{&nbsp;&#124;&nbsp;event&nbsp;&...
2007 Mar 28
0
[924] branches/wxruby2/wxwidgets_282: Changes 2.6 -> 2.8 Wx API; remove deprecated methods and update doc
...lt;span class="cx"> </span><ins>+*NB:* on Windows the new directory button is only available with recent versions of the common dialogs. </ins><span class="cx"> </span><span class="cx"> See also "Generic window styles":windowstyles.html. </span><span class="cx"> </span><span class="lines">@@ -33,10 +35,8 @@ </span><span class="cx"> * "DirDialog.new":#DirDialog_new </span><span class="cx"> * "DirDialog#get_path":#DirDi...
2012 Jul 03
0
Wine release 1.5.8
...in IClientSecurity::SetBlanket stub FIXME 31073 Cannot open .lnk files 31087 WMI class property retrieval: support custom CIM data type to OLE variant (VT) mapping for properties (ProcessId CIM_UINT32 maps to VT_I4) 31088 SongSmith 1.0.2 fails to install due to unimplemented IWshShortcut::WindowStyle property (set/get) 31102 CMDcenter.exe failure: IXMLDOMNodeList__newEnum not implemented 31110 SharpOcarina (.NET 4.0 app using OpenTK, C# OpenGL wrapper) fails to create a temp OpenGL context ---------------------------------------------------------------- Changes since 1.5.7: Alexandre J...
2007 Jan 09
6
help w/push_event_handler plus doc update request
Hi, 1) Can the online api docs get updated? Specifically can the overview pages get added in to the main http://wxruby.rubyforge.org/doc/ index.html page? I happened upon the link to the Event Overview page while browsing some class and wished that it had been listed in the Event section of the index page.I don''t know how many other "overview" pages there are but it
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...otherwise pressing Enter keyis either processed internally by the control or used for navigation betweendialog controls). Windows only.| </ins><span class="cx"> </span><del>- </del><span class="cx"> See also "window styles overview":windowstyles.html. </span><span class="cx"> </span><span class="cx"> h2. Event handling </span><span class="lines">@@ -56,16 +56,18 @@ </span><span class="cx"> * "ComboBox#can_undo":#ComboBox_canundo </span&gt...
2007 Jun 22
0
[1059] trunk/wxruby2/doc/textile/toolbar.txtl: Update ToolBar documentation to reflect recent changes in API
...the toolbar at the bottom of parent window.| +|@TB_RIGHT@|Align the toolbar at the right side of parent window.| </ins><span class="cx"> </span><span class="cx"> </span><span class="cx"> See also "window styles overview":windowstyles.html. Note that the Win32 </span><span class="lines">@@ -114,12 +113,14 @@ </span><span class="cx"> * "ToolBar#add_tool":#ToolBar_addtool </span><span class="cx"> * "ToolBar#add_check_tool":#ToolBar_addchecktool...
2007 Jul 04
0
[1104] trunk/wxruby2: Added 2.8 methods to TextCtrl & document them; tidy up header file
...nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-07-04 19:08:07 UTC (rev 1104) </span><span class="lines">@@ -41,6 +41,14 @@ </span><span class="cx"> </span><span class="cx"> See also "window styles overview":windowstyles.html and "TextCtrl.new":textctrl.html#TextCtrl_new. </span><span class="cx"> </span><ins>+Note that alignment styles (@TE_LEFT@, +@TE_CENTRE@ and @TE_RIGHT@) can be changed +dynamically after control creation on MSW and GTK. +@TE_READONLY@, @TE_PASSWO...
2012 Apr 27
0
Wine release 1.5.3
...BaseControlVideo use BaseDispatch. strmbase: Have PassThruImpl use BaseDispatch. strmbase: We cannot hold the RenderLock during QualityControlRender_WaitFor. strmbase: get_VideoHeight should always have a positive height. strmbase: Track internal window styles in baseWindow.WindowStyles. Aurimas Fi?eras (1): po: Update Lithuanian translation. Bruno Jesus (4): ole32: Make sure StgIsStorageILockBytes tests real data. iphlpapi/tests: Add SetTcpEntry tests. regedit: Fix item text reading in regedit. regedit: Allows semicolon comments. Carlo Bramini (1...
2006 Nov 16
0
[741] trunk/wxruby2: Fix get_item_data, hiding TreeItemData messiness, fix GC-ing (Alex Fenton)
...oint items to be selected. (Only partially implemented; may not work in all cases.)| -|@TR_DEFAULT_STYLE@|The set of flags that areclosest to the defaults for the native control for a particular toolkit.| - - </del><span class="cx"> See also "window styles overview":windowstyles.html. </span><span class="cx"> </span><del>-h2. Event handling </del><ins>+h2. Event hooks </ins><span class="cx"> </span><del>-To process input from a tree control, use these event handler macros to direct input to...
2007 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
...uot;refresh":window.html#Window_refresh might </ins><span class="cx"> be called after changing the others for the change to take place immediately. </span><span class="cx"> </span><span class="cx"> See "Window styles":windowstyles.html for more information about flags. </span><span class="lines">@@ -2690,8 +2687,8 @@ </span><span class="cx"> *thaw*() </span><span class="cx"> </span><span class="cx"> Reenables window updating after a p...