Author Topic: bug on wxsmith  (Read 7602 times)

Offline blueshake

  • Regular
  • ***
  • Posts: 458
bug on wxsmith
« on: October 31, 2009, 12:56:23 pm »
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?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: bug on wxsmith
« Reply #1 on: November 17, 2009, 03:39:17 am »
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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: bug on wxsmith
« Reply #2 on: November 17, 2009, 08:19:32 pm »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline blueshake

  • Regular
  • ***
  • Posts: 458
Re: bug on wxsmith
« Reply #3 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.







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?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: bug on wxsmith
« Reply #4 on: November 18, 2009, 03:11:12 am »
Yes, I just do the same step as your screen shot :D, can't reproduce this bug.
« Last Edit: November 18, 2009, 03:19:35 am by ollydbg »
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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: bug on wxsmith
« Reply #5 on: November 18, 2009, 07:50:50 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