search for: dockabl

Displaying 13 results from an estimated 13 matches for "dockabl".

Did you mean: dockable
2007 Mar 13
1
Rcmdir does not work in SciVews-R
Hi, I have recently installed version 2.4.1 of R and also installed SciViews-R 0.8.9. It worked fine. Then I installed the Rcmdr 1.2-7 from CRAN . However the 'R commander menu' in the dockable panel does not work. If I start Rcmdr in R without SciViews, it works perfectly. Is there any way that I can use Rcmdr with SciViews? Many thanks in advanve. Kihwang
2006 Oct 20
1
Good news on WxWidgets 2.8.0
Hi Just tried out the most recent dev release (2.7.1) of WxWidgets. The first bit of good news is that 2.7.1 has lots of attractive new widgets, such as RichTextCtrl, pickers, and the AUI. This is an add-on that''s now been merged into the core, and provides sophisticated things like dockable toolbars, perspective layouts, semi-transparent dragging etc. They seem to have brushed up the Mac version of AUI, and the sample had me drooling. The second is that it looks like it will be straightforward for wxRuby to target 2.8 (famous last words...). The changes are simple API changes, m...
2002 Jul 01
1
GUIs (for teaching)
...rent kernels are planned also. Here is a short decription, with an evaluation of work already done. - Plug to connect to the R engine using DCom (including graph windows) - 90% done - Plugs and connections manager (only locally for the moment) - 75% done - Multi-document interface with dockable toolbars and windows - 90% done - Console windows for direct command-line access of kernels - 80% done - Report windows with RTF formatting and graphs/images embedding - 50% done - Code edition windows with synthax highlighting, quick tips,... - 50% done - Sprea...
2009 Aug 10
2
Windows forms application
Hey guys, I have a need to run a tool that has been developed by the company I work for in OSX, the application is a small windows form based app that basically reads XML files and calls other programs. All that works fine, apart from a toolbar is missing (I've been told it was a dockable-toolbar if that helps) also, clicking the options button from the menu should bring up another form, and that doesn't work either. Hopefully there is some easy fix that I'm missing. What I've done so far: Used MacPorts to download/install wine then used the Winetricks script to get...
2007 Nov 19
1
biocep project (R for the Web and the Virtual R Workbench)
...(book, use and release a Remote R Instance via HTTP Tunneling) - Use R to generate Graphics on the fly for thin web clients - Use R from within a Workbench that includes an advanced script editor, a Spreadsheet View fully connected to R data and functions, an R Object Inspector, composable and dockable Views, interactive R devices, clonable R Graphics.. - Use the Workbench from within a browser or via Java Web Start to access a pool of Remote R Instances - Use the Workbench to control on demand any Remote R Instance - Provide a packaging for R Based Desktop applications that enables Web based...
2006 Feb 01
8
Spring-rich killer: rails rich-client proposal
Hello Doug, I am not disputing anything you say and in fact, spring-rich is "okay" as far as swing development goes. But rails principles adheres to those which we hold near and dear such as "don''t repeat yourself" (note: spring-rich model, glazed lists model, jgoodies models) and "convention over configuration (note: xml config files). Let''s get away
2007 Nov 19
0
biocep project - R for the Web and the Virtual R Workbench
...let (book, use and release a Remote R Instance via HTTP Tunneling) - Use R to generate Graphics on the fly for thin web clients - Use R from within a Workbench that includes an advanced script editor, a Spreadsheet View fully connected to R data and functions, an R Object Inspector, composable and dockable Views, interactive R devices, clonable R Graphics.. - Use the Workbench from within a browser or via Java Web Start to access a pool of Remote R Instances - Use the Workbench to control on demand any Remote R Instance - Provide a packaging for R Based Desktop applications that enables Web based, o...
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
..."lines">@@ -0,0 +1,211 @@ </span><ins>+h1(#wxauinotebook). Wx::AuiNotebook + +AuiNotebook is part of the AUI class framework. +See also "AUI overview":auioverview.html. + +AuiNotebook is a notebook control which implements many features common in applications with dockable panes. +Specifically, AuiNotebook implements functionality which allows the user to rearrange tab order via drag-and-drop, +split the tab window into many different splitter configurations, and toggle through different themes to customize +the control''s look and feel. + +An effort has bee...
2007 Jun 22
0
[1058] trunk/wxruby2/swig: Move TB_ constants into ToolBar and add the new 2.8 ones.
...wxHORIZONTAL, // == 0x0004 - - // lay out the toolbar vertically - wxTB_VERTICAL = wxVERTICAL, // == 0x0008 - - // show 3D buttons (wxToolBarSimple only) - wxTB_3DBUTTONS = 0x0010, - - // "flat" buttons (Win32/GTK only) - wxTB_FLAT = 0x0020, - - // dockable toolbar (GTK only) - wxTB_DOCKABLE = 0x0040, - - // don''t show the icons (they''re shown by default) - wxTB_NOICONS = 0x0080, - - // show the text (not shown by default) - wxTB_TEXT = 0x0100, - - // don''t show the divider between toolbar an...
2006 Apr 24
9
Summer of Code for wxRuby?
Hi all, You''ve probably heard of Google''s Summer of Code. As this year Ruby Central is registered as a mentoring organisation, it is possible to do Ruby projects or work on existing ones, for example wxRuby :). I would be interested to work on wxRuby as a student. So, my question is, are there tasks that need to be done and would be suitable for a Summer of Code project? If
2007 Mar 19
0
[900] branches/wxruby2/wxwidgets_282/swig/classes: Initial commit of AUI core classes
...;'...''), +// rather than SetXXX(''...''), and attribute getters that are C++ public +// members. In Ruby these can''t be distinguished, so we have to rename +// all the problem methods. We do the others too for consistency + +// boolean flags +%rename(SetBottomDockable) wxAuiPaneInfo::BottomDockable(bool b = true); +%rename(SetCaptionVisible) wxAuiPaneInfo::CaptionVisible(bool b = true); +%rename(SetCloseButton) wxAuiPaneInfo::CloseButton(bool b = true); +%rename(SetDestroyOnClose) wxAuiPaneInfo::DestroyOnClose(bool b = true); +%rename(SetDockable) wxAuiPaneInfo...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...l( 103, "Test", + Wx::ArtProvider::get_bitmap(Wx::ART_MISSING_IMAGE) ) + tb5.realize + + # add the toolbars to the manager + pi = Wx::AuiPaneInfo.new + pi.set_name(''tb1'').set_caption("Big Toolbar").toolbar_pane + pi.top.set_left_dockable(false).set_right_dockable(false) + @mgr.add_pane(tb1, pi) + + + pi = Wx::AuiPaneInfo.new + pi.set_name(''tb1'').set_caption("Toolbar 2").toolbar_pane + pi.top.set_row(1) + pi.set_left_dockable(false).set_right_dockable(false) + @mgr.add_pane(tb2, pi) + +...
2007 Nov 23
0
R users in Cyprus
...emote R > Instance via HTTP Tunneling) > - Use R to generate Graphics on the fly for thin web clients > - Use R from within a Workbench that includes an advanced script > editor, a Spreadsheet View fully connected to R data and functions, an > R Object Inspector, > composable and dockable Views, interactive R devices, clonable R > Graphics.. > - Use the Workbench from within a browser or via Java Web Start to > access a pool of Remote R Instances > - Use the Workbench to control on demand any Remote R Instance > - Provide a packaging for R Based Desktop applications...