Re: EuGTK-3.0 File Dialogue question
- Posted by irv Jan 18, 2012
- 1013 views
You might try
system_exec("zenity --file-selection > tmp",0)
to save the output to a temp file, then read it into ed.ex
The zenity file selector is the same as GTK.
You might try
system_exec("zenity --file-selection > tmp",0)
to save the output to a temp file, then read it into ed.ex
The zenity file selector is the same as GTK.