Author Topic: multiple frames  (Read 49 times)

Offline cppuser

  • Multiple posting newcomer
  • *
  • Posts: 10
multiple frames
« on: Yesterday at 11:00:13 pm »
Hello all,
I have a proposal for codeblock devs. I have made a small example,  how to make an application test, in wxwidgets using wxaui, similar to codeblocks to have multiple frames.

To test the code, download the zip file,
inside the folder you have to provide wx3.2.10.zip/tar.bz2  in the root folder.
I am using cmake to build the source code. You need CMake application.
 
I am fan in writing code in multiple screens. And  the state of the codeblocks using wxaui panel are not suitable for manipulating the float panels like a regular window.

The code is not working 100%, I notice a bug in my latest test, when moving a panel to the main window.
Sorry for this, I will upload the another fixed version when I have the time.

I wrote you, all this post,
If you want me try to make codeblock working similar like my example.
The last two months I am slowly reading the codeblock code so I can contribute at some point.
I am not ready yet and I will need a ton of assistant.

Offline cppuser

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: multiple frames
« Reply #1 on: Yesterday at 11:09:41 pm »
I forgot to mention that the example works on windows, linux mint and macos.