[Lazarus] Configuration location on Windows

2013-04-02 Thread Lubos Pintes
Hi, I am running the latest Lazarus from source on Windows. I need to know where IDE configuration is stored. Because Lazarus under Windows has serious accessibility problems, I need to manually alter some settings like unit search paths etc. The dialogs are unusable due to unnamed items

Re: [Lazarus] Configuration location on Windows

2013-04-02 Thread Reinier Olislagers
On 2-4-2013 8:30, Lubos Pintes wrote: I am running the latest Lazarus from source on Windows. I need to know where IDE configuration is stored. That's in C:\Users\your username\AppData\Local\lazarus\ on Windows Vista+ and C:\Documents and Settings\your Username\Local Settings\Application

[Lazarus] hint on unused private method

2013-04-02 Thread Xiangrong Fang
Hi, Are there any compiler switch so that lazarus can emit hint on unused private method? Thanks. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Event generator

2013-04-02 Thread Antonio Fortuny
Hi Folks. I've installed Lazarus 1.0.8 and FPC 2..6.2 on two newly created Linux x86_64 VMs One is a OpenSuse 11.4 and the other one is a 12.2 Install on both machines was as I like to say when all runs well, the fingers in the sose and the hands in

Re: [Lazarus] Event generator

2013-04-02 Thread Howard Page-Clark
On 02/04/13 2:47, Antonio Fortuny wrote: BUT: on the form of an application (btw, multi-threaded + Indy 10) drop a common TButton on the main (and only) form: OK. When trying to assign an event to it: BOUM :o the LCLClasses unit is displayed and the next error is displayed in the errors

Re: [Lazarus] Event generator

2013-04-02 Thread Mattias Gaertner
On Tue, 02 Apr 2013 15:47:08 +0200 Antonio Fortuny a.fort...@sitasoftware.lu wrote: Hi Folks. I've installed Lazarus 1.0.8 and FPC 2..6.2 on two newly created Linux x86_64 VMs One is a OpenSuse 11.4 and the other one is a 12.2 Install on both machines was as I like to say when all runs

Re: [Lazarus] Event generator

2013-04-02 Thread Antonio Fortuny
Le 02/04/2013 16:05, Howard Page-Clark a écrit : If you view your project in the Project Inspector, is the LCL shown as a required dependency? Yep, both are there: LCL and IndyLaz BTW, I've installed Lazarus 1.1 an,d FPC 2.6.0 on the 12.2: besides some IDE problems, project compiles and runs.

Re: [Lazarus] Event generator

2013-04-02 Thread Antonio Fortuny
Le 02/04/2013 16:07, Mattias Gaertner a écrit : Something is wrong with your installation of fpc and/or fpc-src. Please check via menu 'View / IDE internals / About FPC' and 'About IDE'. Mattias -- Looks fine, no error lines. Something special to look for ?

Re: [Lazarus] Event generator

2013-04-02 Thread Mattias Gaertner
On Tue, 02 Apr 2013 16:16:23 +0200 Antonio Fortuny a.fort...@sitasoftware.lu wrote: Le 02/04/2013 16:07, Mattias Gaertner a écrit : Something is wrong with your installation of fpc and/or fpc-src. Please check via menu 'View / IDE internals / About FPC' and 'About IDE'. Mattias --

Re: [Lazarus] Event generator

2013-04-02 Thread Antonio Fortuny
On Tue, 02 Apr 2013 16:16:23 +0200 Antonio Fortuny a.fort...@sitasoftware.lu wrote: Le 02/04/2013 16:07, Mattias Gaertner a écrit : Something is wrong with your installation of fpc and/or fpc-src. Please check via menu 'View / IDE internals / About FPC' and 'About IDE'. Mattias -- Looks fine,

Re: [Lazarus] Event generator

2013-04-02 Thread Mattias Gaertner
On Tue, 02 Apr 2013 16:51:41 +0200 Antonio Fortuny a.fort...@sitasoftware.lu wrote: On Tue, 02 Apr 2013 16:16:23 +0200 Antonio Fortuny a.fort...@sitasoftware.lu wrote: Le 02/04/2013 16:07, Mattias Gaertner a écrit : Something is wrong with your installation of fpc and/or fpc-src. Please

[Lazarus] Cassandra

2013-04-02 Thread Edgar García
Anyone know if you can work in Lazarus with Cassandra Database??? The information contained in this e-mail is privileged and confidential information intended only for the use of the individual or entity to which it is addressed. If you are not the

Re: [Lazarus] Packages

2013-04-02 Thread Alejandro Gonzalo
Not me, I know NOTHING about Laz internals, I just use Laz to develop apps.  Someone who does know could probably do this in minutes.  And how would one go about learning the internals?   It's important to make Laz easier for beginners, and it's not always obvious which palette a component is

Re: [Lazarus] Cassandra

2013-04-02 Thread Mark Morgan Lloyd
Edgar García wrote: Anyone know if you can work in Lazarus with Cassandra Database??? I've not seen it discussed here. Possibly via Thrift, which is supposed to support Delphi. -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above are the author's, not those of his

Re: [Lazarus] Configuration location on Windows

2013-04-02 Thread Bart
On 4/2/13, Lubos Pintes pin...@gmail.com wrote: ... Because Lazarus under Windows has serious accessibility problems, I need to manually alter some settings like unit search paths etc. The dialogs are unusable due to unnamed items (TLabel is inaccessible). Did you report this in the

Re: [Lazarus] Packages

2013-04-02 Thread Juha Manninen
On Tue, Apr 2, 2013 at 9:59 PM, Alejandro Gonzalo parkingspac...@yahoo.com wrote: And how would one go about learning the internals? It's important to make Laz easier for beginners, and it's not always obvious which palette a component is on as it is in Delphi. See units InstallPkgSetDlg and

Re: [Lazarus] Packages

2013-04-02 Thread Mattias Gaertner
On Tue, 2 Apr 2013 11:59:39 -0700 (PDT) Alejandro Gonzalo parkingspac...@yahoo.com wrote: Not me, I know NOTHING about Laz internals, I just use Laz to develop apps.  Someone who does know could probably do this in minutes.  And how would one go about learning the internals?   It's

Re: [Lazarus] data matrix with thousands of columns

2013-04-02 Thread ListMember
On 2013-03-26 16:38, Andrea Mauri wrote: I am looking for the best option in order to store big datasets with thousands of columns. The dataset can contains from tens to hundred thousands lines and thousand of columns (some columns are string some numbers). Have you looked at '/Synopse Big

[Lazarus] Option to get old package graph feature

2013-04-02 Thread luiz americo pereira camara
The new package graph feature is making harder to find what i'm looking for. The attached screenshot show how is my package graph. (Other messages with more screenshots will follow to get through the 100k limit of mail list) I'd like to see an option to get the old treeview based graph. It works

[Lazarus] New package graph - more screenshots

2013-04-02 Thread luiz americo pereira camara
See previous email about package graph http://imagebin.org/252597 http://imagebin.org/252598 Luiz -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Configuration location on Windows

2013-04-02 Thread Lubos Pintes
This is more complicated. A report would be please implement accessibility on Windows. I am interested about it and am playing with possibilities. I will be spamming here about it soon. I already reviewed commits and a part of code that tries to implement accessibility in general