Re: [Lazarus] html output

2011-09-28 Thread PaulANormanNZ
Andreas Berger Andreas at TheBergerClan.org writes: Thank you all for the replies. I have some ideas on how to do it, but it will be a lot of work. If the client is willing to pay, I'll do it (and try to get permission to make it open source :) ), but I don't think he will want it that

Re: [Lazarus] Source and Editor woes

2011-09-28 Thread Martin
On 28/09/2011 02:48, Hans-Peter Diettrich wrote: Martin schrieb: The IDE shows a diff, if you select one of the files in the dialog. So you can check what changed. That turned out to be not really useful. It contained 5600 lines, IIRC, impossible to find out what's different and what's the

Re: [Lazarus] [OT] Pascal's Compilers.

2011-09-28 Thread Felipe Monteiro de Carvalho
On Tue, Sep 27, 2011 at 4:19 PM, Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: On Tue, Sep 27, 2011 at 4:01 PM, Lukasz Sokol el.es...@gmail.com wrote: do all languages get the same treatment on the shootout...? Or are some more even than others! The shootout is a

Re: [Lazarus] [OT] Pascal's Compilers.

2011-09-28 Thread Lukasz Sokol
On 28/09/2011 09:41, Felipe Monteiro de Carvalho wrote: On Tue, Sep 27, 2011 at 4:19 PM, Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: [...] It looks like the shootout was take over by trolls! And they made all efforts to make it look like it's /the/ thing to measure

[Lazarus] Problem to rename a form

2011-09-28 Thread Rafael Tuim Elias
I found a strange behavior in Lazarus IDE. To reproduce follow that steps: 1 - Create a new project. 2 - Rename Form1 to fmAINmENU 3 - Save all 4 - Try to rename the form to FMainMenu IDE doesn't permit. The error: This component has already the class TFPrint. I think it is a little bug. I'm

Re: [Lazarus] Problem to rename a form

2011-09-28 Thread silvioprog
2011/9/28 Rafael Tuim Elias rafaeltuimel...@gmail.com: I found a strange behavior in Lazarus IDE. To reproduce follow that steps: 1 - Create a new project. 2 - Rename Form1 to fmAINmENU 3 - Save all 4 - Try to rename the form to FMainMenu IDE doesn't permit. The error: This component has

Re: [Lazarus] Problem to rename a form

2011-09-28 Thread Howard Page-Clark
On 28/9/11 1:24, Rafael Tuim Elias wrote: I found a strange behavior in Lazarus IDE. To reproduce follow that steps: 1 - Create a new project. 2 - Rename Form1 to fmAINmENU 3 - Save all 4 - Try to rename the form to FMainMenu IDE doesn't permit. The error: This component has already the class

Re: [Lazarus] Problem to rename a form

2011-09-28 Thread silvioprog
2011/9/28 Howard Page-Clark h...@talktalk.net: On 28/9/11 1:24, Rafael Tuim Elias wrote: I found a strange behavior in Lazarus IDE. To reproduce follow that steps: 1 - Create a new project. 2 - Rename Form1 to fmAINmENU 3 - Save all 4 - Try to rename the form to FMainMenu IDE doesn't

Re: [Lazarus] Problem to rename a form

2011-09-28 Thread Mattias Gaertner
On Wed, 28 Sep 2011 09:24:28 -0300 Rafael Tuim Elias rafaeltuimel...@gmail.com wrote: I found a strange behavior in Lazarus IDE. To reproduce follow that steps: 1 - Create a new project. 2 - Rename Form1 to fmAINmENU 3 - Save all 4 - Try to rename the form to FMainMenu IDE doesn't

Re: [Lazarus] Problem to rename a form

2011-09-28 Thread silvioprog
2011/9/28 Mattias Gaertner nc-gaert...@netcologne.de: On Wed, 28 Sep 2011 09:24:28 -0300 Rafael Tuim Elias rafaeltuimel...@gmail.com wrote: I found a strange behavior in Lazarus IDE. To reproduce follow that steps: 1 - Create a new project. 2 - Rename Form1 to fmAINmENU 3 - Save all 4 -

