kenton Messages: 4 Registered: September 2010 Location: Italy
Junior Member
Yes, the first day is the first day but i made some simple applications in codeblocks + wxwidgets so ...
The simplicity of this example amazed me !!
I have some questions:
- It's possible to view and edit the .lay file ?
- In the example we have a 2x2 matrix of "Tile" class, overrided from "ctrl" one. In my application the matrix will be nXn dependent to parameters gived by user runtime. So my question is: this 2x2 scheme is fixed or can be changed continuously runtime ?
I'm right thinking that i need something more graphic like? Maybe like the .lay display area of the "TheIDE". That display can show whatever we want and we can interact with it too.