Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: kencamargo on February 01, 2009, 10:21:50 pm

Title: Possible bug in wxSmith - wrong event with wxListBook
Post by: kencamargo on February 01, 2009, 10:21:50 pm
(svn 5380, Ubuntu 8.10)

I am using a wxListBook, and it generated a wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED macro for checking if it changed, instead of wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED. The former is also the event (incorrectly) shown in the property list.

Ken
Title: Re: Possible bug in wxSmith - wrong event with wxListBook
Post by: byo on February 02, 2009, 08:20:16 pm
Fixed in svn head.
Thanks for feedback.

Regards
  BYO
Title: Re: Possible bug in wxSmith - wrong event with wxListBook
Post by: kencamargo on February 03, 2009, 05:19:29 pm
Fixed in svn head.
Thanks for feedback.

Regards
  BYO

Wow, that was quick. :)
Thank *you* for the wonderful tool.

Ken