Re: [Lazarus] Thanks for Lazarus

2013-06-11 Thread Erwin van den Bosch
+1 A big thanks for all those contributors who are bringing the magic to Pascal back! Thanks, Erwin Op 11-06-13 08:56, Reinier Olislagers schreef: Usually people only voice complaints and ideas for improvement, but I want to thank all contributors for an excellent, snappy IDE. I was just

Re: [Lazarus] New user interface for future major releases of Lazarus

2012-12-04 Thread Erwin van den Bosch
What is important for me is the height of the Editor window. I want to have as much as possible text visible in the editor. So any new interface should concentrate on putting things on de left and right site of the screen. With the editor maximised in the centre. The current Lazarus IDE does

Re: [Lazarus] Why doesn't this work?

2012-11-29 Thread Erwin van den Bosch
Op 29-11-2012 1:13, Maxim Ganetsky schreef: 29.11.2012 2:15, Erwin van den Bosch пишет: procedure TForm1.Button1Click(Sender: TObject); var iLastError: integer; begin iLastError:=10053; if iLastError in [10053, 10054] then Label1.Caption:='Yes, it works

[Lazarus] Why doesn't this work?

2012-11-28 Thread Erwin van den Bosch
procedure TForm1.Button1Click(Sender: TObject); var iLastError: integer; begin iLastError:=10053; if iLastError in [10053, 10054] then Label1.Caption:='Yes, it works!' else Label1.Caption:='No, it doesn''t work!'; // Output : No, it doesn''t work! end;

Re: [Lazarus] Lazarus 1.0 Release

2012-08-29 Thread Erwin van den Bosch
This is great news! This is best thing that happens after the release of Delphi 1. :-) I want to thank all the developers and everyone who have contributed to this project. You all did a great job! -- Erwin van den Bosch Op 29-08-12 19:51, Mattias Gaertner schreef: The Lazarus team

Re: [Lazarus] TDBGrid broken in svn fixes_0_9_30

2011-06-13 Thread Erwin van den Bosch
Op 13-6-2011 8:06, zeljko schreef: Same problem exist with trunk? I don't know. I'm on the stable branch. Just dropped an TDBGrid onto form and it looks ok (trunk lazarus). Zeljko, have you tested the fixes branch? I'm on the fixes branch. I will test the trunk tree today. (First some

Re: [Lazarus] TDBGrid broken in svn fixes_0_9_30

2011-06-13 Thread Erwin van den Bosch
Op 13-06-11 08:46, Erwin van den Bosch schreef: Op 13-6-2011 8:06, zeljko schreef: Same problem exist with trunk? I don't know. I'm on the stable branch. Just dropped an TDBGrid onto form and it looks ok (trunk lazarus). Zeljko, have you tested the fixes branch? I'm on the fixes branch. I

Re: [Lazarus] TDBGrid broken in svn fixes_0_9_30

2011-06-13 Thread Erwin van den Bosch
Op 13-06-11 12:40, zeljko schreef: Don't know, no time to test fixes_0_9_30 atm ... z. I compared the file lcl/interfaces/qt/qtwinapi.inc in fixes_0_9_30 with the one in trunk. Find a few lines of code that wasn't in the trunk tree. Fixed the bug in the attached patch. Regards, Erwin.

[Lazarus] TDBGrid broken in svn fixes_0_9_30

2011-06-12 Thread Erwin van den Bosch
TDBGrid does look weird and doesn't function anymore in svn: branches/fixes_0_9_30 Revision 31056 does work. Revision 31057 doesn't :-( fpc 2.4.2 Opensuse 11.2 x64 lazarus compiled for QT Regard, Erwin -- ___ Lazarus mailing list

Re: [Lazarus] TDBGrid broken in svn fixes_0_9_30

2011-06-12 Thread Erwin van den Bosch
Op 13-06-11 00:32, Bart schreef: Please define does not work and looks weird (attach screenshot perhaps). Can't you reproduce it? #DEFINE Does_not_work = Does not work at all. No grid lines. No header. Nothing. I can attach a screenshot but if you can't reproduce it a screenshot will

[Lazarus] Writing a custom lazarus dropdown control

2011-06-08 Thread Erwin van den Bosch
for that project. I have written a small Delphi app/unit with the main functionality. (Delphi 2007) http://download.fpc-lazarus.nl/DropdownCtrl.rar There is a compiled exe included. Please take a look at the code. Can it be done with Lazarus? Thanks! Regards, Erwin van den Bosch

[Lazarus] Compile error on Win7 x64

2010-12-15 Thread Erwin van den Bosch
Hello, I'm getting compile errors on the current SVN on Windows 7 x64 / fpc 2.4.3. Error: Can't overide method Realloc. No Int64 ...etc unit LCLMemManager; ... ... {$IF FPC_FULLVERSION20402} TStreamSizeType = PtrInt; {$ELSE} TStreamSizeType = Longint; {$IFEND} { TExtMemoryStream }

Re: [Lazarus] Compile error on Win7 x64

2010-12-15 Thread Erwin van den Bosch
Vincent, I will check that. Thanks for quick answer! Erwin Op 15-12-2010 17:03, Vincent Snijders schreef: 2010/12/15 Erwin van den Boscher...@deseine.nl: Hello, I'm getting compile errors on the current SVN on Windows 7 x64 / fpc 2.4.3. Error: Can't overide method Realloc. No Int64

[Lazarus] Can't compile Lazarus anymore

2010-04-17 Thread Erwin van den Bosch
I can't compile Lazarus anymore. (current svn trunk revision 24680) I use make clean all bigide On opensuse 11.1 X86_64 and I use gtk2 widgets, fpc 2.4.0 This is the error output: Compiling synhighlighterlfm.pas synhighlighterlfm.pas(720,13) Error: Illegal type conversion: ^untyped to

Re: [Lazarus] Can't compile Lazarus anymore

2010-04-17 Thread Erwin van den Bosch
That helped a bit. But also look at synhighlighterdiff.pas line 731. Same there. After that it compiles ok! Typecasting pointers is such fun in object pascal! Why don't we go back to c++? ;-) Groetjes, Erwin Op 17-04-10 21:12, Martin schreef: On 17/04/2010 20:01, Erwin van den Bosch wrote: I

[Lazarus] Planned Lazarus day in the netherlands?

2010-04-05 Thread Erwin van den Bosch
interesting! Erwin van den Bosch -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Planned Lazarus day in the netherlands?

2010-04-05 Thread Erwin van den Bosch
On 5-4-2010 22:15, Michael Van Canneyt wrote: Has someone a bit more info on this planned lazarus day? url? Date? Location? I think this is very interesting! See: http://www.blaisepascal.eu/ 26 june 2010 in the neighbourhood of Utrecht. Thanks! --

[Lazarus] Panel height property not working

2010-03-11 Thread Erwin van den Bosch
Hello, Have a strange problem since revision 23943. The compiler/build info dialog does not look good. The panels on that form have a height of 1 pixel. I build the ide with gtk2. Revision 23942 is working fine. Viewing the infobuild.lfm in an text editor shows the right height property values.