[Lazarus] To TDBEdit users: EditMask property about to being ignored

2012-03-06 Thread Luiz Americo Pereira Camara
Hi, Back in time when TField did not have EditMask property, TDBEdit published and used it's own EditMask property Now TField has EditMask since at least fpc 244 but is not used in TDBEdit So, in order to be Delphi compatible and allow the mask being shared across db controls, i plan to use

Re: [Lazarus] Options dialog filter

2012-03-06 Thread Juha Manninen
2012/3/6 Paul Ishenin webpi...@mail.ru 05.03.12 21:04, Juha Manninen пишет: It may be related to themes as Paul Ishenin mentioned, but I have seen colors used in other GUIs. Please give an example of other GUI. I will check that and maybe correct LCL if possible. Good question. I

Re: [Lazarus] Options dialog filter

2012-03-06 Thread Paul Ishenin
06.03.12 18:30, Juha Manninen пишет: I don't know if the color support is a standard feature in these controls but surely it feels illogical that setting a color doesn't do anything. Color property on windows depends too much on theme engine. Some colors may work on XP but does not work on

Re: [Lazarus] To TDBEdit users: EditMask property about to being ignored

2012-03-06 Thread José Mejuto
Hello Lazarus-List, Tuesday, March 6, 2012, 11:27:19 AM, you wrote: LAPC This will make TDBEdit.EditMask to be ignored LAPC Any thoughts? TDBEdit.EditMask should be ignored only if it has default value (nothing), if it has a value it should override field mask IMHO. -- Best regards, José

Re: [Lazarus] Options dialog filter

2012-03-06 Thread Sven Barth
Am 06.03.2012 11:45, schrieb Paul Ishenin: 06.03.12 18:30, Juha Manninen пишет: I don't know if the color support is a standard feature in these controls but surely it feels illogical that setting a color doesn't do anything. Color property on windows depends too much on theme engine. Some

Re: [Lazarus] To TDBEdit users: EditMask property about to being ignored

2012-03-06 Thread Juha Manninen
2012/3/6 José Mejuto joshy...@gmail.com Hello Lazarus-List, Tuesday, March 6, 2012, 11:27:19 AM, you wrote: LAPC This will make TDBEdit.EditMask to be ignored LAPC Any thoughts? TDBEdit.EditMask should be ignored only if it has default value (nothing), if it has a value it should

[Lazarus] JEDI format and UNDO

2012-03-06 Thread Zaher Dirkey
Hi, Ctrl+D make format for my code. But when make Ctrl+Z it make strange undo, it is undo line by line that can make the code corrupted. I am using last reversion of Lazarus, FPC 2.6 Best Regards Zaher Dirkey -- ___ Lazarus mailing list

Re: [Lazarus] To TDBEdit users: EditMask property about to being ignored

2012-03-06 Thread José Mejuto
Hello Lazarus-List, Tuesday, March 6, 2012, 1:26:18 PM, you wrote: TDBEdit.EditMask should be ignored only if it has default value (nothing), if it has a value it should override field mask IMHO. JM Why should there be 2 EditMasks? To confuse people maybe? JM Just remove TDBEdit.EditMask if

Re: [Lazarus] JEDI format and UNDO

2012-03-06 Thread zeljko
On Tuesday 06 of March 2012 13:32:27 Zaher Dirkey wrote: Hi, Ctrl+D make format for my code. But when make Ctrl+Z it make strange undo, it is undo line by line that can make the code corrupted. Yes, I've spotted it too... very unpleasant. It should do just one undo like it was before ...

[Lazarus] Lost some units from the project when not save it

2012-03-06 Thread Zaher Dirkey
Hi, Finally i catch it Create new project save it all open any unit from outside of the current directory, and add it to the project (it add the path to the project like as i do). save it all again. now go to to external unit change it (some word there or there) close the unit (ctrl+F4), do not

Re: [Lazarus] Lost some units from the project when not save it

2012-03-06 Thread Mattias Gaertner
Zaher Dirkey parm...@gmail.com hat am 6. März 2012 um 14:29 geschrieben: Hi, Finally i catch it Create new project save it all open any unit from outside of the current directory, and add it to the project (it add the path to the project like as i do). save it all again. now go to

