Hello,
And it is not needed to redo the window (Form and buttons) in visual studio ?
++
David
That's right, the Form code is in a .cs Class, it does not use Visual Studio designer.
I Explicitly avoid Visual Studio compatibility as in Linux System.Windows.Form is implemented in a slight different manner than on windows (due to the mono framework).
As for Linux there is no Visual Designer, i have to code the interface byt hand, so if you have a look at my code you see some "automation" methods in the interface code, to save some lines of code and make the code more readable.
Some plugins didn't work on Linux and for me having a unique plugin instead of many is better to find out incompatibilities, a simple recompilation will point out the problems when Cambam version change (hoping it will retain Linux Compatibility).
Now I'm working on a modularized version fo Box Auto, i've rewritten almost from scratch most of the code, and I'm working on some modular routine to draw the crenelated side giving an arbitrary line, giving a start point, a length and the angle. (almost finished now)
Regards.