ESP icon indicating copy to clipboard operation
ESP copied to clipboard

Linux: prompt to save on exit (instead of asking for save file name).

Open damellis opened this issue 8 years ago • 4 comments

With options to save, save as, or cancel.

damellis avatar Jul 26 '16 22:07 damellis

This might be harder than it should, as openFrameworks doesn't seem to support this kind of dialog box. See: https://forum.openframeworks.cc/t/how-about-a-yesno-dialogue-box/14001 for one possible implementation.

damellis avatar Aug 01 '16 22:08 damellis

See #306

damellis avatar Aug 03 '16 18:08 damellis

Need to get the yes/no / ok/cancel dialog working on Linux.

damellis avatar Aug 05 '16 18:08 damellis

Since linking against GTK seemed cause problems for all dialog boxes (#322), maybe this will work if we don't link against GTK?

damellis avatar Aug 16 '16 17:08 damellis