Re: [Lazarus] Problems using RunCommandIndir with Lazarus 2.0.0

2019-03-01 Thread Bo Berglund via lazarus
On Fri, 01 Mar 2019 20:05:10 +0100, Bo Berglund via lazarus wrote: >ANOTHER LAZARUS PROBLEM: > >While testing this I also discovered that the FileOpen dialog is >*EXTERMELY* slow to appear. >What can cause this? > > dlgOpen.InitialDir := ReadIniString('Files',

Re: [Lazarus] Problems using RunCommandIndir with Lazarus 2.0.0

2019-03-01 Thread Bo Berglund via lazarus
On Fri, 01 Mar 2019 18:33:00 +0100, Bo Berglund via lazarus wrote: >What have I done wrong here? > Never mind, I found the problem: The ffmpeg command returned an error code and the output was directed into stderr rather than stdout. RunCommandIndir apparently did not receive any data on

[Lazarus] Problems using RunCommandIndir with Lazarus 2.0.0

2019-03-01 Thread Bo Berglund via lazarus
I am trying to extract information from a video file (mp4) using ffmpeg in a Lazarus 2.0.0 program. The command I want to use is: ffmpeg -i testvideo.mp4 -hide_banner (with a file name selected in Lazarus of course) I created this test function: uses Process; function

Re: [Lazarus] SourceForge Project of the Month

2019-03-01 Thread Graeme Geldenhuys via lazarus
On 01/03/2019 12:54, Bart via lazarus wrote: > A more recent screenshot would have been nice (0.9.30.4 !!). LOL - that is so true. :) Regards, Graeme -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org

Re: [Lazarus] SourceForge Project of the Month

2019-03-01 Thread Graeme Geldenhuys via lazarus
Well done to you all! Excellent work. Regards, Graeme -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My public PGP key: http://tinyurl.com/graeme-pgp -- ___ lazarus mailing list

Re: [Lazarus] SourceForge Project of the Month

2019-03-01 Thread Bart via lazarus
On Fri, Mar 1, 2019 at 9:33 AM Mattias Gaertner via lazarus wrote: > https://sourceforge.net/blog/march-2019-community-choice-project-month-lazarus/ A more recent screenshot would have been nice (0.9.30.4 !!). . -- Bart -- ___ lazarus mailing list

[Lazarus] SourceForge Project of the Month

2019-03-01 Thread Mattias Gaertner via lazarus
Hi, https://sourceforge.net/blog/march-2019-community-choice-project-month-lazarus/ Mattias -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus