search for: brokentoy

Displaying 20 results from an estimated 486 matches for "brokentoy".

2007 May 07
1
[ wxruby-Bugs-10662 ] ClientDC paint not being shown on OS X with 2.8
Bugs item #10662, was opened at 2007-05-07 19:55 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=10662&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 4 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: ClientDC paint not being shown on OS X with 2.8 Initial Comment: Since moving to wxWidgets 2.8, drawing done with a ClientDC (outside a paint event, via the paint method) is not being shown until the window is invalidated, on OS X only. This can be s...
2008 May 20
0
[ wxruby-Bugs-20255 ] Instabilities on Linux - 1.9.7
Bugs item #20255, was opened at 2008-05-20 08:10 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20255&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 4 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Instabilities on Linux - 1.9.7 Initial Comment: Segfaults after opening and closing frames on GTK. See http://rubyforge.org/pipermail/wxruby-users/2008-May/003916.html ============== require ''wx'' class ChildFrame < Wx::Frame...
2008 Jun 30
0
[ wxruby-Feature Requests-20905 ] Add MapXXX methods to Wx::Printout
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 visi...
2008 Jan 14
0
[ wxruby-Feature Requests-17086 ] Add event handling for HtmlWindow
Feature Requests item #17086, was opened at 2008-01-14 17:16 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=17086&group_id=35 Category: None Group: None Status: Open Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Add event handling for HtmlWindow Initial Comment: As of wxWidgets 2.8, the approach to handling clicking and hovering interaction with the displayed contents has changed. Instead of the old way (over-riding virtual methods), there are now event types...
2008 Jan 15
0
[ wxruby-Bugs-17108 ] Checkboxes not showing in GraphicsContext example
Bugs item #17108, was opened at 2008-01-15 11:28 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=17108&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: Checkboxes not showing in GraphicsContext example Initial Comment: In the GraphicsContext example in samples/drawing, there is meant to be two checkboxes visible to control showing rectangles and showing corners. These appear correctly on MSW, but ar...
2008 Jan 18
0
[ wxruby-Bugs-17209 ] MenuItem#get_label_text and MenuItem#get_label_from_text
Bugs item #17209, was opened at 2008-01-18 15:18 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=17209&group_id=35 Category: Missing API call Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: MenuItem#get_label_text and MenuItem#get_label_from_text Initial Comment: Missing MenuItem methods ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&ati...
2008 Jan 21
0
[ wxruby-Bugs-17251 ] Wx::Window#set_handle and Wx::Window#associate_handle
Bugs item #17251, was opened at 2008-01-21 00:20 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=17251&group_id=35 Category: Missing API call Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Wx::Window#set_handle and Wx::Window#associate_handle Initial Comment: See if these will work (Windows only) ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=deta...
2008 Jan 22
0
[ wxruby-Bugs-17390 ] Wx::Menu#get_menu_items
Bugs item #17390, was opened at 2008-01-22 07:42 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=17390&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: Wx::Menu#get_menu_items Initial Comment: Typemap needed for return value - currently opaque SWIG pointer ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&a...
2007 Dec 22
0
[ wxruby-Bugs-16519 ] crash with Submenus - need GC protection
Bugs item #16519, was opened at 2007-12-22 18:14 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16519&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 5 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: crash with Submenus - need GC protection Initial Comment: With submenus within MenuBars, if the menu contents are created using MenuItem and append_item to the submenu, the app will crash if the submenu is opened after GC has run Perhaps need a DISOW...
2007 Dec 28
0
[ wxruby-Bugs-16671 ] GridCellBoolEditor doesn''t work: pure virtual method
Bugs item #16671, was opened at 2007-12-28 14:55 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16671&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: GridCellBoolEditor doesn''t work: pure virtual method Initial Comment: - GridCellBoolEditor doesn''t work. Error message: "Swig director pure virtual method called wxGridCellEditor::Create (RuntimeError)" also - GridCellBol...
2007 Dec 28
0
[ wxruby-Bugs-16672 ] Compile error on Linux with URLDataObject.cpp
Bugs item #16672, was opened at 2007-12-28 15:20 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16672&group_id=35 Category: Compile/build Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Compile error on Linux with URLDataObject.cpp Initial Comment: % gcc --version gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-59) g++ -c -I/home/rwa/linux-packages/wxGTK- 2.8.7-static/lib/wx/include/gtk2-ansi-release-static-2.8 -I/home/rwa/linux-p...
2007 Oct 24
0
[ wxruby-Bugs-15023 ] Wx::Sound docs are incomplete
Bugs item #15023, was opened at 2007-10-24 18:52 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=15023&group_id=35 Category: Incorrect or missing docs Group: None Status: Open Resolution: None Priority: 2 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Wx::Sound docs are incomplete Initial Comment: The docs are truncated, and also not linked to from the index page ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func...
2007 Oct 24
0
[ wxruby-Bugs-15024 ] StyledTextEvent does not inherit from Wx::Event
Bugs item #15024, was opened at 2007-10-24 18:54 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=15024&group_id=35 Category: Missing API call Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: StyledTextEvent does not inherit from Wx::Event Initial Comment: Wx::StyledTextEvent does not inherit from Wx::Event; this is probably because it''s bundled up inside swig/classes/include/wxStyledTextCtrl. Should probably be fixed by giving it...
2007 Sep 04
0
[ wxruby-Bugs-13640 ] Invalid value for TreeCtrl#get_root_id when TR_HIDE_ROOT style is set (MSW)
Bugs item #13640, was opened at 2007-09-04 07:58 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=13640&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: Invalid value for TreeCtrl#get_root_id when TR_HIDE_ROOT style is set (MSW) Initial Comment: When a TreeCtrl is created with the TR_HIDE_ROOT style, the id values returned by add_root and get_root_id are invalid (-65636) - if passed back into get_item...
2007 Sep 07
0
[ wxruby-Bugs-13734 ] Problem with TreeCtrl#get_first_child and #get_next_child on MSW
Bugs item #13734, was opened at 2007-09-07 05:43 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=13734&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 4 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Problem with TreeCtrl#get_first_child and #get_next_child on MSW Initial Comment: On Windows, the "cookie" value does not seem to be getting returned correctly when looping over children in TreeCtrl. It is always returned as 0 - this can be...
2007 Aug 01
0
[ wxruby-Bugs-12747 ] Crash on exit
Bugs item #12747, was opened at 2007-08-01 17:31 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=12747&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: Crash on exit Initial Comment: With 1.9.0 on windows, the etc/activation sample crashes on exit if it is closed by closing each window in turn ---------------------------------------------------------------------- You can respond by visiting: http...
2007 Aug 01
0
[ wxruby-Bugs-12748 ] ObjectPreviouslyDeleted error when exiting bigdemo
Bugs item #12748, was opened at 2007-08-01 17:32 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=12748&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: ObjectPreviouslyDeleted error when exiting bigdemo Initial Comment: On Windows and Linux, an ObjectPreviouslyDeleted exception is sometimes raised when closing the bigdemo. This appears to be triggered only if a part of bigdemo which displays a separa...
2007 Aug 01
0
[ wxruby-Bugs-12751 ] text/unicode sample layout garbled on MSW
Bugs item #12751, was opened at 2007-08-01 18:00 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=12751&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: text/unicode sample layout garbled on MSW Initial Comment: The widgets in the text/unicode sample are laid out all wrong and bunched up on MSW, with 1.9.0 ---------------------------------------------------------------------- You can respond by visi...
2007 Jul 18
0
[ wxruby-Bugs-12360 ] TreeCtrl#on_compare_items not working on MSW
Bugs item #12360, was opened at 2007-07-18 08:24 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=12360&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#on_compare_items not working on MSW Initial Comment: If a TreeCtrl defines a custom on_compare_items method, this is not called when the tree is sorted on MSW. This works correctly on OS X and Linux. The following note in the wxWidgets heade...
2007 Jul 27
0
[ wxruby-Bugs-12610 ] Possible crash with EvtHandler.add_pending_evemt and custom event class
Bugs item #12610, was opened at 2007-07-27 00:29 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=12610&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 2 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Possible crash with EvtHandler.add_pending_evemt and custom event class Initial Comment: If a custom event sets associated client_data using set_client_data, and then the event is queued using EvtHandler#add_pending_event the client_data may be premat...