News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

bug on wxsmith

Started by blueshake, October 31, 2009, 12:56:23 PM

Previous topic - Next topic

blueshake

hello,
when I create a wxwidget project by template with wxsmith.Then I just add a button to the panel.It seems that this move can not stop .The button was added over and over again.Did somebody meet this issue.see the screen shot.
using the latest svn.winXP system.
Keep low and hear the sadness of little dog.
I fall in love with a girl,but I don't dare to tell her.What should I do?

ollydbg

hi. I just tested, and can't reproduce this problem.

Which is the exactly steps?  Can you explain more?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

MortenMacFly

Quote from: ollydbg on November 17, 2009, 03:39:17 AM
hi. I just tested, and can't reproduce this problem.
Can't reproduce, too...?!
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

blueshake

1.build a project based on wxWidget template.
2.the main steps are the pictures as follows.
3.single click the button ,move the mouse and click the left button in the blank panel.







Keep low and hear the sadness of little dog.
I fall in love with a girl,but I don't dare to tell her.What should I do?

ollydbg

#4
Yes, I just do the same step as your screen shot :D, can't reproduce this bug.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

MortenMacFly

Quote from: blueshake on November 18, 2009, 03:02:48 AM
1.build a project based on wxWidget template.
2.the main steps are the pictures as follows.
3.single click the button ,move the mouse and click the left button in the blank panel.
i did that... it simply works. The only difference is that I am using a monolitic DLL setup, but that won't make a difference as this is just a linker option.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]