[Lazarus] How to use RunCommandIndir() in a thread?

2019-04-14 Thread Bo Berglund via lazarus
I havr written a wrapper for some ffmpeg functions to make them easier to work with. However, some of the functions are rather longish so the GUI application gets unresponsive... I would like to fix this perhaps by running the commands inside a thread, but I don't really know how that can be done..

[Lazarus] Lazarus IDE compiled with lcl-gtk1 issues

2019-04-14 Thread Graeme Geldenhuys via lazarus
Hi, On 14/04/2019 17:40, Graeme Geldenhuys via lazarus wrote: > Perfect, that worked. OK, I spoke too soon. :-) I'm using Lazarus r60773 dated 26 March 2019. The build worked, but the IDE doesn't. I can't resize the main IDE dialog to see the tool palette. Also when I try and open any dialog...

Re: [Lazarus] Building lazarus from cli - how to specify target widgetset

2019-04-14 Thread Graeme Geldenhuys via lazarus
On 14/04/2019 17:23, zeljko wrote: > make LCL_PLATFORM=gtk Perfect, that worked. Thanks! Regards, Graeme -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] IDE trunk cannot build

2019-04-14 Thread AlexeyT via lazarus
FPC 3.2 fixes. IDE last trunk. function TFppkgHelper.GetConfigurationFileName: string; begin   Result := '';   {$IF FPC_FULLVERSION>30100}   if Assigned(FFPpkg) then     Result:=FFPpkg.ConfigurationFilename;    /fppkghelper.pas(524,20) Error: identifier idents no member "Con

Re: [Lazarus] Building lazarus from cli - how to specify target widgetset

2019-04-14 Thread zeljko via lazarus
On 04/14/2019 05:54 PM, Graeme Geldenhuys via lazarus wrote: As the subject lines says, how do I build lazarus IDE and LCL from the Linux command line and specify a specific widgetset target. eg: lcl-gtk1 instead of the default lcl-gtk2. make LCL_PLATFORM=gtk , gtk2 is default so make only is s

[Lazarus] Building lazarus from cli - how to specify target widgetset

2019-04-14 Thread Graeme Geldenhuys via lazarus
As the subject lines says, how do I build lazarus IDE and LCL from the Linux command line and specify a specific widgetset target. eg: lcl-gtk1 instead of the default lcl-gtk2. Regards, Graeme -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My p