Re: [MSEide-MSEgui-talk] MSElang, status

2014-12-03 Thread Michael Schnell
On 12/03/2014 02:21 AM, Marcos Douglas wrote: > > If I understood right, your team still working with Delphi but for new > code they are using FPC and these codes need to work on Delphi and > FPC, right? They are not at all working with fpc (and hardly know what exactly fpc is) . But it would mak

Re: [MSEide-MSEgui-talk] MSElang, status

2014-12-03 Thread Marcos Douglas
On Wed, Dec 3, 2014 at 7:04 AM, Michael Schnell wrote: > On 12/03/2014 02:21 AM, Marcos Douglas wrote: >> >> If I understood right, your team still working with Delphi but for new >> code they are using FPC and these codes need to work on Delphi and >> FPC, right? > > They are not at all working w

Re: [MSEide-MSEgui-talk] MSElang, status

2014-12-03 Thread Michael Schnell
On 12/03/2014 01:38 PM, Marcos Douglas wrote: > I hope to FPC team forget Delphi and follow your own way. There is no fpc team. The only goal is porting the huge project to Linux. A complete re-implementation is not possible (worth some 50 man-years) -Michael ---

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-03 Thread Fred van Stappen
> 'Project'-'Make 4', it has no debuginfo and uses smartlinking, > see 'Project'-'Make'-'Make Options'. I assume you use 3.4 not 3.6? Because > 3.6 uses a separate *.dbg file for debuginfo by default. > 32 bit executables are smaller. The size of 32 bit MSEide is 6.3Mb, MSEide is > a big proje

[MSEide-MSEgui-talk] fpdoc help: Graeme, Martin

2014-12-03 Thread Patrick Goupell
Hello, I am getting the following error from fpdoc. I don't know if this is an fpdoc bug or an fpdoc design issue. The fpdoc input file project1.xml: The fpdoc output: fpdoc --project=project1.xml FPDoc - Free Pascal Documentation Tool Version 2.6.4 [2014/03/03] (c) 2000

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-03 Thread Martin Schreiber
On Wednesday 03 December 2014 16:01:29 Fred van Stappen wrote: > > Hum, do you think that split MSEide into a code editor and a msegui > designer is doable ? > What means "split"? A standalone source editor and a standalone form designer? For a standalone source editor the form designer units must

Re: [MSEide-MSEgui-talk] fpdoc help: Graeme, Martin

2014-12-03 Thread Martin Schreiber
On Wednesday 03 December 2014 16:51:49 Patrick Goupell wrote: > mseide/lib/common/kernel/msescrollbar.pas(253,67): Expected "," or ":" > at token "." in file mseide/lib/common/kernel/msescrollbar.pas at line > 253 column 67 > Writing 46 pages... > Using built-in CSS file > Creating plus image > Cre

Re: [MSEide-MSEgui-talk] fpdoc help: Graeme, Martin

2014-12-03 Thread Graeme Geldenhuys
On 2014-12-03 15:51, Patrick Goupell wrote: > I am getting the following error from fpdoc. I don't know if this is an > fpdoc bug or an fpdoc design issue. Use fpdoc from FPC trunk (2.7.1). The fcl-parser packages seems a lot more up to date and it works just fine across all the MSEgui source co

Re: [MSEide-MSEgui-talk] smooth animation

2014-12-03 Thread misu kun
btw , what's the advantage of using tpaintbox over simplewidget ? in term of optimization thanks 2014-11-30 17:36 UTC+01:00, misu kun : > wow , thanks again > > 2014-11-30 16:18 UTC+01:00, Martin Schreiber : >> Am 30.11.2014 15:44, schrieb Martin Schreiber: >>> >>> to_highres is on the way BTW.

Re: [MSEide-MSEgui-talk] smooth animation

2014-12-03 Thread Martin Schreiber
On Thursday 04 December 2014 08:43:07 misu kun wrote: > btw , what's the advantage of using tpaintbox over simplewidget ? tpaintbox has more published event properties. Earlier tsimplewidget had no onpaint event IIRC. I plan to inherit tpaintbox from tscrollbox in order to have a scrollbar frame