[Lazarus] heap trace

2012-03-06 Thread Antonio Fortuny
Hi all. Sorry if this is a silly question but I can't find the answer into this forun. How to get the function names in the heaptrc trace ? I use in project options: in Linking options: generate debug info for dgb show line numbers use symbol file for gdb use heaptrc in

Re: [Lazarus] JEDI format and UNDO

2012-03-06 Thread Paul Ishenin
06.03.12 20:58, zeljko пишет: Yes, I've spotted it too... very unpleasant. It should do just one undo like it was before ... Martin ? That's was my change. JCF now replaces only changed strings, not the whole text. I will look what can be done to merge undo items into a group. Best

Re: [Lazarus] Options dialog filter

2012-03-06 Thread Martin
On 06/03/2012 12:25, Sven Barth wrote: Am 06.03.2012 11:45, schrieb Paul Ishenin: 06.03.12 18:30, Juha Manninen пишет: I don't know if the color support is a standard feature in these controls but surely it feels illogical that setting a color doesn't do anything. Color property on windows

Re: [Lazarus] JEDI format and UNDO

2012-03-06 Thread Martin
On 06/03/2012 13:56, Paul Ishenin wrote: 06.03.12 20:58, zeljko пишет: Yes, I've spotted it too... very unpleasant. It should do just one undo like it was before ... Martin ? That's was my change. JCF now replaces only changed strings, not the whole text. I will look what can be done to

Re: [Lazarus] heap trace

2012-03-06 Thread Antonio Fortuny
Hi again. Got it. -gl was checked but unchecking use symbol file for gdb it works again 8-) Le 06/03/2012 14:55, Antonio Fortuny a écrit : Hi all. Sorry if this is a silly question but I can't find the answer into this forun. How to get the function names in the heaptrc trace ? I use in

Re: [Lazarus] heap trace

2012-03-06 Thread Martin
On 06/03/2012 13:55, Antonio Fortuny wrote: Hi all. Sorry if this is a silly question but I can't find the answer into this forun. How to get the function names in the heaptrc trace ? I use in project options: in Linking options: generate debug info for dgb show line numbers use

Re: [Lazarus] heap trace

2012-03-06 Thread Martin
On 06/03/2012 14:05, Antonio Fortuny wrote: Hi again. Got it. -gl was checked but unchecking use symbol file for gdb it works again 8-) AH, maybe add a feature request, that this adds a warning, when you set those options Le 06/03/2012 14:55, Antonio Fortuny a écrit : Hi all.

Re: [Lazarus] heap trace

2012-03-06 Thread Antonio Fortuny
I confirm: compiling with use symbol file for gdb suppresses line references in heaptrc output unchecking the checkbox restores line references again. I made a rebuid each time. Sounds like a bug but I'm not yet sure it is. Le 06/03/2012 15:15, Martin a écrit : On 06/03/2012 14:05, Antonio

Re: [Lazarus] Options dialog filter

2012-03-06 Thread Sven Barth
Am 06.03.2012 15:02, schrieb Martin: On 06/03/2012 12:25, Sven Barth wrote: Am 06.03.2012 11:45, schrieb Paul Ishenin: 06.03.12 18:30, Juha Manninen пишет: I don't know if the color support is a standard feature in these controls but surely it feels illogical that setting a color doesn't do

Re: [Lazarus] heap trace

2012-03-06 Thread Martin
On 06/03/2012 14:30, Antonio Fortuny wrote: I confirm: compiling with use symbol file for gdb suppresses line references in heaptrc output unchecking the checkbox restores line references again. I made a rebuid each time. Sounds like a bug but I'm not yet sure it is. You need to check on

Re: [Lazarus] FPC Lazarus GIT mirrors

2012-03-06 Thread Graeme Geldenhuys
The Git mirror repositories (FPC and Lazarus) are back in sync with SubVersion again. Graeme. On 5 March 2012 15:36, Graeme Geldenhuys wrote: On 5 March 2012 12:48, Alexander Shishkin  wrote: Out of synch again. Yes, thank you. I was rebuilding two of our servers over the

