You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# About
2
2
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.
3
3
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
6
6
7
7
# Editing the source code and building it
8
8
Install the Lazarus IDE on Linux (Windows is not supported yet)
@@ -20,9 +20,12 @@ You can show logs in View-Messages
20
20
Build your project: Run-Compile (Ctrl+F9)
21
21
Compiled binary file demo will be in project folder (depends on GTK2)
22
22
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
0 commit comments