Re: [Lazarus] Problems using RunCommandIndir with Lazarus 2.0.0

2019-03-05 Thread Bo Berglund via lazarus
On Tue, 05 Mar 2019 21:15:37 +0100, Bo Berglund via lazarus wrote: > >The question now concerns the way RunCommandIndir() throws up a black >command window on screen when it executes. > >If I use ffmpeg calls many times in an execution it gets really >annoying. > >There should be an option to at

Re: [Lazarus] Problems using RunCommandIndir with Lazarus 2.0.0

2019-03-05 Thread Bo Berglund via lazarus
On Tue, 5 Mar 2019 19:57:58 -, Josh via lazarus wrote: >Just done a quick google, >would telling ffmpeg to log output to errlog or nul help. > >https://superuser.com/questions/555289/is-there-a-way-to-disable-or-hide-output-thrown-by-ffmpeg > The problem is not that some output goes to the s

Re: [Lazarus] Problems using RunCommandIndir with Lazarus 2.0.0

2019-03-05 Thread Josh via lazarus
Just done a quick google, would telling ffmpeg to log output to errlog or nul help. https://superuser.com/questions/555289/is-there-a-way-to-disable-or-hide-output-thrown-by-ffmpeg Just a thiught Josh -Original Message- From: Bo Berglund via lazarus Sent: Tuesday, March 5, 2019 7:48

Re: [Lazarus] Problems using RunCommandIndir with Lazarus 2.0.0

2019-03-05 Thread Bo Berglund via lazarus
On Sat, 02 Mar 2019 09:56:07 +0100, Bo Berglund via lazarus wrote: >Now for another RunCommandInDir problem: > >When I run the command to extract the information a black command >window is briefly flashed on screen and then disappears. > >Is there some way

[Lazarus] Lazarus 2.0 TProcessUtf8 problem.

2019-03-05 Thread Arne Hanssen via lazarus
I have a Lazarus program that calls an external exe using TProcessUtf8.  I send filename(s) as parameter(s) to the external exe.  After upgrading Lazarus to version 2.0 I get errors if these filenames contain utf8 characters.  Is this a bug in Lazarus?  Or have anything changed from Lazarus v. 1.8.

Re: [Lazarus] Theme support for lazarus IDE

2019-03-05 Thread John Landmesser via lazarus
Am 05.03.19 um 11:42 schrieb Anthony Walter via lazarus: The GTK_THEME variable is recognized by Gtk 3. For Gtk 2 you need to set GTK2_RC_FILES to the gtkrc file for the theme you want. Your Gedit is build using Gtk 3. Lazarus is typically build on Linux using Gtk 2. See also: https://wiki.arc

Re: [Lazarus] Theme support for lazarus IDE

2019-03-05 Thread Anthony Walter via lazarus
The GTK_THEME variable is recognized by Gtk 3. For Gtk 2 you need to set GTK2_RC_FILES to the gtkrc file for the theme you want. Your Gedit is build using Gtk 3. Lazarus is typically build on Linux using Gtk 2. See also: https://wiki.archlinux.org/index.php/GTK+#Themes --