search for: wxdatetim

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

Did you mean: wxdatetime
2007 Apr 13
0
[961] branches/wxruby2/wxwidgets_282/swig: Move wxDateTime typemap into shared file, map to core Time class instead
...px 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>[961] branches/wxruby2/wxwidgets_282/swig: Move wxDateTime typemap into shared file, map to core Time class instead</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>961</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-04...
2007 Jun 25
0
[1072] trunk/wxruby2/swig/shared/datetime.i: Add typemap for DateTime::WeekDay; plug mem leak with wxDateTime arg
...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>[1072] trunk/wxruby2/swig/shared/datetime.i: Add typemap for DateTime::WeekDay; plug mem leak with wxDateTime arg</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1072</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-06-25 19:57:35 -0400 (Mon, 25 Jun 2007)</dd> &lt...
2003 Oct 27
5
Windows Build - Down to Run Time Errors
...ts before I tackle this tomorrow. I''m running the same app "minimal.rb" E:\Dev\RubyDev\wxruby\samples\minimal>ruby minimal.rb 18:24:27: Debug: E:\Dev\RubyDev\wxWindows-2.4.1/include\wx/datetime.h(1445): ass ert "t1.IsValid() && t2.IsValid()" failed: invalid wxDateTime minimal.rb:52:in `OnInit'': uninitialized constant RbApp::Point (NameError) from minimal.rb:59:in `initialize'' from minimal.rb:59:in `new'' from minimal.rb:59 E:\Dev\RubyDev\wxruby\samples\minimal> Curt
2003 Dec 31
3
Whoo Hoo! I got a working Windows Build of wxRuby
...ich is an alias for wxInvalidDateTime). I don''t want to turn off wxWindows asserts because they provide tremendous value. Could you modify our date/time object to initialize with a valid value to avoid this assert? If not, then I am going to hack wxWindows to remove the asserts for invalid wxDateTime. Below I copied the console log from running a couple sample apps so that you can see these asserts (the main problem is that each assert generates both a console log line *and* pop-up dialog box). Curt E:\Dev\RubyDev\wxruby\samples\minimal> E:\Dev\RubyDev\wxruby\samples\minimal>ruby not...
2004 Apr 25
2
wxruby-swig 0.0.9
More progress on wxruby-swig. Nothing too exciting. It now support 36 classes, compared to the (apparently) 139 supported by wxRuby 0.3. A working version of the calendar sample is included. I made several changes to the sample. I have tentatively decided *not* to wrap the wxDateTime class, and instead to automatically convert to/from Ruby''s own DateTime class. My logic is that in any case where Ruby has an adequate class, we should use it instead of the corresponding wx class. I''m not sure if this is the right decision or not, but it is consistent with...
2009 May 01
0
[ wxruby-Bugs-25749 ] DateTimePicker#get_range badly swiged - General DateTime support
...ge badly swiged - General DateTime support Initial Comment: DateTimePicker#get_range badly swig''ed - General DateTime support I recently had to use a DatePickerCtrl in my project, everything seemed to be okay, but it was not. There were some problems: 1. Invalid objects. In WxWidgets a wxDateTime may be invalid (containing no valid date). This is used throughout the API. For DatePickerCtrl it is used to set the date to "none" (only possible with the style DP_ALLOWNONE) and by the way, to get back this value. In Ruby Time objects may not be invalid, they are always valid. So we mi...
2005 Jul 26
10
Patch for wxRuby2
...and line 11 in fixmainmodule.rb to mWx from mWxruby2. Also changed mWx in functions.i and XmlResource.i - Added the xrc example program (again) - Added typemap to finally get wxItemKind working correctly, gets rid of my fixedswigcode.rb hack. - Added the wxMenuItem class. - Added a type check for wxDateTime so CalendarCtrl now works properly with ruby class DateTime. - Changed $DEBUG in extconf.rb to $DEBUG_BUILD, for some reason it was clashing with mkmf on Windows. - Added wxBeginBusyCursor and wxEndBusyCursor to functions.i - Added wxToolTip class. - Many missing methods for existing classes. - Sl...
2007 Jun 25
0
[1071] trunk/wxruby2/swig/classes/include/wxCalendarEvent.h: Added missing SetWeekDay method
...he MIT-style wxruby2 license </span><span class="cx"> </span><span class="cx"> </span><span class="lines">@@ -9,6 +9,7 @@ </span><span class="cx"> public: </span><span class="cx"> const wxDateTime& GetDate() const; </span><span class="cx"> wxDateTime::WeekDay GetWeekDay() const; </span><ins>+ void SetWeekDay(wxDateTime::WeekDay day); </ins><span class="cx"> </span><span class="cx"> // override pure virtu...
2007 Apr 03
2
CalendarCtrl.date not working?
I finally got my CheckListBoxes under control (thanks Alex& Phil) and have moved on to tackling the CalendatCtrl. This one seemed pretty easy when I was reading through the documentation but I cannot retrieve the selected date. I have the following code: def initialize... ... @calendar = panel.add(Wx::CalendarCtrl[]) panel.add(Wx::Button[:label => ''test'']) do
2004 May 02
6
Progress on wxruby-swig segfaults
It has been a frustrating couple days. I have been tracking down the bug where any wxruby-swig app will crash/segfault upon exit. Yesterday, I fixed the problem where the App object was being freed twice. Today, after several hours of debugging, I discovered that the Frame object is also being deleted twice (for a different reason). I have asked Lyle Johnson for some guidance, because it is
2013 Aug 31
6
wxruby and wxwidget-2.9.5 latest
is there a way to have wxwidget-2.9 working with ruby ? seems that the latest wxwidget is better for use with mac osx... so, there is many widget who are not been implemented in the last version of wxruby... like wxFilePickerCtrl (and other). Also, it seems like the wxruby project is dead since 2009. Is it right ? So, do you know if someone seriously have intention to follow the project or is it