Pandora Dialogue windows (cross platform)


dan3008

Member
Joined
Sep 20, 2013
Messages
35
Hi guys

I'm part way through an application I intend to package for the pandora (a square foot garden planner) and have got to the point where I need to have some bits like a save file dialog from .net...

Am I going to be better quickly porting this app to run on mono (speed is not an issue) or is there an easy to use library around to do some standard dialogues? Cross platform would be nice, so i can use it in other projects :)

thanks

dan
 
Well if you ask for an easy way there is one _very_ easy: Zenity.
zenity --file-selection
Will open a file selector, while this is for bash it is not a problem to mix that in with OS calls in very most languages.
Basically this is a bash api for gtk.
 
Back
Top