From noreply at rubyforge.org Mon Jun 2 04:34:12 2008 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Mon, 2 Jun 2008 04:34:12 -0400 (EDT) Subject: [wxruby-development] [ wxruby-Bugs-20477 ] Wx::ListEvent#get_item crashes when navigating with the keypad Message-ID: <20080602083412.B300518585C1@rubyforge.org> 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 first selection occurs with the keypad, no bug arise when navigating further with the keys. Once you select an item with the mouse, the next navigation keypress will crash. (well, only if you call get_item on the passed event object). This bug is new in 1.9.7, version 1.9.5 is fine. See attached example code to reproduce the bug. (I've only tested this on Windows) Pascal. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20477&group_id=35 From marlessonsa at gmail.com Mon Jun 2 07:25:03 2008 From: marlessonsa at gmail.com (Marlesson Santana) Date: Mon, 2 Jun 2008 08:25:03 -0300 Subject: [wxruby-development] App#process_message Message-ID: <2e1c95d50806020425v4b856becu2b73e112bad37e29@mail.gmail.com> how can rewrite the App # process_message to treat the messages of the system? wxruby -- Marlesson R. O. de Santana Graduando em Ci?ncias da Computa??o - UESC Programador Web -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at rubyforge.org Mon Jun 2 09:03:41 2008 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Mon, 2 Jun 2008 09:03:41 -0400 (EDT) Subject: [wxruby-development] [ wxruby-Feature Requests-20483 ] un-deprecate EventConnector.listen in wx_sugar Message-ID: <20080602130341.8ADB718585C9@rubyforge.org> 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 name very early, nor the exact ruby code to bind. I'm using listen in the reactive project (check it here on rubyforge). I also used it in an automatic event mapper for XRC loaded objects. Pascal. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=20483&group_id=35 From noreply at rubyforge.org Tue Jun 3 23:52:56 2008 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Tue, 3 Jun 2008 23:52:56 -0400 (EDT) Subject: [wxruby-development] [ wxruby-Bugs-20508 ] 1.8.7 on win32 ruby 1.8.6 fails because rake can't find 'extension' Message-ID: <20080604035256.2045418585C5@rubyforge.org> Bugs item #20508, was opened at 2008-06-03 23:52 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20508&group_id=35 Category: Installer problems Group: current Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: 1.8.7 on win32 ruby 1.8.6 fails because rake can't find 'extension' Initial Comment: I reinstalled ruby 1.8.6 from the one click installer and then did gem install wxruby like it says on the web page under installation instructions. Am I supposed to install a binary version of wxwidgets first? ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20508&group_id=35 From marlessonsa at gmail.com Thu Jun 5 10:17:54 2008 From: marlessonsa at gmail.com (Marlesson Santana) Date: Thu, 5 Jun 2008 11:17:54 -0300 Subject: [wxruby-development] MSWWindowProc in wxruby?! Message-ID: <2e1c95d50806050717n3fe3af38x1e67e65fe90e525@mail.gmail.com> What would be the function equal to MSWWindowProc() ( http://www.wxwidgets.org/docs/faqmsw.htm#handlewm) to wxruby? -- Marlesson R. O. de Santana Graduando em Ci?ncias da Computa??o - UESC Programador Web -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at rubyforge.org Fri Jun 20 11:44:35 2008 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Fri, 20 Jun 2008 11:44:35 -0400 (EDT) Subject: [wxruby-development] [ wxruby-Bugs-20754 ] get_scroll_pos doesn't work in darwin? Message-ID: <20080620154435.CEA8A18581BD@rubyforge.org> Bugs item #20754, was opened at 2008-06-20 11:44 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20754&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: get_scroll_pos doesn't work in darwin? Initial Comment: A code snippet def fc_fbox_click(event) ypos = (@fc_foundbox.get_scroll_pos(VERTICAL) || 0) + event.get_y lheight = text_extent('|', @font0)[1] ldoc = ypos / lheight ... works perfectly in win32 and linux 2.6 but not in OsX Leopard: ruby 1.8.6 (2007-09-24 patchlevel 111) [universal-darwin9.0] wxruby (1.9.7) get_scroll_pos(VERTICAL) returns nil or zero. Kind reagrds, frank w?ckener ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20754&group_id=35 From noreply at rubyforge.org Sat Jun 21 04:20:27 2008 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Sat, 21 Jun 2008 04:20:27 -0400 (EDT) Subject: [wxruby-development] [ wxruby-Bugs-20759 ] [BUG] object allocation during garbage collection phase Message-ID: <20080621082028.1DB8B18581AE@rubyforge.org> Bugs item #20759, was opened at 2008-06-21 04:20 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20759&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: [BUG] object allocation during garbage collection phase Initial Comment: Applications grash when I send the application window to background and forground again several times while a dialog window was opened and closed. Can be seen at the minimal.rb sample: > ruby -rubygems minimal.rb make the window biggewr, open "About"dialog, close it, send the applation window to the backgroung - so that it is hidden by an other window - and take it to the forground again. You will have to do this procedure several times. Then the application crashes with: /var/lib/gems/1.8/gems/wxruby-1.9.7-x86-linux/lib/wx/classes/app.rb:16: [BUG] object allocation during garbage collection phase ruby 1.8.7 (2008-05-31 patchlevel 0) [i486-linux] ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20759&group_id=35 From noreply at rubyforge.org Thu Jun 26 13:37:04 2008 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Thu, 26 Jun 2008 13:37:04 -0400 (EDT) Subject: [wxruby-development] [ wxruby-Bugs-20847 ] TreeCtrl#get_selections needs fixing for return type wxArrayTreeItemIds Message-ID: <20080626173704.910D718581D0@rubyforge.org> Bugs item #20847, was opened at 2008-06-26 17:37 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20847&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: TreeCtrl#get_selections needs fixing for return type wxArrayTreeItemIds Initial Comment: Should be returned as a simple ruby array of treeitemids (Integers) ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20847&group_id=35 From noreply at rubyforge.org Mon Jun 30 14:06:48 2008 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Mon, 30 Jun 2008 14:06:48 -0400 (EDT) Subject: [wxruby-development] [ wxruby-Feature Requests-20905 ] Add MapXXX methods to Wx::Printout Message-ID: <20080630180648.143EF18581B2@rubyforge.org> Feature Requests item #20905, was opened at 2008-06-30 18:06 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=20905&group_id=35 Category: Missing method(s) in class Group: None Status: Open Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Add MapXXX methods to Wx::Printout Initial Comment: These are convenience methods added in 2.8 that help with scaling DC elements for printout and preview ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=20905&group_id=35