Re: [Lazarus] An expression is returning false, why?

2018-03-04 Thread zeljko via Lazarus
On 03/04/2018 09:48 PM, Lubos Pintes via Lazarus wrote: Hello and thank for a reply. Do I understand correctly that a form is a special case? What about TEdit or TButton for example? I am encapsulating a TControl instance and am asking for properties needed for UI Automation, occasionally askin

Re: [Lazarus] Lazarus Release 1.8.2

2018-03-04 Thread wkitty42--- via Lazarus
On 03/04/2018 05:51 PM, Graeme Geldenhuys via Lazarus wrote: On 2018-03-04 11:22, Haruo Toda via Lazarus wrote: Is Sourceforge troubling? I cannot download 1.8.2 too. I think there is some global service outage or something. I haven't been able to access a few Git repositories or hosted proje

Re: [Lazarus] Lazarus Release 1.8.2

2018-03-04 Thread Shaun O'Connor via Lazarus
1.8.2 successfully downloaded from my area. Could be regional. From: Graeme Geldenhuys via Lazarus Sent: 04 March 2018 22:51 To: lazarus@lists.lazarus-ide.org Cc: Graeme Geldenhuys Subject: Re: [Lazarus] Lazarus Release 1.8.2 On 2018-03-04 11:22, Haruo Toda via Lazarus wrote: > Is Sourceforge tr

Re: [Lazarus] Lazarus Release 1.8.2

2018-03-04 Thread Graeme Geldenhuys via Lazarus
On 2018-03-04 11:22, Haruo Toda via Lazarus wrote: Is Sourceforge troubling? I cannot download 1.8.2 too. I think there is some global service outage or something. I haven't been able to access a few Git repositories or hosted project websites on SourceForge.net all weekend. Regards, Gra

Re: [Lazarus] An expression is returning false, why?

2018-03-04 Thread Lubos Pintes via Lazarus
Hello and thank for a reply. Do I understand correctly that a form is a special case? What about TEdit or TButton for example? I am encapsulating a TControl instance and am asking for properties needed for UI Automation, occasionally asking if the encapsulated control is a TWinControl instance.

Re: [Lazarus] An expression is returning false, why?

2018-03-04 Thread Vojtěch Čihák via Lazarus
Hi, I just tested. Active Form always returns Focused False. Use property Active instead.   Result := (FControl is TCustomForm) and TCustomForm(FControl).Active;   V. __ Od: Lubos Pintes via Lazarus Komu: laza...@lists.lazarus.freepasc

[Lazarus] An expression is returning false, why?

2018-03-04 Thread Lubos Pintes via Lazarus
Hello, Sorry for possibly stupid subject and maybe off-topic question. In my UIA code, I am testing if a control has focus. So I have a FControl: TControl declared in my class. Now say FControl contains a TForm1 instance, simply we have very simple program with just an empty window. Then an exp

Re: [Lazarus] fpreport designer

2018-03-04 Thread patspiper via Lazarus
On 04/03/18 13:18, Michael Van Canneyt via Lazarus wrote: On Sun, 4 Mar 2018, patspiper via Lazarus wrote: Any chance of having the following bug fixed today so that i can continue debugging fpReport? #3306 FPReport IDE designer: Data property

Re: [Lazarus] Lazarus Release 1.8.2

2018-03-04 Thread Haruo Toda via Lazarus
Hello Folks, Is Sourceforge troubling? I cannot download 1.8.2 too. - Original Message - Date: Sat, 3 Mar 2018 10:29:57 +0100 To: lazarus@lists.lazarus-ide.org Subject: Re: [Lazarus] Lazarus Release 1.8.2 From: Mattias Gaertner via Lazarus Cc: Mattias Gaertner On Fri, 2 Mar 2018 18:07

Re: [Lazarus] fpreport designer

2018-03-04 Thread Michael Van Canneyt via Lazarus
On Sun, 4 Mar 2018, patspiper via Lazarus wrote: On 27/02/18 19:04, Michael Van Canneyt via Lazarus wrote: The problem is in my misunderstanding how the OI works. For some reason, it refuses to display component references - even though they are set - if the component does not include csDesi

Re: [Lazarus] fpreport designer

2018-03-04 Thread patspiper via Lazarus
On 27/02/18 19:04, Michael Van Canneyt via Lazarus wrote: The problem is in my misunderstanding how the OI works. For some reason, it refuses to display component references - even though they are set - if the component does not include csDesigning in the component state. I fixed that. All re

Re: [Lazarus] Package and project file format

2018-03-04 Thread Michael Van Canneyt via Lazarus
On Sat, 3 Mar 2018, Denis Kozlov via Lazarus wrote: +1 for getting rid of unit count and numeric tag suffixes from XML project/package files. They always create trouble for version control. That was my point. -1 for switching to JSON. Seems radical and unjustified, in my opinion. Radica