Re: [MSEide-MSEgui-talk] MSE and XLib.

2017-09-08 Thread fredvs
Hello Martin. Did you know that you may combine static + dynamic linking? I mean, take the advantage of static linking (adding some infos about the library in ELF, more safe, ...) and take the advantage of dynamic linking (using fast libdl.so library, change name/dir of the lib, etc ...). For

Re: [MSEide-MSEgui-talk] MSE and docking.

2017-09-08 Thread fredvs
> The size of the main form must be adjusted to the minimal sizes of the docked forms. Huh, it seems to be. > I'll take a look. OK, thanks. Other thing. I was successfully able to translate PThread.h into pascal dynamic loading header: ---> https://github.com/fredvs/dynx It works perfectly

Re: [MSEide-MSEgui-talk] MSE and docking.

2017-09-08 Thread Martin Schreiber
On Friday 08 September 2017 15:21:42 fredvs wrote: > Hello Martin. > > I have some trouble with myform.dragdock.dockto(). > > Sometimes the forms are not sized as wanted (see video). > > https://sites.google.com/site/fredvsbinaries/mse_dock2.mp4 > The size of the main form must be adjusted to the