Re: [Lazarus] Possible bug in TFrame

2021-08-19 Thread Marcos Douglas B. Santos via lazarus
On Wed, Aug 18, 2021 at 8:55 AM Marcos Douglas B. Santos  
wrote:
>
> On Wed, Aug 18, 2021 at 8:45 AM Juha Manninen via lazarus
>  wrote:
> >
> > Is there an example project without external packages or customdrawn 
> > widgetset?
> > Customdrawn widgetset is incomplete and broken at least here in my Linux 
> > system.
> > If not, then please upload such a project into one of the tickets.
>
> I'm not using CustomDrawn. I created a component that has TCollection
> as published property. That's it.
> I'll create a demo and component example, create a ticket and post it
> here soon. Thanks.

Hello, Juha,

It has a problem for sure—as the component(s) works on Form but not on
Frame—but I wasn't able to reproduce the error using a simple demo +
"fake component".
I thought the problem was because of a published TCollection property,
but it wasn't.

If I publish the full source of the component—which is not a big
deal—or send it to you in private, could you test it using the Demo
which exists already?

Sorry about my delay.

best regards,
Marcos Douglas
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Fritzbox TR64 communication

2021-08-19 Thread Tony Whyman via lazarus

Rolf,

You can use the Indy Component library available from 
https://github.com/IndySockets/Indy. This includes support for 
http/https and Digest Authentication.


A few years ago I did implement a SOAP based application using the Web 
Services Toolkit which also used Indy as a comms package.


See.

https://wiki.freepascal.org/Web_Service_Toolkit

Tony

On 19/08/2021 13:26, Rolf Wetjen via lazarus wrote:
Does anyone have some experience how to communicate via TR64 SOAP with 
a Fritzbox?


I've a working Python example (fritzconnection) and I know the 
neccesary http header and data for the SOAP communication.
AVM states that "The default authentication mechanism is HTTP 
authentication using digest (MD5 hashes)".


But I've no idea and I can't find an example how to implement this 
with Lazarus. Do I need a TfpHTTPClient or a TfpHTTPWebClient object 
or someting else? Is there any documentation or tutorial for FPC 
networking?


Thank you,
Rolf


--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] Fritzbox TR64 communication

2021-08-19 Thread Rolf Wetjen via lazarus
Does anyone have some experience how to communicate via TR64 SOAP with a 
Fritzbox?


I've a working Python example (fritzconnection) and I know the neccesary 
http header and data for the SOAP communication.
AVM states that "The default authentication mechanism is HTTP 
authentication using digest (MD5 hashes)".


But I've no idea and I can't find an example how to implement this with 
Lazarus. Do I need a TfpHTTPClient or a TfpHTTPWebClient object or 
someting else? Is there any documentation or tutorial for FPC networking?


Thank you,
Rolf

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus