search for: get_number_from_user

Displaying 6 results from an estimated 6 matches for "get_number_from_user".

2007 Mar 27
0
[921] branches/wxruby2/wxwidgets_282/swig/Functions.i: Enable Wx::get_number_from_user to fix exception in samples/dialogs
...{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>[921] branches/wxruby2/wxwidgets_282/swig/Functions.i: Enable Wx::get_number_from_user to fix exception in samples/dialogs</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>921</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-03-27 14:09:14 -0400 (Tu...
2006 Jul 25
1
Added class wxNumberEntryDialog
I am trying to figure out why the Wx::get_number_from_user() function is not working in the caret demo when the parent is set to self, when set to nil it works fine. While playing around with it I added wxNumberEntryDialog, which it wraps, to see if the problem is in wxNumberEntryDialog or get_number_from_user. They both have the same problem so it is in...
2006 Aug 02
13
wxruby2 alpha release goals
Hi We''re all keen to get a release out, for lots of reasons: getting more people testing, showing people the progress we''ve made, etc. So I suggest that we now look to release an alpha version very soon, based pretty much on the current state of CVS plus pending check-ins. Sure, it has some bugs, some missing features and segfaults occasionally - but my experience on OS X
2007 May 07
0
[1017] trunk/wxruby2/Changelog: Update changelog with 0.0.40 changes
...consistency (SL) +- Cure a segfault on exit related to GC''ing of Wx::App (AF) +- Correct ListBox#get_selections signature in docs (AF) +- Disambiguate TreeCtrl#insert_item_before, add to docs (SL) +- Fix bugs in treectrl sample (SL) +- 2.8 API: DC, Dialog, DirDialog, Cursor (AF) +- Enable get_number_from_user function, fixing dialogs sample (AF) +- Added the AUI classes, docs and sample (AF) +- Corrected disambiguated method names in ComboBox docs (AF) +- Added note on use of ampersand in Wx::Control labels (AF) +- 2.8 API: Control, ComboBox, Colour (AF) +- Fixes to printing sample for 2.8 API (AF) +- F...
2008 Jan 08
28
1.9.3 release, rakefile
Hi I''d like to put out a 1.9.3 release perhaps later this week/weekend. If you have a chance to test the build and samples esp with latest rubygems, please do. There are still some bugs on the list, and samples to do, but this should address all the build/install probs that have come up. And it would be good to get some testing and feedback on some of the new classes. A note on the
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.
...an><span class="cx"> </span><span class="cx"> </span><del>- def onNumericEntry(event) </del><ins>+ def on_numeric_entry(event) </ins><span class="cx"> </span><span class="cx"> res = get_number_from_user( "This is some text, actually a lot of text.\n" + </span><span class="cx"> "Even two rows of text.", </span><span class="lines">@@ -302,7 +301,7 @@ </sp...