[GRASS-user] wx python: multiple selection

Hi.

Sorry for naive question, but in fact I try to use wx since few days, so maybe I lost something...

How to made multiple map selection in wx without repetition of choosing map from list
(look for something like control+click in tcltk menu gui)
when multiple scope of map is needed (for example r.to.rast3d, v.patch) manual method is little frustrating

cheers
J.

Hi Jarek,

I might be answering a bit late but here it goes....

I wxgui you can choose one raster map at a time. If the input is for
multiple maps it will add the map to the end of the list. So, the idea
is:
Click on the drop down menu arrow and choose raster 1
Click on drop down menu arrow again and choose raster 2
do this for as many rasters as you wish

Cheers
Daniel

2010/7/23 Jarek Jasiewicz <jarekj@amu.edu.pl>:

Hi.

Sorry for naive question, but in fact I try to use wx since few days, so
maybe I lost something...

How to made multiple map selection in wx without repetition of choosing map
from list
(look for something like control+click in tcltk menu gui)
when multiple scope of map is needed (for example r.to.rast3d, v.patch)
manual method is little frustrating

cheers
J.
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Daniel Victoria pisze:

Hi Jarek,

I might be answering a bit late but here it goes....

I wxgui you can choose one raster map at a time. If the input is for
multiple maps it will add the map to the end of the list. So, the idea
is:
Click on the drop down menu arrow and choose raster 1
Click on drop down menu arrow again and choose raster 2
do this for as many rasters as you wish

Cheers
Daniel
  

Hi Daniel,
I notice that!
It good solution when I need add 2-5 maps, no more
I only ask what about situation when I must add more than 40 maps in r.to.rast3d? In tcltk version I used CTRL + click to select necessary maps at once
So it means that such situation command must be created externally and next passed to terminal.
Jarek

2010/7/23 Jarek Jasiewicz <jarekj@amu.edu.pl>:
  

Hi.

Sorry for naive question, but in fact I try to use wx since few days, so
maybe I lost something...

How to made multiple map selection in wx without repetition of choosing map
from list
(look for something like control+click in tcltk menu gui)
when multiple scope of map is needed (for example r.to.rast3d, v.patch)
manual method is little frustrating

cheers
J.
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user