Skip to content

Commit 17b4ecf

Browse files
authored
Update README.md
1 parent 00c05bb commit 17b4ecf

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# About
22
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.
33
It can be used as audio converter, for example. Or any other.
4-
This application was written by Roland57 from [MLO forum](https://www.mageialinux-online.org/forum/topic-30422+universal-gui-input-output.php).
5-
There you can read the discussion in French.
4+
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.
5+
[Roland's project](https://github.com/rchastain/ui) may have new changes
66

77
# Editing the source code and building it
88
Install the Lazarus IDE on Linux (Windows is not supported yet)
@@ -20,9 +20,12 @@ You can show logs in View-Messages
2020
Build your project: Run-Compile (Ctrl+F9)
2121
Compiled binary file demo will be in project folder (depends on GTK2)
2222

23-
# Restrictions
24-
Do not use quotation marks (double and single) in filenames and paths
25-
Fixed version here:
26-
[Fork](https://github.com/rchastain/ui)
23+
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:
24+
Project - Modules (Ctrl+F12) - main.pas
25+
Project - Forms (Shift+F12) - Form1
26+
You can move Form1, click Save All, compile, and your application will run in that position.
27+
28+
# Restrictions
29+
Do not use double quotation marks in filenames and paths
2730

2831
![ui](https://user-images.githubusercontent.com/107228652/218859651-2688038b-47e0-48f6-ade2-5d81ec91d092.png)

0 commit comments

Comments
 (0)