Re: [Lazarus] Problem to rename a form

2011-09-28 Thread Rafael Tuim Elias
thank you Mattias and FPC/Lazarus team Rafael Tuim -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TControlSizing.Size is not symmetric!?

2011-09-28 Thread Mattias Gaertner
On Wed, 28 Sep 2011 07:04:34 +0200 Hans-Peter Diettrich drdiettri...@aol.com wrote: Reading the TControlSizing.Size property does not return the written value, instead it increases it by Around. This will cause cs.Size[side] := cs.Size[side]; to increment the stored size by Around, for

[Lazarus] WinCE project with sqlite3laz package will not compile

2011-09-28 Thread Tommi Prami
Bugreport in here : http://bugs.freepascal.org/view.php?id=20362 Any ideas, what is that .secrel32 thingy, and is there any workaround of this. Also Is this Lazarus or purely Compiler issue? -TP- -- ___ Lazarus mailing list

Re: [Lazarus] WinCE project with sqlite3laz package will not compile

2011-09-28 Thread Felipe Monteiro de Carvalho
On Wed, Sep 28, 2011 at 3:38 PM, Tommi Prami groups.tpr...@gmail.com wrote: Also Is this Lazarus or purely Compiler issue? This is not related to Lazarus, only to FPC. -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing list

[Lazarus] WinCE 3.0 support?

2011-09-28 Thread Horacio Jamilis
Hi, I want to know if FPC and Lazarus (wince) has support for Windows CE 3.0? I am about to buy one device with this OS and need to know if it will work or not. Thanks! -- Horacio Jamilis hjami...@pymesoft.com.ar -- ___ Lazarus mailing list

[Lazarus] Thread debugging problem

2011-09-28 Thread Leonardo M . Ramé
Hi, since updating my Lazarus version from svn (I was using a one month old version) I'm getting a SIGABRT exception in a thread. The exception apparently is raised while adding items to a TCollection that is created in the main thread, then passed as parameter to the newly created thread. If I

Re: [Lazarus] Lazarus project version information out of whack on 0.9.30?

2011-09-28 Thread Frank Church
2011/9/8 Flávio Etrusco flavio.etru...@gmail.com (...) I also saw that a Build All fixes this problem. Will there be something in fixes for it? -- Frank Church You mean that application version is only auto-increment on BuildAll? (This is also what happens on trunk) IIRC this

Re: [Lazarus] Thread debugging problem

2011-09-28 Thread Leonardo M . Ramé
On 2011-09-28 11:04:20 -0300, Leonardo M. Ramé wrote: Hi, since updating my Lazarus version from svn (I was using a one month old version) I'm getting a SIGABRT exception in a thread. The exception apparently is raised while adding items to a TCollection that is created in the main thread,

Re: [Lazarus] WinCE 3.0 support?

2011-09-28 Thread Horacio Jamilis
El 28/09/2011 11:06, Felipe Monteiro de Carvalho escribió: On Wed, Sep 28, 2011 at 4:00 PM, Horacio Jamilis hjami...@pymesoft.com.ar wrote: I want to know if FPC and Lazarus (wince) has support for Windows CE 3.0? Free Pascal yes, but the LCL (Lazarus GUI toolkit) no. See

Re: [Lazarus] TControlSizing.Size is not symmetric!?

2011-09-28 Thread Hans-Peter Diettrich
Mattias Gaertner schrieb: GetSpace should be the counterpart of SetSpace. Gladfully it was never documented, so probably no one used them except the LCL. I swapped them and will add it to the release notes. I'll check and update the docs accordingly. procedure

[Lazarus] ARM, Cortex-A8 in Genesi Efika MX cloud computer

2011-09-28 Thread Philip Cockram
Hi, Thanks for the heads up, Dom and I have it compiling correctly from an i386 Ubuntu VM, and running on the ARM Linux box, (that compiler option works fine -meabi=5) However I still would prefer to get it compiling on my windows box, I have tried and failed several times to rebuild the

Re: [Lazarus] ARM, Cortex-A8 in Genesi Efika MX cloud computer

