From: Ronald D S. <rd...@ea...> - 2001-09-02 22:05:23
|
> 4. What is the best way to tie widget actions or commnads to > > Python logic or formulae? Maybe this isn't implemented yet, if so, how > > do you think it will work in future? > > I'm not sure what you're asking here, can you go into more depth, provide an > example of what you're trying to do, etc.? > > ka I guess what I have in mind is this. I want to set up a collection of several sliders, to use as data input devices. Then, I need to do a calculation on the data, and send the output to a results slider. In other words, if S1 thorugh S5 are the input sliders, I need to do something like (S1 +5(S2) + 3(S3) -4(S4))/S5 and then output the result to an output slider. |