Re: [Tuxpaint-devel] Question about the best way to add support for system file dialogs
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Bill K. <nb...@so...> - 2008-04-09 18:58:32
|
I'm on batter with a very bad network connection, so apologies for the brief reply. I'd probably go with system dialogs, rather than using something written in SDL. That is, either OS-specific code, or, as you suggested, GTK+. Or perhaps Qt or wxWidgets. On OS X, BeOS (I believe) and Windows, we have OS-specific code for bringing up printer dialogs. (On Linux, I use a system() or popen() command to execute an external tool, such as "kprinter" or "xprinter".) Thanks and good luck! -bill! On Wed, Apr 09, 2008 at 04:15:33AM -0300, Bruno Dilly wrote: > Hi people, > > I submitted a GSoC proposal about adding support for system file > dialogs, and I searched for some ways it could be done. > > I analyzed three options: > > - using gtk+ > - using toolkits based on SDL (I just found some written in C++, so I > will need to write wrappers with bindings) > - writing the code without using toolkits > > I wrote what I researched and my thoughts about each option at > http://bdilly.livejournal.com/ > > But I want to hear your suggestions. > > Thanks in advance, > > Bruno > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Tuxpaint-devel mailing list > Tux...@li... > https://lists.sourceforge.net/lists/listinfo/tuxpaint-devel -- -bill! bi...@ne... http://www.newbreedsoftware.com/ |