I like to use 'Choose' class to draw general list viewer in IDA,
but it doesn't support multi-column view.
After reading 'kernwin.hpp' files in IDA SDK, I realized that
I should use choose2() instead of choose().
However, idapython do not have choose2() function,
because 'kernwin.i' doesn't have the prototype for that function.
Which SDK Version did you use to generate interface files ?
Original issue reported on code.google.com by lifeasag...@gmail.com on 27 Mar 2008 at 5:37
Original issue reported on code.google.com by
lifeasag...@gmail.com
on 27 Mar 2008 at 5:37