Nick Nevzorov
Nick Nevzorov
From direct address events are sending, but users count is 0 From iframe does not work 
Check it now. Users are working fine (but i upgraded flutter to 3.22.02). From iframe does not working Working project (iframe): https://fensterundmehr.de/konfigurator/Fensterkonfigurator Flutter app site: https://moelders.fen-soft.de/
It would be great if the h1 also showed up in the TOC. For example, on a long page, the breadcrumb trail gets hidden, and it's unclear where you are...
Ok. I will do it. I am using Firebird - ODBC- TZConnection - TZQuery - TWideMemoFiled - TWideMemo for edit
Problem in different TMemoryStream implementation in different versions of Delphi. In XE3 TMemoryStream has 2 "write" method (witch are needed to override): ``` TMemoryStream = class(TCustomMemoryStream) private FCapacity: Longint; procedure...
Open again. Bug actually in XE3 version of Delphi
My finally result. Override two methods: ``` function TZVarVarLenDataRefStream.Write(const Buffer; Count: Longint): Longint; begin FUpdated := True; Result := inherited Write(Buffer, Count); end; // For Delphi XE3 function TZVarVarLenDataRefStream.Write(const Buffer:...