search for: hurni

Displaying 10 results from an estimated 10 matches for "hurni".

Did you mean: hrni
2009 Sep 03
24
wxRuby-2.0.1 release ?
Hi, What about releasing a new version shortly ? This is a long-awaited request from several users especially for recent ruby-1.9.1 versions on MinGW. Cheers. Chauk-Mean.
2008 May 26
0
[ wxruby-Feature Requests-20367 ] wxToolBarTool (wxToolBarToolBase) missing, thus anti-OO
Feature Requests item #20367, was opened at 26/05/2008 16:32 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=20367&group_id=35 Category: Missing class(es) Group: None Status: Open Priority: 3 Submitted By: Pascal Hurni (phi) Assigned to: Kevin Smith (qualitycode) Summary: wxToolBarTool (wxToolBarToolBase) missing, thus anti-OO Initial Comment: The fact that WxToolBarTool is missing (these object represent a tool in a toolbar) makes it anti-OO and thus less rubyesque to manage toolbars. Toolbars are the last com...
2008 May 30
0
[ wxruby-Bugs-20446 ] Wx::ToolBar API changed in 1.9.7, new Wx::ToolBarTool doc missing
Bugs item #20446, was opened at 30/05/2008 12:13 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20446&group_id=35 Category: Incorrect or missing docs Group: None Status: Open Resolution: None Priority: 3 Submitted By: Pascal Hurni (phi) Assigned to: Alex Fenton (brokentoy) Summary: Wx::ToolBar API changed in 1.9.7, new Wx::ToolBarTool doc missing Initial Comment: Several methods in Wx::ToolBar used to return a position for the tool. This was not following wxWidgets API, but was done for easy integration of toolbars in wxRub...
2008 May 30
0
[ wxruby-Patches-20447 ] Add keyword constructor to new class Wx::ToolBarTool
Patches item #20447, was opened at 30/05/2008 12:45 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=220&aid=20447&group_id=35 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Pascal Hurni (phi) Assigned to: Nobody (None) Summary: Add keyword constructor to new class Wx::ToolBarTool Initial Comment: Wx::ToolBar API changed in 1.9.7. A new class modeling a single tool in a toolbar has come: Wx::ToolBarTool. Objects of this new class should also be created with keyword constructors li...
2008 Jun 02
0
[ wxruby-Bugs-20477 ] Wx::ListEvent#get_item crashes when navigating with the keypad
Bugs item #20477, was opened at 02/06/2008 10:34 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20477&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 3 Submitted By: Pascal Hurni (phi) Assigned to: Nobody (None) Summary: Wx::ListEvent#get_item crashes when navigating with the keypad Initial Comment: Having a ListCtrl with an ''item_selected'' event handler, and inside it calling get_item on the passed event object may crash. To reproduce the bug: If the fi...
2008 Jun 02
0
[ wxruby-Feature Requests-20483 ] un-deprecate EventConnector.listen in wx_sugar
Feature Requests item #20483, was opened at 02/06/2008 15:03 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=20483&group_id=35 Category: API improvement Group: None Status: Open Priority: 3 Submitted By: Pascal Hurni (phi) Assigned to: Kevin Smith (qualitycode) Summary: un-deprecate EventConnector.listen in wx_sugar Initial Comment: Please, remove deprecation of the listen method in module EventConnector. This method is very usefull for run-time created event handlers. Those handlers may not know the event na...
2009 May 01
0
[ wxruby-Bugs-25749 ] DateTimePicker#get_range badly swiged - General DateTime support
Bugs item #25749, was opened at 01/05/2009 21:46 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=25749&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Pascal Hurni (phi) Assigned to: Nobody (None) Summary: DateTimePicker#get_range 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...
2012 Sep 15
10
Versioning of Views; Our Approach
My friend Ben Willis and I have developed a gem for the versioning of Rails views. https://github.com/bwillis/versioncake The versioning is done by the naming convention. Image the following series of files : show.v3.json.jbuilder show.v2.json.jbuilder show.v1.json.jbuilder create.v2.json.jbuilder create.v1.json.jbuilder The developer pre-defines all view versions in their config. When a
2008 May 15
0
Reactive - The desktop application framework
I''m pleased to announce a new project: Reactive What is that? It''s a desktop application framework that is highly inspired by Rails. Thus it is MVC oriented and has built-in features like scaffolds. It currenty uses wx as it''s view system. The current release is pre-alpha, but you may already play with it. Refer to http://www.ruby-reactive.org for some help. Pascal
2011 Mar 29
0
Issue / code smell in AssociationProxy
I came across an issue in my code and after a hard debug session I found something that smells. First the context of my issue. I have a AR object that has a polymorphic belongs_to currently tied to nothing, I want to dump it to YAML. record.to_yaml This raises the following exception: TypeError: wrong argument type nil (expected Data) from