Displaying 14 results from an estimated 14 matches for "genericdirctrl".
2007 Apr 13
0
[950] branches/wxruby2/wxwidgets_282: Changes in GenericDirCtrl API 2.6->2.8, fix TreeItemId mapping, remove cruft
...x 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[950] branches/wxruby2/wxwidgets_282: Changes in GenericDirCtrl API 2.6->2.8, fix TreeItemId mapping, remove cruft</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>950</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-04-13...
2008 Jun 06
3
GenericDirCtrl problem
I am having a problem getting any event to happen when I activate a
selection on GenericDirCtrl i.e. double click on it.
Could anyone help me out.
thanks in advance.
Joe
Attachments:
http://www.ruby-forum.com/attachment/2123/Random.rb
--
Posted via http://www.ruby-forum.com/.
2008 Nov 14
1
GenericDirCtrl#re_create_tree behaviour
Hi
When GenericDirCtrl#re_create_tree is called in order to refresh the
tree with any possible changes made to the file system since it was
loaded, it doesn''t re-expand all the tree items that were expanded
prior to calling re_create_tree. I''m working on a solution to note all
open tree items and after...
2008 Jan 22
0
[ wxruby-Bugs-17396 ] Wx::GenericDirCtrl#get_tree_ctrl()
...at 2008-01-22 03:48
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=17396&group_id=35
Category: Incorrect behavior
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Mario Steele (eumario)
Assigned to: Nobody (None)
Summary: Wx::GenericDirCtrl#get_tree_ctrl()
Initial Comment:
When grabbing Wx::GenericDirCtrl#get_tree_ctrl(), and associating events with it, causes GC Memory error. See dump attached.
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=d...
2008 Jan 22
0
Wx::GenericDirCtrl fixes
Hey All,
Just a couple of things to note. I''ve updated the wxGenericDirCtrl.h file,
to include the ReCreateTree() method, as it was missing, and was very simple
to add. I''ve compiled, and checked to make sure everything looks good, and
it does.
Also, a temporary solution, till wxGenericDirCtrl#get_tree_ctrl() is fixed,
is that you can sub-class Wx::GenericDirCtr...
2008 Jan 21
0
Wx::GenericDirCtrl Segfault Crash
Hey Alex,
Found another GC bug in wxRuby. I ran into this problem, when trying to
implement Wx::GenericDirCtrl into wxRuby. The specific case in which this
is occuring, is when I attach the two event handlers for
evt_tree_item_expanding() and evt_tree_item_activated() when grabbing the
Wx::GenericDirCtrl#get_tree_ctrl(). All I have it doing, is attempting to
catch these events (Which I really don''...
2006 Aug 01
18
GenericDirCtrl
A little patch to add Wx::GenericDirCtrl. A non-native control (on OS X
at least) but maybe useful to someone. I have tested it but think it
should just be added to controls.rb sample - will do later when i have
fixed some other probs with that.
Also, I''ve started putting class-specifc style constants in the relevant
.i file...
2006 Dec 02
0
[770] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix some broken ones (Alex Spelling), add some new & missing ones; add
...n class="cx"> wx_ctor_params :message => ''''
</span><span class="lines">@@ -297,6 +320,17 @@
</span><span class="cx"> end
</span><span class="cx">
</span><span class="cx"> # wxGenericDirCtrl         A control for displaying a directory tree
</span><ins>+WxSugar.define_keyword_ctors(''GenericDirCtrl'') do
+ # TODO :dir => Wx::DIR_DIALOG_DEFAULT_FOLDER_STR
+ wx_ctor_params :dir => '...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...r.o obj/FileDataObject.o obj/FileDialog.o obj/FileDropTarget.o obj/FindDialogEvent.o obj/FindReplaceData.o obj/FindReplaceDialog.o obj/FlexGridSizer.o obj/FocusEvent.o obj/Font.o obj/FontData.o obj/FontDialog.o obj/Frame.o obj/GBPosition.o obj/GBSpan.o obj/GDIObject.o obj/GLCanvas.o obj/Gauge.o obj/GenericDirCtrl.o obj/GraphicsBrush.o obj/GraphicsContext.o obj/GraphicsFont.o obj/GraphicsMatrix.o obj/GraphicsObject.o obj/GraphicsPath.o obj/GraphicsPen.o obj/Grid.o obj/GridBagSizer.o obj/GridCellAttr.o obj/GridCellBoolEditor.o obj/GridCellBoolRenderer.o obj/GridCellChoiceEditor.o obj/GridCellEditor.o obj/Grid...
2007 May 07
0
[1017] trunk/wxruby2/Changelog: Update changelog with 0.0.40 changes
...- Fix spelling mistake in dialog sample doc (SL)
+- Add correct documentation for XRC#load_*_subclass (SL)
+- Add constant for Targa image files (AF)
+- Make GC_NEVER unlink objects (AF)
+- Use 2.8 API for loading zipped archives (AF)
+- 2.8 API : UpdateUIEvent, TreeEvent, Event (AF)
+- 2.8 API for GenericDirCtrl, fix TreeItemId mapping (AF)
+- 2.8 API : Image, Icon, Grid, Gauge,
+- Change over all classes in 2.8 that now use is_ok rather than ok, samples (AF)
+- Rename SplitterWindow#initialize to #init for consistency (SL)
+- Cure a segfault on exit related to GC''ing of Wx::App (AF)
+- Correct L...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...eDataObject.o
obj/FileDialog.o obj/FileDropTarget.o obj/FindDialogEvent.o
obj/FindReplaceData.o obj/FindReplaceDialog.o obj/FlexGridSizer.o
obj/FocusEvent.o obj/Font.o obj/FontData.o obj/FontDialog.o obj/Frame.o
obj/GBPosition.o obj/GBSpan.o obj/GCDC.o obj/GDIObject.o obj/GLCanvas.o
obj/Gauge.o obj/GenericDirCtrl.o obj/GraphicsBrush.o
obj/GraphicsContext.o obj/GraphicsFont.o obj/GraphicsMatrix.o
obj/GraphicsObject.o obj/GraphicsPath.o obj/GraphicsPen.o obj/Grid.o
obj/GridBagSizer.o obj/GridCellAttr.o obj/GridCellBoolEditor.o
obj/GridCellBoolRenderer.o obj/GridCellChoiceEditor.o
obj/GridCellEditor.o obj/Grid...
2004 Oct 06
11
find_window_by_xxx doesn''t find Gauge or BitmapButton
I''m fairly new to the Ruby world, particularly WxRuby, so please
forgive me if this is ground that''s been covered in the past. I''m
trying to load a frame from an XRC file (created using DialogBlocks),
and I''m having trouble getting an instance of the Gauge object using
the Wx::Window.find_window_by_xxx methods. I''m trying this on Windows
XP,
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...rol|
+|CheckListBox|A listbox with a checkbox to the left of each item|
+|Choice|Choice control (a combobox without the editable area)|
+|ComboBox|A choice with an editable area|
+|DatePickerCtrl|Small date picker control|
+|Gauge|A control to represent a varying quantity, such as time remaining|
+|GenericDirCtrl|A control for displaying a directory tree|
+|HtmlListBox|A listbox showing HTML content|
+|StaticBox|A static, or group box for visually grouping related controls|
+|ListBox|A list of strings for single or multiple selection|
+|ListCtrl|A control for displaying lists of strings and/or icons, plus a...
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/