Re: [Lazarus] To TDBEdit users: EditMask property about to being ignored

2012-03-06 Thread Luiz Americo Pereira Camara
On 6/3/2012 09:39, José Mejuto wrote: Hello Lazarus-List, Tuesday, March 6, 2012, 1:26:18 PM, you wrote: TDBEdit.EditMask should be ignored only if it has default value (nothing), if it has a value it should override field mask IMHO. JM Why should there be 2 EditMasks? To confuse people

Re: [Lazarus] To TDBEdit users: EditMask property about to being ignored

2012-03-06 Thread Luiz Americo Pereira Camara
On 6/3/2012 09:21, José Mejuto wrote: Hello Lazarus-List, Tuesday, March 6, 2012, 11:27:19 AM, you wrote: LAPC This will make TDBEdit.EditMask to be ignored LAPC Any thoughts? TDBEdit.EditMask should be ignored only if it has default value (nothing), if it has a value it should override

Re: [Lazarus] upx dont work

2012-03-06 Thread Bernd
2012/2/28 Ing. Héctor F. Fiandor Rosario hfian...@infomed.sld.cu: when i tried to execute, a message appears telling the configuration is not good and maybe reinstalling the application can work. I don't know what the concrete problem with upx is but the error message really means that windows

Re: [Lazarus] Debug inside other component in other package like SynEdit

2012-03-06 Thread Bernd
2012/3/3 Zaher Dirkey parm...@gmail.com: Hi, I can't stepinto or show the source from call stack window referenced to SynEdit component, i think same to another components, what i missed to do that? Just change the options in the build lazarus settings dialog. You don't need to recompile

Re: [Lazarus] Lost some units from the project when not save it

2012-03-06 Thread Zaher Dirkey
2012/3/6 Mattias Gaertner nc-gaert...@netcologne.de I can not reproduce it under Linux, but maybe I fixed the cause. Please test with lazarus svn trunk 35767. Yes, it is worked, Thanks, it is silly bug :P Best Regards Zaher Dirkey -- ___ Lazarus

Re: [Lazarus] To TDBEdit users: EditMask property about to being ignored

2012-03-06 Thread José Mejuto
Hello Lazarus-List, Tuesday, March 6, 2012, 4:57:45 PM, you wrote: LAPC I have the idea of adding a property OwnsMask that defaults to false. LAPC Seems a good compromise between Delphi compatibility (by default) and LAPC compatibility (just change a property) LAPC More thoughts?

[Lazarus] [bug] Ctrl+J does not work in TJSONArray

2012-03-06 Thread silvioprog
Hi, Please see in: http://bugs.freepascal.org/view.php?id=21429 Thx. -- Silvio Clécio Site - silvioprog.com.br LazSolutions - code.google.com/p/lazsolutions -- ___ Lazarus

[Lazarus] Launching process from ServiceDaemon fails under Ubuntu x64 11.10+

2012-03-06 Thread Andrew Brunner
Up until a few days ago I was using my service daemon app (X) to launch a console application (Y) worked flawlessly. The service daemon monitors for crashes and scale and can create instances at runtime. I did a trunk update to both FPC and Lazarus and App Y got a bunch of linker errors (see

Re: [Lazarus] JEDI format and UNDO

2012-03-06 Thread Paul Ishenin
06.03.2012 20:32, Zaher Dirkey пишет: Hi, Ctrl+D make format for my code. But when make Ctrl+Z it make strange undo, it is undo line by line that can make the code corrupted. Please check with r35783. Best regards, Paul Ishenin -- ___ Lazarus

Re: [Lazarus] Access violation in build_lcl_docs --outfmt chm

2012-03-06 Thread Andrew Haines
On 03/01/12 18:15, Andrew Haines wrote: On 03/01/12 13:51, Mattias Gaertner wrote: On Thu, 01 Mar 2012 17:31:47 +0100 Thomas Moritz thm...@thmoritz.de wrote: Hello, this is the output: HTML Files written. Collecting other files and compressing...this could take some time Generating