Re: [Lazarus] questioning ARequest: TFPHTTPConnectionRequest :)

2023-02-26 Thread Michael Van Canneyt via lazarus
On Sun, 26 Feb 2023, duilio foschi via lazarus wrote: my simple BE server uses this function to handle all inbound calls: procedure TTestHTTPServer.HandleRequest( var ARequest: TFPHTTPConnectionRequest; var AResponse: TFPHTTPConnectionResponse ); When the call is a POST, I want to read

[Lazarus] who could add new gui elements support to pandroid azcforms unit

2023-02-26 Thread Mgr. Janusz Chmiel via lazarus
Every Lazarus and Pascal programmer can use Lamw. Sure. It is professional enterprise project. Rad development supported. Many Android specific features are supported including Google voice search, USB devices and many others. But what if somebody of us would tell. I do not want to compile to

[Lazarus] questioning ARequest: TFPHTTPConnectionRequest :)

2023-02-26 Thread duilio foschi via lazarus
my simple BE server uses this function to handle all inbound calls: procedure TTestHTTPServer.HandleRequest( var ARequest: TFPHTTPConnectionRequest; var AResponse: TFPHTTPConnectionResponse ); When the call is a POST, I want to read the json payload inside ARequest. I expected to find a

Re: [Lazarus] Linux apps and gtk version choosing

2023-02-26 Thread Kostas Michalopoulos via lazarus
On 2/26/23 14:25, Mgr. Janusz Chmiel via lazarus wrote: Where to change GTK version from 2.0 to 3.0? IIs it possible from Lazarus IDE, Form window or only from source code of app? Project -> Project Options -> Additions and Overrides (under Compiler Options near the bottom of the sidebar on

Re: [Lazarus] Linux apps and gtk version choosing

2023-02-26 Thread Bart via lazarus
On Sun, Feb 26, 2023 at 2:26 PM Mgr. Janusz Chmiel via lazarus wrote: > IIs it possible from Lazarus IDE, Form window or only from source code of app? Lazarus: Compiler Options -> Config and Target -> "Select another LCL widgetset (macro LCLWidgetType)" -- Bart --

[Lazarus] Linux apps and gtk version choosing

2023-02-26 Thread Mgr. Janusz Chmiel via lazarus
Dear specialists,   Where to choose which GTK version will be used by LCL whwen creating apps for Linux?Where to change GTK version from 2.0 to 3.0?IIs it possible from Lazarus IDE, Form window or only from source code of app? Thank you.  -- ___