Displaying 1 result from an estimated 1 matches for "get_root_id".
Did you mean:
get_root_uuid
2007 Sep 04
0
[ wxruby-Bugs-13640 ] Invalid value for TreeCtrl#get_root_id when TR_HIDE_ROOT style is set (MSW)
...spond 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_text , get_item_data, item_has_children etc nothing is returned.
-------------------...