Re: [lazarus] LCL-interface boundary

2006-07-15 Thread Michael Van Canneyt
On Sat, 15 Jul 2006, Alexandre Leclerc wrote: > 2006/7/15, Mattias Gaertner <[EMAIL PROTECTED]>: > > And maybe: > > Under non windows linking the IDE only takes a few seconds. > > I heard the new internal linker under windows does the same. > > Yes, this is why I use svn FPC version (the moment

Re: [lazarus] LCL-interface boundary

2006-07-15 Thread Alexandre Leclerc
2006/7/15, Mattias Gaertner <[EMAIL PROTECTED]>: And maybe: Under non windows linking the IDE only takes a few seconds. I heard the new internal linker under windows does the same. Yes, this is why I use svn FPC version (the moment they are enought stable) because my code compiles very fast! Li

Re: [lazarus] LCL-interface boundary

2006-07-15 Thread Mattias Gaertner
On Sat, 15 Jul 2006 09:38:10 -0400 "Alexandre Leclerc" <[EMAIL PROTECTED]> wrote: > 2006/7/15, Mattias Gaertner <[EMAIL PROTECTED]>: > > Wrong. > > To play with the interface you only need to rebuild the interface. See > > below. > > Of course if you want to create a patch for us, then you should

Re: [lazarus] LCL-interface boundary

2006-07-15 Thread Alexandre Leclerc
2006/7/15, Mattias Gaertner <[EMAIL PROTECTED]>: Wrong. To play with the interface you only need to rebuild the interface. See below. Of course if you want to create a patch for us, then you should at least rebuild the IDE once and check, that your changes didn't broke anything. This raise a qu

Re: [lazarus] LCL-interface boundary

2006-07-15 Thread Mattias Gaertner
On Sat, 15 Jul 2006 13:54:21 +0200 Borut Maricic <[EMAIL PROTECTED]> wrote: > Thank you Mattias! > > I will explore it further probably on Sunday and would like > to place a few additional questions right now, so that I > will maybe find the answers when I come back today late at > night: > > >

Re: [lazarus] LCL-interface boundary

2006-07-15 Thread Borut Maricic
Thank you Mattias! I will explore it further probably on Sunday and would like to place a few additional questions right now, so that I will maybe find the answers when I come back today late at night: > Caption holds the value of the .lfm file, which will eventually be only > UTF-8. But at the m

Re: [lazarus] LCL-interface boundary

2006-07-15 Thread Mattias Gaertner
On Sat, 15 Jul 2006 10:17:54 +0200 Borut Maricic <[EMAIL PROTECTED]> wrote: > I just want to check something - please help... > > In the win32-case, in > C:\Lazarus\lcl\interfaces\win32\win32wscontrols.pp > one finds for example: > > procedure PrepareCreateWindow(const AWinControl: TWinControl;

[lazarus] LCL-interface boundary

2006-07-15 Thread Borut Maricic
I just want to check something - please help... In the win32-case, in C:\Lazarus\lcl\interfaces\win32\win32wscontrols.pp one finds for example: procedure PrepareCreateWindow(const AWinControl: TWinControl; var Params: TCreateWindowExParams); begin with Params do begin Flags := WS_CHILD o