Bugs item #3571007, was opened at 2012-09-23 06:43
Message generated for change (Tracker Item Submitted) made by pgriddev
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462816&aid=3571007&group_id=51305
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: treelistctrl
Group: CVS HEAD
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ronan Chartois (pgriddev)
Assigned to: Ronan Chartois (pgriddev)
Summary: [wxTreeListCtrll] text search bugs
Initial Comment:
on behalf of Robert Majewski:
I started to use your widget (ver. 1208), and I think some lines are incorrect:
treelistctrl.cpp:3223 int col, col_start, col_end;
treelistctrl.cpp:3224 if (column >= 0) { col_start = col_end = col; }
"col" is uninitialized, so it shouldn't be used as initializer for "col_start"
and "col_end".
treelistctrl.cpp:3993 m_findStr.Append ((const char *)event.GetKeyCode());
event.GetKeyCode() returns int, so it shouldn't be casted to (const char*), my
program crashed in this line.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462816&aid=3571007&group_id=51305
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
wxCode-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxcode-users