search for: busyinfo

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

Did you mean: bus_info
2006 Dec 24
0
[801] trunk/wxruby2/doc/textile: Explain how to use the block-style class methods in these classes
...o use the block-style class methods in these classes</pre> <h3>Modified Paths</h3> <ul> <li><a href="#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...
2006 Sep 15
1
Patch to BusyInfo.i
On OS X the version in HEAD causes a seg fault. Updated the busy method signature to match the wxWidgets header. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Jun 26
0
[1085] trunk/wxruby2/swig: Add checks and ruby exceptions for two common Wx::Window mistakes leading to
...gt;Log Message</h3> <pre>Add checks and ruby exceptions for two common Wx::Window mistakes leading to segfaults: instantiate outside of App.main_loop, and parent argument = nil</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2swigclassesBusyInfoi">trunk/wxruby2/swig/classes/BusyInfo.i</a></li> <li><a href="#trunkwxruby2swigcommoni">trunk/wxruby2/swig/common.i</a></li> <li><a href="#trunkwxruby2swigtypemapi">trunk/wxruby2/swig/typemap.i</a></li> </ul&...
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,...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...tivateEvent.o obj/Animation.o obj/AnimationCtrl.o obj/App.o obj/ArtProvider.o obj/AuiDockArt.o obj/AuiManager.o obj/AuiManagerEvent.o obj/AuiNotebook.o obj/AuiNotebookEvent.o obj/AuiPaneInfo.o obj/Bitmap.o obj/BitmapButton.o obj/BitmapComboBox.o obj/BitmapDataObject.o obj/BoxSizer.o obj/Brush.o obj/BusyInfo.o obj/Button.o obj/CalculateLayoutEvent.o obj/CalendarCtrl.o obj/CalendarDateAttr.o obj/CalendarEvent.o obj/Caret.o obj/CheckBox.o obj/CheckListBox.o obj/ChildFocusEvent.o obj/Choice.o obj/Choicebook.o obj/ChoicebookEvent.o obj/ClientDC.o obj/ClientDataContainer.o obj/Clipboard.o obj/CloseEvent.o o...
2006 Dec 24
0
[803] trunk/wxruby2/Changelog: Update with recent changes
...angelog&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 from SWIG tracking (Alex FEnton...
2006 Dec 31
0
[817] trunk/wxruby2/Changelog: Last changes of 2006!
...eCtrl 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 Fenton) </span><span...
2006 Oct 23
0
[709] trunk/wxruby2/samples/dialogs/dialogs.rb: Use paint method again, remove unnecessary global (Alex Fenton)
...; msg = "Font = %s, %i pt" % [ font.get_face_name, </span><span class="cx"> font.get_point_size ] </span><span class="lines">@@ -573,7 +567,7 @@ </span><span class="cx"> info = BusyInfo.busy("Working, please wait...", self) do </span><span class="cx"> </span><span class="cx"> for i in 0 ... 18 </span><del>- $app.yield() </del><ins>+ Wx::get_app.yield() </ins><s...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...Provider.o obj/AuiDefaultDockArt.o obj/AuiDockArt.o obj/AuiManager.o obj/AuiManagerEvent.o obj/AuiNotebook.o obj/AuiNotebookEvent.o obj/AuiPaneInfo.o obj/Bitmap.o obj/BitmapButton.o obj/BitmapComboBox.o obj/BitmapDataObject.o obj/BookCtrlBase.o obj/BookCtrlBaseEvent.o obj/BoxSizer.o obj/Brush.o obj/BusyInfo.o obj/Button.o obj/CalculateLayoutEvent.o obj/CalendarCtrl.o obj/CalendarDateAttr.o obj/CalendarEvent.o obj/Caret.o obj/CheckBox.o obj/CheckListBox.o obj/ChildFocusEvent.o obj/Choice.o obj/Choicebook.o obj/ChoicebookEvent.o obj/ClientDC.o obj/ClientDataContainer.o obj/Clipboard.o obj/ClipboardTextE...
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
2006 Aug 10
3
update on samples
Hi all Have been taking a look at the samples to see what''s broken. Not looking TOO bad overall, but a few problems we should try and tackle before alpha: Firstly, I have a few commits (minimal, dialogs, unicode) - anyone else been working on these or can I go ahead? One general issue is that many of the samples rely on being run from their own directory, but don''t enforce
2005 Feb 08
5
New Docs - One Look and a Partial Glance
Ok, same url as before: http://www.mktec.com/dev_www/wxruby-docs/ We aren''t at the second look yet (because i dont'' have arguments in the docs yet), but that is coming. This fixes the bug where classes after Image didn''t have any docs, and this fixes the issue where many methods weren''t documented (like the class Frame). Now the only methods that are not
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.
...OOSE) {|event| onDirChoose(event) } - evt_menu(DIALOGS_MODAL) {|event| onModalDlg(event) } - evt_menu(DIALOGS_MODELESS) {|event| onModelessDlg(event) } - evt_menu(DIALOGS_TIP) {|event| onShowTip(event) } - evt_menu(DIALOGS_PROGRESS) {|event| onShowProgress(event) } - evt_menu(DIALOGS_BUSYINFO) {|event| onShowBusyInfo(event) } - evt_menu(DIALOGS_FIND) {|event| onShowFindDialog(event) } - evt_menu(DIALOGS_REPLACE) {|event| onShowReplaceDialog(event) } - evt_find(-1) {|event| onFindDialog(event) } - evt_find_next(-1) {|event| onFindDialog(event) } - evt_find_replace(-1) {|ev...