Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: iw2nhl on July 18, 2006, 06:35:38 pm

Title: Bug in wxSmith wizard dialog
Post by: iw2nhl on July 18, 2006, 06:35:38 pm
In nigtly build of 12 July 2006 (rev 2740) I found a bug and I wrote it as a comment in the niglty build topic:
http://forums.codeblocks.org/index.php?topic=3533.msg27831#msg27831
I never had an answer, but in the nigtly build of 14 July 2006 (rev 2751) I read in the "Resolved Fixed:" this:
Quote
Old wxSmith:
* Fixed bug with disabled wizard dialog when invalid project configuration
So, may be it was related to that bug.

With today build (17 July rev 1758) I tried to verified it was solved, but I noticed that the bug was only partially resolved:
 - the dialog is no more disabled (you can close it) -> OK
 - the message is still wrong -> NOT OK
 - the message is shown only once (clicking OK twice does nothing)
 - now the wizard is not usable at all, also if all fields are correctly filled, clicking on OK does nothing!

So the bug is different, but still there and worst than before!
Title: Re: Bug in wxSmith wizard dialog
Post by: byo on July 19, 2006, 01:34:16 am
To main developers: Could wxSmith wizard be moved into projectwizard plugin? It seems to be very buggy and currently I don't have time to work on it :/
Title: Re: Bug in wxSmith wizard dialog
Post by: iw2nhl on July 19, 2006, 01:46:37 am
Can you tell me what are the source files that (probably) contain that bug?
So I can try to make it at least work.

Thanks!