Author Topic: Possible bug in wxSmith - wrong event with wxListBook  (Read 4857 times)

Offline kencamargo

  • Multiple posting newcomer
  • *
  • Posts: 110
Possible bug in wxSmith - wrong event with wxListBook
« 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

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: Possible bug in wxSmith - wrong event with wxListBook
« Reply #1 on: February 02, 2009, 08:20:16 pm »
Fixed in svn head.
Thanks for feedback.

Regards
  BYO

Offline kencamargo

  • Multiple posting newcomer
  • *
  • Posts: 110
Re: Possible bug in wxSmith - wrong event with wxListBook
« Reply #2 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