2011-09-28 Thread Henry Vermaak
On 28/09/11 16:15, Philip Cockram wrote: Hi, Thanks for the heads up, Dom and I have it compiling correctly from an i386 Ubuntu VM, and running on the ARM Linux box, (that compiler option works fine -meabi=5) However I still would prefer to get it compiling on my windows box, I have tried and

Re: [Lazarus] Source and Editor woes

2011-09-28 Thread Hans-Peter Diettrich
Martin schrieb: On 28/09/2011 02:48, Hans-Peter Diettrich wrote: Martin schrieb: The IDE shows a diff, if you select one of the files in the dialog. So you can check what changed. That turned out to be not really useful. It contained 5600 lines, IIRC, impossible to find out what's different

Re: [Lazarus] ARM, Cortex-A8 in Genesi Efika MX cloud computer

2011-09-28 Thread Philip Cockram
Hi, Thanks alot for the info again, yes, please upload the bins to somewhere and il try it Thanks again Phil. Date: Wed, 28 Sep 2011 16:33:00 +0100 From: henry.verm...@gmail.com To: lazarus@lists.lazarus.freepascal.org Subject: Re: [Lazarus] ARM, Cortex-A8 in Genesi Efika MX cloud

Re: [Lazarus] Source and Editor woes

2011-09-28 Thread Martin
On 28/09/2011 17:56, Hans-Peter Diettrich wrote: Martin schrieb: I played around with it, for some longer. I use restore pos in the window settings, so it does not happen. I use restore geometry, a restore pos is not available? yes, restore geometry that is what I meant. And that is what I

Re: [Lazarus] Problem to rename a form

2011-09-28 Thread waldo kitty
On 9/28/2011 08:43, Howard Page-Clark wrote: On 28/9/11 1:24, Rafael Tuim Elias wrote: I found a strange behavior in Lazarus IDE. To reproduce follow that steps: 1 - Create a new project. 2 - Rename Form1 to fmAINmENU 3 - Save all 4 - Try to rename the form to FMainMenu IDE doesn't permit.

[Lazarus] Localization of carbon application menu

2011-09-28 Thread Karl-Michael Schindler
Dear Lazaristi, I want to localize the captions of the standard menuitems in my program created with lazarus, i.e. the items Services, Hide myApp, Hide Others, Show All and Quit myApp. The problem is that i cannot get hold of these items. I also tried to find out how this is done in Lazarus,

[Lazarus] Another IDE strange behavior

2011-09-28 Thread Rafael Tuim Elias
Hi all i found another strange behavior in Lazarus IDE. To reproduce follow this steps. 1 - Create a new application 2 - Insert a DataModule in project (File - New .) 3 - In source editor, select the unit2 sheet (DataModule Unit) 4 - Minimize the source editor 5 - Click in Form1 area 6 - In

Re: [Lazarus] Another IDE strange behavior

2011-09-28 Thread Juha Manninen
2011/9/28 Rafael Tuim Elias rafaeltuimel...@gmail.com When i click in TButton component, it disapear, getting only DataModule components (MainMenu, PopUpMenu, ActionList) in Standard Pallete. I'm using Lazarus 0.9.31 + FPC 2.5.1 + Win32 from snapshots Can't reproduce here. The contents of

Re: [Lazarus] Another IDE strange behavior

2011-09-28 Thread Flávio Etrusco
2011/9/28 Rafael Tuim Elias rafaeltuimel...@gmail.com: Hi all i found another strange behavior in Lazarus IDE. To reproduce follow this steps. 1 - Create a new application 2 - Insert a DataModule in project (File - New .) 3 - In source editor, select the unit2 sheet (DataModule Unit) 4

Re: [Lazarus] Source and Editor woes

2011-09-28 Thread Hans-Peter Diettrich
Martin schrieb: Ok scratch the last paragraph, after having said that, I have no one triggered it with restore too, but it has not happen before. And I am not sure how to repeat. I wonder why the IDE *ever* has to resize or move already *existing* forms. Why can't it simply provide intital