<div>Greetings</div>
<div> </div>
<div>I&#39;m new at GRASS and I have been developing a few scripts toGRASS but I have afewquestions regarding  Scripts wxpython frame (the one defined by %MODULE):</div>
<div>- I want usersto input a value in an OPTION regarding a parameter (e.g. a string or a number). ==&gt; This is EASY. But, I also want to compute the input, automatically, before I run my scritpt, in order to provide a list of possible values in other OPTION</div>

<div>e.g. in option &quot;Parameter&quot; the users put a value (e.g. Vegetation). Automatically a small processa is run in order to provide a list of possible values for Option &quot;value&quot;. And then, users will be able to choose &quot;Values&quot; options that is e.g. 100,10, 0etc&quot;. Only after this values were inserted is possible to run the script. </div>

<div>This seems complex but my question is: is it possible to run a function, while I&#39;m inserting values in scripts, and all this before I run the script?</div>
<div> </div>
<div>Best tregagrds</div>
<div>Jenny</div>