[Lazarus] Files not found when rebuilding the IDE

2014-11-27 Thread hdv@gmail
Hi, After a couple of years away I am trying to pick up Lazarus again. Have to admit I seem to have lost a lot of the things I was at least somewhat knowledgeable in. Ah, well, I keep on trying... One of those things has to do with rebuilding the IDe after adding components. There's two things I

Re: [Lazarus] OI Checkboxes

2014-11-27 Thread Frederic Da Vitoria
2014-11-27 0:20 GMT+01:00 Juha Manninen juha.mannine...@gmail.com: On Wednesday, November 26, 2014, Vojtěch Čihák vojtech.ci...@atlas.cz wrote: I considered other solution. Create a new simple visual component (TCheckBoxThemed or so). It will have class method: class procedure

Re: [Lazarus] OI Checkboxes

2014-11-27 Thread Vojtěch Čihák
Hi,   what does it mean? __ Od: Frederic Da Vitoria davito...@gmail.com Komu: Lazarus mailing list lazarus@lists.lazarus.freepascal.org Datum: 27.11.2014 09:37 Předmět: Re: [Lazarus] OI Checkboxes 2014-11-27 0:20 GMT+01:00 Juha

Re: [Lazarus] OI Checkboxes

2014-11-27 Thread Frederic Da Vitoria
2014-11-27 11:43 GMT+01:00 Vojtěch Čihák vojtech.ci...@atlas.cz: Hi, what does it mean? __ Od: Frederic Da Vitoria davito...@gmail.com Komu: Lazarus mailing list lazarus@lists.lazarus.freepascal.org Datum: 27.11.2014 09:37

Re: [Lazarus] OI Checkboxes

2014-11-27 Thread Juha Manninen
I don't know how screen-reader-friendly is the LCL's TCheckbox, using it to derive TCheckBoxThemed could be a good solution or not. Frederic, you apparently don't know how LCL components work. They bind into native widgets. In case of Windows it means Windows GUI controls. It means the screen

Re: [Lazarus] OI Checkboxes

2014-11-27 Thread Felipe Monteiro de Carvalho
On Thu, Nov 27, 2014 at 12:53 PM, Juha Manninen juha.mannine...@gmail.com wrote: It means the screen reader support and all comes as an automatic bonus. Well, well, more or less. Depends on the platform. You still need a lot of tweaking at least in Cocoa/Carbon for it to be usable, even using

Re: [Lazarus] OI Checkboxes

2014-11-27 Thread Vojtěch Čihák
OK, I'm starting tp implement it. I will reuse as much code as possible from my TECSwitch (not deriving, but just Copy-Paste) because it is, in fact, custom drawn checkbox too. I will add property Alignment as proposed from Bart and class method for self-painting for OI purposes. No idea about

Re: [Lazarus] OI Checkboxes

2014-11-27 Thread Frederic Da Vitoria
2014-11-27 12:53 GMT+01:00 Juha Manninen juha.mannine...@gmail.com: I don't know how screen-reader-friendly is the LCL's TCheckbox, using it to derive TCheckBoxThemed could be a good solution or not. Frederic, you apparently don't know how LCL components work. They bind into native widgets.

[Lazarus] Missing (compatible) underlying dataset, can not open

2014-11-27 Thread Leonardo M. Ramé
Hi, I'm trying to execute this query, but I'm getting Missing (compatible) underlying dataset, can not open. lQuery.DataBase := PQConnection1; lQuery.ParseSQL:= false; lQuery.SQL.Text:= 'select json_agg(resultset) as json from(select 1) as resultset'; lQuery.Open; The query runs without

Re: [Lazarus] Missing (compatible) underlying dataset, can not open

2014-11-27 Thread Michael Van Canneyt
On Thu, 27 Nov 2014, Leonardo M. Ramé wrote: Hi, I'm trying to execute this query, but I'm getting Missing (compatible) underlying dataset, can not open. lQuery.DataBase := PQConnection1; lQuery.ParseSQL:= false; lQuery.SQL.Text:= 'select json_agg(resultset) as json from(select 1) as

Re: [Lazarus] Missing (compatible) underlying dataset, can not open

2014-11-27 Thread Leonardo M. Ramé
El 27/11/14 a las 12:26, Michael Van Canneyt escibió: On Thu, 27 Nov 2014, Leonardo M. Ramé wrote: Hi, I'm trying to execute this query, but I'm getting Missing (compatible) underlying dataset, can not open. lQuery.DataBase := PQConnection1; lQuery.ParseSQL:= false; lQuery.SQL.Text:=

[Lazarus] Cannot add components to FPWebModule anymore

2014-11-27 Thread Reimar Grabowski
Hi, I just updated to revision 46998 (Ubuntu 14.04 AMD64) and I cannot add components to an FPWebModule anymore. I tried this with an existing and a new project (the existing one already had some sqldb components on it but I could not add new ones). As form editing works I can create a new

[Lazarus] Can't find file?

2014-11-27 Thread Gordon Cooper
Greetings, Just returning to Lazarus after 6 months or so on other projects. Am running Laz 1.2.4 on Linux MX-14, which is a development on AntiX , - based on Debian stable. MX-14 has presented only one real problem so far, no hassles with Form design, code is behaving and