Thu, Jun 10 2004
20:43:23
|
|
Request created by guest
|
|
Subject: v.patch needs multiple inputs in g.parser
Platform: other
grass obtained from: Binary
grass binary for platform: Downloaded precompiled Binaries
GRASS Version: binaries 2004-26-05
v.patch needs to have multiple entries for input.
The vector select button in the autogenerated GUI simply replaces any existing
entry in the input box with a new entry rather than adding it to existing entries.
I think it needs the multiple->yes option in the g.parser header.
If you type in an entry it works OK |
|
Wed, Aug 11 2004
16:07:33
|
|
Mail sent by mneteler
|
|
Hi,
the definition is ok:
cd grass57/vector/v.patch
grep multi main.c
old->multiple = YES;
new->multiple = NO;
But the parser interface doesn't respect 'multiple' yet.
Markus |
|
Wed, Aug 11 2004
19:00:19
|
|
Mail sent by mneteler
|
|
|
Wed, Aug 11 2004
19:00:21
|
|
Status changed to resolved by mneteler
|
|