[Lazarus] File open dialog doesn't work on an user account in Mac OS X

2009-02-17 Thread ghf03464
Hello, folks, I like to program in Pascal for so many years, dating back to th e Pascal/MT+, and greatly appreciate the FPC and Lazarus. Now I have a problem in using Lazarus on an user account in Mac OS X 10.4.11 ( Japanese). If I log-in on the administrator account, Lazarus and applications

Re: [Lazarus] Mercurial mirror not updating

2009-02-17 Thread Florian Klaempfl
Alexander Klenin schrieb: Since SVN r18698, about 35 hours ago. Fixed. ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Saving the user's form and component sizes

2009-02-17 Thread Reenen Laurie
Is there an easy way to save and load the user's form size and components that were resized using splitters? -- o__ ,_./ _ (_)_\(_)___ ...speed is good ___ I believe five out of four people have a problem with fractions. ___ Lazarus

[Lazarus] Delphi5 - Lazarus issues

2009-02-17 Thread jokraut...@bluemail.ch
Just recently I (Lazarus newcomer) converted a 4'500 lines tool for Finite Element mesh manipulations from Delphi 5 to Lazarus. 99.9% went extremely well (a big compliment to all contributers!), but 4 small differences made a little bit of headaches: 1. After finalisation of For I:=B To E

[Lazarus] SQLdb tab

2009-02-17 Thread David W Noon
I am running Lazarus 0.9.26 under Gentoo Linux 2.6.27 using gtk2 widgets. The Lazarus IDE did not have a SQLdb tab when I first installed it (using a Gentoo ebuild). I looked in /usr/share/lazarus[/components, etc.] and found that the units had not been built; after some experimentation I managed

Re: [Lazarus] Delphi5 - Lazarus issues

2009-02-17 Thread Marco van de Voort
On Tue, Feb 17, 2009 at 09:00:38PM +, jokraut...@bluemail.ch wrote: Just recently I (Lazarus newcomer) converted a 4'500 lines tool for Finite Element mesh manipulations from Delphi 5 to Lazarus. 99.9% went extremely well (a big compliment to all contributers!), but 4 small differences

Re: [Lazarus] Delphi5 - Lazarus issues

2009-02-17 Thread Hans-Peter Diettrich
jokraut...@bluemail.ch schrieb: 1. After finalisation of For I:=B To E Do... in Delphi is I=E+1, in Lazarus it is I=E. (I remember, that using a For loop counter after finalisation is not recommended, but...) The for loop counter is undefined after exit from the loop. Depending on

[Lazarus] How long/far are we with a TRichText?

2009-02-17 Thread Reenen Laurie
Hi, I guess the subject says it all. I'd like to have a component that supports *bold **italics* *underline* sizes and... well, maybe smileys (embedded images) etc. Is it part of the plan to have one, or will Lazarus not get one? Regards, -Reenen -- o__ ,_./ _ (_)_\(_)___ ...speed is

[Lazarus] TAChart: Delphi mode removal planned

2009-02-17 Thread Alexander Klenin
I plan to remove {$MODE DELPHI} and {$IFDEF fpc} from TAChart code, since it is useless for Delphi anyway. Is there any objection? -- Alexander S. Klenin ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] TAChart: Delphi mode removal planned

2009-02-17 Thread waldo kitty
Alexander Klenin wrote: I plan to remove {$MODE DELPHI} and {$IFDEF fpc} from TAChart code, since it is useless for Delphi anyway. Is there any objection? i can't speak to objections but what, if any, side-effects might there be?? ;) -- NOTE: NEW EMAIL ADDRESS!! _\/ (@@)

Re: [Lazarus] How long/far are we with a TRichText?

2009-02-17 Thread dmitry boyarintsev
I guess the subject says it all. I'd like to have a component that supports bold italics underline sizes and... well, maybe smileys (embedded images) etc. Is it part of the plan to have one, or will Lazarus not get one? There's RichView component available at Lazarus-CCR

Re: [Lazarus] TAChart: Delphi mode removal planned

2009-02-17 Thread Alexander Klenin
On Wed, Feb 18, 2009 at 16:27, waldo kitty wkitt...@windstream.net wrote: Alexander Klenin wrote: I plan to remove {$MODE DELPHI} and {$IFDEF fpc} from TAChart code, since it is useless for Delphi anyway. Is there any objection? i can't speak to objections but what, if any, side-effects