diff --git a/README.md b/README.md index 35e5166..d030752 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # About It is a universal GUI, allowing you to open an input file, pass it to any console application with the parameters set inside and specify the output file. It can be used as audio converter, for example. Or any other. -This application was written by Roland57 from [MLO forum](https://www.mageialinux-online.org/forum/topic-30422+universal-gui-input-output.php). -There you can read the discussion in French. +This application was written by Roland57 from [MLO forum](https://www.mageialinux-online.org/forum/topic-30422+universal-gui-input-output.php). There you can read the discussion in French. +[Roland's project](https://github.com/rchastain/ui) may have new changes # Editing the source code and building it Install the Lazarus IDE on Linux (Windows is not supported yet) @@ -20,9 +20,12 @@ You can show logs in View-Messages Build your project: Run-Compile (Ctrl+F9) Compiled binary file demo will be in project folder (depends on GTK2) -# Restrictions -Do not use quotation marks (double and single) in filenames and paths -Fixed version here: -[Fork](https://github.com/rchastain/ui) +If after opening a project in Lazarus you don't see the source code (this might be the case if you chose "File - Close All" before), select: +Project - Modules (Ctrl+F12) - main.pas +Project - Forms (Shift+F12) - Form1 +You can move Form1, click Save All, compile, and your application will run in that position. + +# Restrictions +Do not use double quotation marks in filenames and paths ![ui](https://user-images.githubusercontent.com/107228652/218859651-2688038b-47e0-48f6-ade2-5d81ec91d092.png)