Re: [lazarus] External Tools and Messages window

2007-09-21 Thread Tiziano_mk
Mattias Gaertner wrote: On Tue, 11 Sep 2007 12:12:29 +0200 Tiziano_mk [EMAIL PROTECTED] wrote: (reposted after problems with my subscription) It seems to me that if I check the Scan output for Free Pascal Compiler messages checkbox this should happen. Am I missing something important?

[lazarus] When does the main form show?

2007-09-21 Thread Jeff Steinkamp
I have come across a unique problem I do not quite understand. The point at which the main form shows on the screen does not seem to be the same between a project built under GTK1 in Linux, and the same exact code built and compiled for windows. In GTK1 as well and my Delphi6 (where the

[lazarus] Lazarus Codetools XML vs FPC XML

2007-09-21 Thread Tom Gregorovic
Hi, what is the difference between XML units from Lazarus Codetools (Laz_xmlread, Laz_dom, etc.) and FPC counterparts (XMLRead, DOM, etc.) and which one would prefer to use? Tom _ To unsubscribe: mail [EMAIL PROTECTED] with

[lazarus] TCheckListBox.PopupMenu

2007-09-21 Thread Roland Turcan
Hello [EMAIL PROTECTED] Could somebody explain me, why is not published property %subj%, but its ancestor TCustomListBox it has. Thanks. -- Best regards, TRoland http://www.rotursoft.sk http://exekutor.rotursoft.sk _ To

[lazarus] TTrayIcon was moved to lcl

2007-09-21 Thread Felipe Monteiro de Carvalho
Hello, The TTrayIcon component was moved to lcl. In the process of moving some things had to be changed, so everything needs to be retested. It would be nice if everyone using TTrayIcon could test if their programs work with the latest subversion Lazarus, and if problems are found, please submit

Re: [lazarus] Lazarus Codetools XML vs FPC XML

2007-09-21 Thread Mattias Gaertner
On Fri, 21 Sep 2007 10:16:09 +0200 Tom Gregorovic [EMAIL PROTECTED] wrote: Hi, what is the difference between XML units from Lazarus Codetools (Laz_xmlread, Laz_dom, etc.) and FPC counterparts (XMLRead, DOM, etc.) and which one would prefer to use? The laz_dom unit uses strings, the FPC dom

Re: [lazarus] UTF-8 input handling

2007-09-21 Thread zaher dirkey
I wonder how could Right-To-Left work on the code editor. You mean Right-To-Left in SynEdit, Especially in strings and comments. I think mixing LTR and RTL in same text will be complex to read it.

Re: [lazarus] When does the main form show?

2007-09-21 Thread Tobias Giesen
I am processing a number of routines in the FormActivate event I think it would be much better if you put a TTimer component on your form and put only Timer1.Enabled:=true into your FormActivate or FormShow event. Don't do lengthy processing in those events. Inside the timer execute event (such

Re: [lazarus] Lazarus Development blog

2007-09-21 Thread Павел Ишенин
Henry Vermaak wrote: On 21/09/2007, Vincent Snijders [EMAIL PROTECTED] wrote: Hi, Paul and me started a blog about Lazarus Development at http://lazarus-dev.blogspot.com/. It provides some backgrounds not suitable for an official news item and personal opinions. Vincent would it

Re: [lazarus] Lazarus Development blog

2007-09-21 Thread Henry Vermaak
On 21/09/2007, Vincent Snijders [EMAIL PROTECTED] wrote: Hi, Paul and me started a blog about Lazarus Development at http://lazarus-dev.blogspot.com/. It provides some backgrounds not suitable for an official news item and personal opinions. Vincent would it make sense to add a blogs

[lazarus] Lazarus Development blog

2007-09-21 Thread Vincent Snijders
Hi, Paul and me started a blog about Lazarus Development at http://lazarus-dev.blogspot.com/. It provides some backgrounds not suitable for an official news item and personal opinions. Vincent _ To unsubscribe: mail

Re: [lazarus] Lazarus Development blog

2007-09-21 Thread Michael A. Hess
On Fri, 21 Sep 2007, Henry Vermaak wrote: On 21/09/2007, Vincent Snijders [EMAIL PROTECTED] wrote: Hi, Paul and me started a blog about Lazarus Development at http://lazarus-dev.blogspot.com/. would it make sense to add a blogs link in the main menu on the website? (maybe under info)

[lazarus] JSON implementation

2007-09-21 Thread Michael Van Canneyt
Hi, For those that need JSON support (JavaScript Object Notation), I committed a hopefully complete implementation to packages/fcl-json. It contains demo programs and a fpcunit testsuite. There is a TJSONConfig component, similar to the TXMConfig component that comes with the XML implementation

Re: [lazarus] When does the main form show?

2007-09-21 Thread Jeff Steinkamp
- Original Message - From: Tobias Giesen [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Friday, September 21, 2007 04:44 Subject: Re: [lazarus] When does the main form show? I am processing a number of routines in the FormActivate event I think it would be much better if you put

[lazarus] App Localization

2007-09-21 Thread Luis Rodrigues
Hi, Is there any good translation tool? When i say good I mean that it finds all the strings on my project (in code and forms) and creates a list for me to translate. If there is only resourcestring i'm willing to make a better tool, any info on how to do this? Regards, Luís