Re: [Lazarus] MDI - working implementation !?

2014-10-26 Thread Herwig Niemeyer
to provide patch. Let we see what it does. But IMO, win32 need ws implementation, part where mdiarea must be created and also mdichild handle. zeljko On Sat, Oct 25, 2014 at 10:25 AM, zeljko zel...@holobit.net mailto:zel...@holobit.net wrote: On 10/24/2014 02:03 PM, Herwig Niemeyer wrote

Re: [Lazarus] MDI - working implementation !?

2014-10-26 Thread Herwig Niemeyer
I hope, i found a workaround to the problems with MDIChildren in a MainForm/MDIForm. In my testprogram it looks all okay to me. But before i load up another patch perhaps someone does his/her own tests to make sure all is working fine.

[Lazarus] MDI - working implementation !?

2014-10-24 Thread Herwig Niemeyer
On transcribing an old Delphi-Program to a Lazarus-program i was in need do have working MDI-functions. I tried to implement them in customform.inc and they work fine with my program and in my environment. There are still some problematic spots in the code and i would appreciate comments/solutions