[GRASS-dev] can wxPython GUI handle order of options for v.type and alike?

Hamish hamish_nospam at yahoo.com
Wed May 23 00:33:50 EDT 2007


Maciej Sieczka wrote:
> I was wondering if the wxPython GUI is going to deal with problems the
> tcl/tk GUI can't - when there is a set of pre-defined parameters to
> choose from and the user should be able to decide about the order of
> them.
> 
> An example is v.type [1], for which in the tcl/tk GUI you can specify
> the order of types only one way, eg. 'type=point,centroid', but
> 'type=centroid,point' is impossible to achieve.
> 
> [1]http://intevation.de/rt/webrt?serial_num=2969


maybe use a wrapper script that has the possible combinations as flags?

[ ] point -> centroid
[*] centroid -> point
[ ] line -> boundary
[ ] boundary -> line



standy by.. I'll write one.


Hamish




More information about the grass-dev mailing list