pipwilson / wxvenus

Automatically exported from code.google.com/p/wxvenus
0 stars 0 forks source link

GUI configuration of venus dir #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Configurable VENUS_DIR, SOURCE_DIR, CACHE_DIR.

presumably this means we need a toolbar and some other things like

    * File -> Exist
    * Tools -> Options
    * Help -> About 

I guess this will also be the start of any more global config 

also see http://www.zetcode.com/wxpython/menustoolbars/

Original issue reported on code.google.com by phil.wilson on 22 Mar 2008 at 11:44

GoogleCodeExporter commented 9 years ago
Run this on startup if the settings can't be found (saved via pickle or 
somesuch)

Original comment by phil.wilson on 23 Mar 2008 at 1:05

GoogleCodeExporter commented 9 years ago
using [http://www.wxpython.org/docs/api/wx.FileConfig-class.html wx.FileConfig] 
looks
simple enough, although it means relying on the GUI library for something that I
think should be done natively.

Original comment by phil.wilson on 23 Mar 2008 at 5:44

GoogleCodeExporter commented 9 years ago
How is this supposed to interact with the Open dialogue in the File menu?

Original comment by tomn...@gmail.com on 26 Mar 2008 at 6:13

GoogleCodeExporter commented 9 years ago
I'd suggest a new "Options" Dialog window which allows you to configure the 
different
wxVenus modes

Original comment by phil.wilson on 31 Mar 2008 at 11:32