search for: treeevent

Displaying 20 results from an estimated 22 matches for "treeevent".

2007 Apr 13
0
[957] branches/wxruby2/wxwidgets_282: Additions to TreeEvent API 2.6->2.8
...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>[957] branches/wxruby2/wxwidgets_282: Additions to TreeEvent API 2.6->2.8</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>957</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-04-13 15:18:18 -0400 (Fri, 13 Apr 2007)</...
2006 Aug 22
2
TreeEvent patch
Hi Patches to TreeEvent.i and wxTreeEvent.h to implement missing methods (and fix a crasher in bigdemo along the way) Two of the missing methods appeared just to be down to errors in the header file. The other (get_label) works fine - perh a bug in previous versions of SWIG? Methods tested and return correct values o...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...tEvent, - Wx::EVT_COMMAND_LIST_ITEM_MIDDLE_CLICK => Wx::ListEvent, - Wx::EVT_COMMAND_LIST_ITEM_ACTIVATED => Wx::ListEvent, - Wx::EVT_COMMAND_LIST_ITEM_FOCUSED => Wx::ListEvent, - Wx::EVT_COMMAND_LIST_CACHE_HINT => Wx::ListEvent, - Wx::EVT_COMMAND_TREE_BEGIN_DRAG => Wx::TreeEvent, - Wx::EVT_COMMAND_TREE_BEGIN_RDRAG => Wx::TreeEvent, - Wx::EVT_COMMAND_TREE_END_DRAG => Wx::TreeEvent, - Wx::EVT_COMMAND_TREE_BEGIN_LABEL_EDIT => Wx::TreeEvent, - Wx::EVT_COMMAND_TREE_END_LABEL_EDIT => Wx::TreeEvent, - Wx::EVT_COMMAND_TREE_GET_INFO => Wx::TreeEvent, -...
2007 Jan 06
0
[835] trunk/wxruby2/doc/textile: Updated documentation about TreeItemId
...h3> <pre>Updated documentation about TreeItemId</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2doctextiletreectrltxtl">trunk/wxruby2/doc/textile/treectrl.txtl</a></li> <li><a href="#trunkwxruby2doctextiletreeeventtxtl">trunk/wxruby2/doc/textile/treeevent.txtl</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="trunkwxruby2doctextiletreectrltxtl"></a> <div class="modfile"><h4>Modified: trunk/wxruby...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...tEvent, + Wx::EVT_COMMAND_LIST_ITEM_MIDDLE_CLICK => Wx::ListEvent, + Wx::EVT_COMMAND_LIST_ITEM_ACTIVATED => Wx::ListEvent, + Wx::EVT_COMMAND_LIST_ITEM_FOCUSED => Wx::ListEvent, + Wx::EVT_COMMAND_LIST_CACHE_HINT => Wx::ListEvent, + Wx::EVT_COMMAND_TREE_BEGIN_DRAG => Wx::TreeEvent, + Wx::EVT_COMMAND_TREE_BEGIN_RDRAG => Wx::TreeEvent, + Wx::EVT_COMMAND_TREE_END_DRAG => Wx::TreeEvent, + Wx::EVT_COMMAND_TREE_BEGIN_LABEL_EDIT => Wx::TreeEvent, + Wx::EVT_COMMAND_TREE_END_LABEL_EDIT => Wx::TreeEvent, + Wx::EVT_COMMAND_TREE_GET_INFO => Wx::TreeEvent, +...
2006 Nov 16
0
[741] trunk/wxruby2: Fix get_item_data, hiding TreeItemData messiness, fix GC-ing (Alex Fenton)
...items. Desktop OSes commonly make use of +this type of control to present a navigable representation of folders +and files on a hard drive. </ins><span class="cx"> </span><del>-To intercept events from a tree control, use the event table macros described in "TreeEvent":treeevent.html. - </del><span class="cx"> h2. Derived from </span><span class="cx"> </span><span class="cx"> "Control":control.html </span><span class="lines">@@ -18,32 +17,37 @@ </span>&l...
2007 Jan 05
0
[831] trunk/wxruby2: Use simple ruby Integers to represent TreeItemIds
...lt;pre>Use simple ruby Integers to represent TreeItemIds</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2swigclassesTreeCtrli">trunk/wxruby2/swig/classes/TreeCtrl.i</a></li> <li><a href="#trunkwxruby2swigclassesTreeEventi">trunk/wxruby2/swig/classes/TreeEvent.i</a></li> </ul> <h3>Added Paths</h3> <ul> <li><a href="#trunkwxruby2swigsharedtreeitemid_typemapsi">trunk/wxruby2/swig/shared/treeitemid_typemaps.i</a></li> </ul> <h3>...
2008 Feb 27
2
Missing evt_tree_item_menu method for TreeCtrl ?
Hi, The documentation mentions the evt_tree_item_menu method for TreeCtrl but it seems that this method is not defined (wxRuby 1.9.4 on Windows). As a workaround, I''m currently using evt_tree_item_right_click. Cheers. Chauk-Mean.
2007 Dec 27
1
Wx::SplashScreen, and events
I have the following code: #time = 7000 class TimeSplash < Wx::SplashScreen PATH_MAIN = 1 PATH_SETUP = 0 def initialize(time, path=PATH_MAIN) splash_bitmap = Wx::Bitmap.new(''timefly.png'', Wx::BITMAP_TYPE_PNG) super(splash_bitmap, Wx::SPLASH_CENTRE_ON_SCREEN|Wx::SPLASH_TIMEOUT, time, nil, -1) evt_close() {|evt| on_close_window(evt, path)} end
2005 May 17
1
Grid
I''ve merged in Alex''s changes with the grid control into wxruby-swig. I need to make a tweak so it will build on MSW, and then prepare a preview release. I need a volunteer to make a Tiger package (I can talk you through it). Nick
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...extAttr.o obj/TextCtrl.o obj/TextDataObject.o obj/TextDropTarget.o obj/TextEntryDialog.o obj/TextUrlEvent.o obj/TextValidator.o obj/Timer.o obj/TimerEvent.o obj/TipProvider.o obj/TipWindow.o obj/ToggleButton.o obj/ToolBar.o obj/ToolBarToolBase.o obj/ToolTip.o obj/TopLevelWindow.o obj/TreeCtrl.o obj/TreeEvent.o obj/UpdateUIEvent.o obj/Validator.o obj/Window.o obj/WindowCreateEvent.o obj/WindowDC.o obj/WindowDestroyEvent.o obj/WindowDisabler.o obj/Wizard.o obj/WizardEvent.o obj/WizardPage.o obj/WizardPageSimple.o obj/XmlResource.o obj/RubyConstants.o obj/RubyStockObjects.o obj/Functions.o obj/Mac.o obj/w...
2007 Mar 17
0
[888] branches/wxruby2/wxwidgets_282/swig/shared/treeitemid_typemaps.i: Fix compile warning for TreeItemId typemap (Artur Kuptel)
..._282/swig/shared/treeitemid_typemaps.i&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-03-17 18:44:24 UTC (rev 888) </span><span class="lines">@@ -1,10 +1,8 @@ </span><span class="cx"> // These typemaps are used by TreeCtrl and TreeEvent to convert wx tree </span><span class="cx"> // item ids into simple </span><span class="cx"> </span><del>-%typemap(in) wxTreeItemId& "$1 = new wxTreeItemId(NUM2LONG($input));" </del><ins>+%typemap(in) wxTreeItemId&...
2006 Sep 29
7
new crasher on bigdemo
Hi Seems that the last round of commits makes bigdemo crash fairly quickly. Guessing it''s something to do with either the Window or fixmodule change. Program received signal EXC_BAD_ACCESS, Could not access memory. 0x00034fbc in rb_obj_is_kind_of (obj=3825080, c=1839676) at object.c:523 523 object.c: No such file or directory. Any hints? alex
2007 Jan 03
0
[822] trunk/wxruby2/doc/textile: Links to the documentation on TextUrlEvent
...t;span class="cx"> |SysColourChangedEvent|A system colour change event| </span><ins>+|TextUrlEvent|Mouse interaction with a URL in a TextCtrl| </ins><span class="cx"> |TimerEvent|A timer expiration event| </span><span class="cx"> |TreeEvent|A tree control event| </span><span class="cx"> |UpdateUIEvent|A user interface update event| </span></span></pre></div> <a id="trunkwxruby2doctextiletextctrltxtl"></a> <div class="modfile"><h4>Modified: trunk/...
2007 May 07
0
[1017] trunk/wxruby2/Changelog: Update changelog with 0.0.40 changes
...F) +- Misc documentation fixes (SL) +- 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...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...taObject.o obj/TextDropTarget.o obj/TextEntryDialog.o obj/TextUrlEvent.o obj/TextValidator.o obj/Timer.o obj/TimerEvent.o obj/TipProvider.o obj/TipWindow.o obj/ToggleButton.o obj/ToolBar.o obj/ToolBarToolBase.o obj/ToolTip.o obj/Toolbook.o obj/ToolbookEvent.o obj/TopLevelWindow.o obj/TreeCtrl.o obj/TreeEvent.o obj/Treebook.o obj/TreebookEvent.o obj/UpdateUIEvent.o obj/VListBox.o obj/VScrolledWindow.o obj/Validator.o obj/Window.o obj/WindowCreateEvent.o obj/WindowDC.o obj/WindowDestroyEvent.o obj/WindowDisabler.o obj/Wizard.o obj/WizardEvent.o obj/WizardPage.o obj/WizardPageSimple.o obj/XmlResource.o ob...
2006 Aug 18
10
TreeCtrl update
The previous TreeCtrl.i was very messy and just plain wrong, for instance it had GetFirstChild as depreciated when in fact only 1 version of it was depreciated not both. I changed GetFirstChild and GetNextChild to return an array of values to match the wxPython and wxPerl usage. I also noticed that wxTreeCtrl is inherited from wxControl on Windows and wxScrolledWindow on everything else so I #if
2005 Jul 31
5
SWIG compilation
The result of the compilation after installing swig results in lots of errors of the sort: WindowDisabler.obj : error LNK2001: unresolved external symbol _SWIG_Ruby_ConvertPtr I can see this is defined in rubydef.swg but I''m not sure why this isn''t just included in the files that need it. Can any swig experts tell me what I need to do to progress? I''m using
2004 Sep 28
9
Open call to try wxruby-swig
Hi Everyone, Over the past couple of weeks wxruby-swig has made a lot of progress. Over 100 classes have been added with attempts to mimic the existing wxruby interfaces. While still not as stable as wxruby, stability has increased dramatically. Finally, it has been built on Linux, Mac, and MSVC. This email is an invitation to try out wxruby-swig for yourself. The source code is in CVS and
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/