search for: windowdisabl

Displaying 11 results from an estimated 11 matches for "windowdisabl".

Did you mean: windowdisabler
2006 Dec 24
0
[801] trunk/wxruby2/doc/textile: Explain how to use the block-style class methods in these classes
...="#trunkwxruby2doctextilebusycursortxtl">trunk/wxruby2/doc/textile/busycursor.txtl</a></li> <li><a href="#trunkwxruby2doctextilebusyinfotxtl">trunk/wxruby2/doc/textile/busyinfo.txtl</a></li> <li><a href="#trunkwxruby2doctextilewindowdisablertxtl">trunk/wxruby2/doc/textile/windowdisabler.txtl</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="trunkwxruby2doctextilebusycursortxtl"></a> <div class="modfile"><h4>Modified: tru...
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 Swigwin 1....
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,
2004 Sep 04
2
API Changes
I found some ugly legacy while working on wxruby-swig. wxBusyCursor, wxBusyInfo, and wxWindowDisabler all use a free method that directly calls the destructor. In the wxruby-swig version of these, I created a static method (named busy,busy, and disable) that runs an attached block while under the influence of the class. I suggest changing the wxruby we change API to match, and get rid of thei...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...bj/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/wx.o -pthread -Wl,-Bsymbolic-functions -lwx_gtk2u_stc-2.8 -lwx_gtk2u_gl-2.8 -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc...
2006 Dec 24
0
[803] trunk/wxruby2/Changelog: Update with recent changes
...TC (rev 802) +++ trunk/wxruby2/Changelog&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2006-12-24 12:34:06 UTC (rev 803) </span><span class="lines">@@ -1,3 +1,15 @@ </span><ins>+- Added MenuEvent class (Alex Fenton) +- Documented how to use WindowDisabler, BusyCursor & BusyInfo (Alex Fenton) +- Fixed TreeItemId == method (Alex Fenton) +- Moved TreeCtrl#traverse to wxSugar (Alex Fenton) +- Simplify some bits of XRC sample (Alex Fenton) +- Added some missing classes to parents.rb (Alex Fenton) +- Made find_window_xx etc return correct objects fr...
2006 Dec 31
0
[817] trunk/wxruby2/Changelog: Last changes of 2006!
...item images and fonts within TreeCtrl sample (Alex Fenton) +- Stock colours etc initialized at library load time, not app.on_init (Alex Fenton) </ins><span class="cx"> - Added MenuEvent class (Alex Fenton) </span><span class="cx"> - Documented how to use WindowDisabler, BusyCursor & BusyInfo (Alex Fenton) </span><span class="cx"> - Fixed TreeItemId == method (Alex Fenton) </span><ins>+- Fixed crasher with Bitmap#set_mask (Alex Fenton) </ins><span class="cx"> - Moved TreeCtrl#traverse to wxSugar (Alex F...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...oolBase.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 obj/RubyConstants.o obj/RubyStockObjects.o obj/Functions.o obj/Mac.o obj/wx.o -pthread -Wl,-Bsymbolic-functions -lwx_gtk2u_stc-2.8 -lwx_gtk2u_gl-2.8 -lwx_gtk2u_media-2.8 -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_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/
2006 Nov 13
7
[736] trunk/wxruby2/samples/dialogs/dialogs.rb: Fixed crashing bug in on_paint and made the code style more Ruby like.
...lt;span class="cx"> end </span><span class="cx"> end </span><span class="cx"> </span><del>- def onShowBusyInfo(event) </del><ins>+ def on_show_busy_info(event) </ins><span class="cx"> WindowDisabler.disable(self) do </span><span class="cx"> info = BusyInfo.busy("Working, please wait...", self) do </span><span class="cx"> </span><span class="lines">@@ -574,41 +573,41 @@ </span><span class=&quot...
2005 Aug 04
9
wxruby2 retooling
I finally gave up on swig 1.3.22, since it seems to be causing too many problems. Ubuntu breezy will have 1.3.24, so I''m retargeting wxruby2 to swig 1.3.24+. At the moment, I have 1.3.25 on my system, since that''s the current release. I''m finding all kinds of problems with the post-processors we have that clean up the .cpp files that swig creates. The