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

wxWidget - Code::Block wxFrame copying

Started by donwazonesko, June 12, 2019, 07:31:15 AM

Previous topic - Next topic

donwazonesko

Hello!

Is it possible to copy few elements out of wxFrame - for example few buttons, and paste it into another wxFrame?

I need to create new wxFrame nearly similar to previous one, but with extra elements and i need to keep all the code within.

Best Regards,
Michael

BlueHazzard

I do not think that codeblocks support cross copy at the moment...

If you are careful AND MAKE BACKUP AND BACKUP AND BACKUPS OF BACKUPS
you can to try to copy the content in the wxs files. They are basically xml files and quite human readable. Do this with codeblocks closed. and as soon as you open the resource the c file should be updated.