Re: [Lazarus] Updated Compiler Dialog

2009-08-03 Thread Graeme Geldenhuys
Andrew Brunner wrote: Any comments? It looks much better than the current one, but where is the "Compiling...", "Linking..." and "Success..." status updates going to appear? At the top where it is written in bold, "Building Console.lpr"? Also, I think maybe the counters could all be in bl

Re: [Lazarus] Updated Compiler Dialog

2009-08-03 Thread Andrew Brunner
I don't recall changing colors of Warnings or Hints or Errors. But Warnings should be in Orange. On Mon, Aug 3, 2009 at 4:28 PM, Henry Vermaak wrote: > 2009/8/3 Andrew Brunner : >> I've updated the Build dialog screen and wanted feedback on the changes. >> >> Other than adding commas to the line

Re: [Lazarus] Updated Compiler Dialog

2009-08-03 Thread Henry Vermaak
2009/8/3 Andrew Brunner : > I've updated the Build dialog screen and wanted feedback on the changes. > > Other than adding commas to the line count, I organized the borders to > make the dialog look more modern and streamlined. > > I was wanting to capture more of a real-time stat on line count b/c

Re: [Lazarus] Updated Compiler Dialog

2009-08-03 Thread Lord Satan
On Mon, 3 Aug 2009 10:17:33 -0500 Andrew Brunner wrote: > I've updated the Build dialog screen and wanted feedback on the changes. > Any comments? Like it, want it. shaitan -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-p

[Lazarus] Application refuses to create console in Win32

2009-08-03 Thread Felipe Monteiro de Carvalho
Hello, In a simple app for win32 I am getting a funny situation. It refuses to create the console, so it given an error in the first WriteLn. I have set and unset many time the -WR option to make sure it's off, and in "Show compiler options" it doesn't appear, but somehow Lazarus is activating it,

Re: [Lazarus] Mac OS X : Drag n Drop within TListBox not working correctly..

2009-08-03 Thread dominique
Doh! Senility taking a firm hold. Dominique. On Mon, 3 Aug 2009 04:45:42 +, dmitry boyarintsev wrote: >> Anyone else seeing this? Should I Mantis it? > no need: http://bugs.freepascal.org/view.php?id=12545 -- ___ Lazarus mailing list Lazarus@list

Re: [Lazarus] Problem with syncompletion.pas

2009-08-03 Thread Martin
Zaher Dirkey wrote: syncompletion.pas in synedit component 1 - in TSynBaseCompletionForm class What for FAnsi: boolean; property ffAnsi: boolean read fansi write fansi; 2 -same for TSynBaseCompletion RFAnsi: boolean; SFAnsi: boolean; property AnsiStrings: boolean read SFAnsi wri

[Lazarus] Updated Compiler Dialog

2009-08-03 Thread Andrew Brunner
I've updated the Build dialog screen and wanted feedback on the changes. Other than adding commas to the line count, I organized the borders to make the dialog look more modern and streamlined. I was wanting to capture more of a real-time stat on line count b/c FPC does parse includes. It would

[Lazarus] Problem with syncompletion.pas

2009-08-03 Thread Zaher Dirkey
syncompletion.pas in synedit component 1 - in TSynBaseCompletionForm class What for FAnsi: boolean; property ffAnsi: boolean read fansi write fansi; 2 -same for TSynBaseCompletion RFAnsi: boolean; SFAnsi: boolean; property AnsiStrings: boolean read SFAnsi write RFAnsi; If not use

[Lazarus] [PATCH] TComboBox on WinCE

2009-08-03 Thread Zaher Dirkey
This patch for wince, just copy and past from win32 to fix ComboBox drop down height when items count changed . Thanks in advanced -- Zaher Dirkey combobox_wince.patch Description: Binary data -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepasc

Re: [Lazarus] Debugging and Structured Data Arrays

2009-08-03 Thread Andrew Brunner
Thanks guys. I just wrote a toFile method for all StringArrays. And place a toFile call to inspect them. Seems easier for now. I'm sure at some point the debugger or inspector will start working :-) On Sun, Aug 2, 2009 at 5:56 PM, Martin wrote: > Andrew Brunner wrote: >> >> Thanks Silvio, >>

Re: [Lazarus] Lazarus does not compile project - settings tweak required

2009-08-03 Thread Graeme Geldenhuys
Mattias Gärtner wrote: I added a warning. Thanks Mattias. :) Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fpgui/ -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepas

Re: [Lazarus] Lazarus does not compile project - settings tweak required

2009-08-03 Thread Mattias Gärtner
Zitat von Graeme Geldenhuys : Hi, Last night I found something string with Lazarus 0.9.27. I compile or 'build all' my project. Lazarus reports that the project compiled successfully, yet the project wasn't compiled. I even added a compiler error in my code and did a build all and yet L

[Lazarus] Lazarus does not compile project - settings tweak required

2009-08-03 Thread Graeme Geldenhuys
Hi, Last night I found something string with Lazarus 0.9.27. I compile or 'build all' my project. Lazarus reports that the project compiled successfully, yet the project wasn't compiled. I even added a compiler error in my code and did a build all and yet Lazarus still said everything compil