Re: [Lazarus] Is there a way to add some of the menu shortcuts to the toolbar?

2013-02-22 Thread Mattias Gaertner
On Fri, 22 Feb 2013 04:44:05 + Frank Church vfcli...@gmail.com wrote: Is there a way to add some of the menu shortcuts to the toolbar? Not yet. It is planned. I also want to resize the Component toolbar to make more room for the buttons. Mattias --

Re: [Lazarus] FPSpreadSheet keeps existent formulas?

2013-02-22 Thread Felipe Monteiro de Carvalho
On Thu, Feb 21, 2013 at 7:33 PM, silvioprog silviop...@gmail.com wrote: You commited it in CCR? If yes, I'll update my CCR copy now. :) Yes, I commited to the lazarus-ccr subversion. Yes. I would use simple things like SUM, AVG etc. A full list is necessary. I saw that it also does not

Re: [Lazarus] two questions about generics

2013-02-22 Thread Xiangrong Fang
Thanks Sven. In the case I use Default() does it mean it always has fixed defaults with specific types, e.g. 0 for integer '' for string. Or I can set my own default value? 2013/2/22 Sven Barth pascaldra...@googlemail.com On 22.02.2013 04:48, Xiangrong Fang wrote: Hi all, I have two

Re: [Lazarus] two questions about generics

2013-02-22 Thread Sven Barth
On 22.02.2013 10:31, Xiangrong Fang wrote: Thanks Sven. In the case I use Default() does it mean it always has fixed defaults with specific types, e.g. 0 for integer '' for string. Or I can set my own default value? It is a fixed default value. Simply spoken it's always zero. Even in cases

Re: [Lazarus] TProcess

2013-02-22 Thread Antonio Fortuny
Le 21/02/2013 16:58, Sven Barth a écrit : On 21.02.2013 14:54, Antonio Fortuny wrote: I have found one way to launch a new process and it works. The solution uses CreateProcess whose parameters are set accordingly to MS specifications: read

Re: [Lazarus] TProcess

2013-02-22 Thread Antonio Fortuny
Le 22/02/2013 11:16, Antonio Fortuny a écrit : In that case you should be able to use TProcess if you set the Options accordingly (no poNewProcessGroup, but poNewConsole instead). You can With these parameters, launching of the new process still fails with same error code: 87 with

Re: [Lazarus] TProcess

2013-02-22 Thread Sven Barth
On 22.02.2013 11:16, Antonio Fortuny wrote: Le 21/02/2013 16:58, Sven Barth a écrit : On 21.02.2013 14:54, Antonio Fortuny wrote: I have found one way to launch a new process and it works. The solution uses CreateProcess whose parameters are set accordingly to MS specifications: read

[Lazarus] Cross-compiler installation

2013-02-22 Thread silvioprog
Hello, What is cross-compiler installation mentioned in this article?: http://wiki.freepascal.org/Android And where do I download it? Thank you! -- Silvio Clécio My public projects - github.com/silvioprog -- ___ Lazarus mailing list

Re: [Lazarus] Cross-compiler installation

2013-02-22 Thread Sven Barth
On 22.02.2013 13:24, silvioprog wrote: Hello, What is cross-compiler installation mentioned in this article?: http://wiki.freepascal.org/Android And where do I download it? I don't see a cross-compiler installation mentioned on that side. Nevertheless the arm-android or i386-android cross

Re: [Lazarus] Cross-compiler installation

2013-02-22 Thread silvioprog
2013/2/22 Sven Barth pascaldra...@googlemail.com On 22.02.2013 13:24, silvioprog wrote: Hello, What is cross-compiler installation mentioned in this article?: http://wiki.freepascal.org/**Android http://wiki.freepascal.org/Android And where do I download it? I don't see a

Re: [Lazarus] Cross-compiler installation

2013-02-22 Thread Sven Barth
On 22.02.2013 14:51, silvioprog wrote: 2013/2/22 Sven Barth pascaldra...@googlemail.com mailto:pascaldra...@googlemail.com On 22.02.2013 13:24, silvioprog wrote: Hello, What is cross-compiler installation mentioned in this article?:

Re: [Lazarus] Cross-compiler installation

2013-02-22 Thread Michael Schnell
On 02/22/2013 01:24 PM, silvioprog wrote: Hello, What is cross-compiler installation mentioned in this article?: Regarding Android on ARM, I understand that there are two ways you can go: (1) have the compiler creates ARM native code or (2) have the compiler create java byte code. When

[Lazarus] Codetools check lfm bug?

2013-02-22 Thread patspiper
Hi, 'Tools/Check LFM File in editor' gives the error 'identifier Strings is not published in class TStringListDescendant' where TStringListDescendant is just a descendant of TStringList. The error does not happen with TStringList itself. Is this a bug? --

Re: [Lazarus] Codetools check lfm bug?

2013-02-22 Thread Mattias Gaertner
On Fri, 22 Feb 2013 18:07:05 +0200 patspiper patspi...@gmail.com wrote: Hi, 'Tools/Check LFM File in editor' gives the error 'identifier Strings is not published in class TStringListDescendant' where TStringListDescendant is just a descendant of TStringList. The error does not happen

Re: [Lazarus] Codetools check lfm bug?

2013-02-22 Thread patspiper
On 22/02/13 18:51, Mattias Gaertner wrote: On Fri, 22 Feb 2013 18:07:05 +0200 patspiper patspi...@gmail.com wrote: Hi, 'Tools/Check LFM File in editor' gives the error 'identifier Strings is not published in class TStringListDescendant' where TStringListDescendant is just a descendant of

Re: [Lazarus] from hfiandor about Linear Programing

2013-02-22 Thread Alejandro Gonzalo
He may have to do it this way because of restrictions by his employer.  He probably doesn't have internet access at home, few Cubans outside of the elite do.  Let's give him the benefit of the doubt.   A. G. From: Graeme Geldenhuys gra...@geldenhuys.co.uk To:

[Lazarus] log4delphi maintainer

2013-02-22 Thread Joao Morais
Hello list. Someone currently maintaining the fpc port of log4delphi? I fixed some memleaks and would like to know where the code is being versioned. http://wiki.freepascal.org/log4delphi Joao Morais -- ___ Lazarus mailing list

Re: [Lazarus] log4delphi maintainer

2013-02-22 Thread leledumbo
Why don't you ask the porter? He puts his name in the wiki page, right? -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-log4delphi-maintainer-tp4029386p4029387.html Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com. --