in reply to RFC for Tutorials: Using BoxSizer Layout Manager in wxPerl

thank you for sharing this, up until now, i was able to add buttons and execute sub routines, but the problem was if i had 4 buttons, they would all execute the same subroutine for some reason. I am gonna study this and make me a little gui for a tool i have been trying to script :)
Anyway, thanks for posting this :)
EDIT: didnt see this was from 2009 until now lol
  • Comment on Re: RFC for Tutorials: Using BoxSizer Layout Manager in wxPerl

Replies are listed 'Best First'.
Re^2: RFC for Tutorials: Using BoxSizer Layout Manager in wxPerl
by Anonymous Monk on Jun 02, 2014 at 09:38 UTC

    Hi James,

    did you get this sorted? I would guess you are not setting the button ID to -1 (which is the same as wxID_ANY).

    Regards

    Steve

      Yep, I did get it sorted, but I do have another question in which ill make a new thread about ;)