Simply Maya User Community

Simply Maya User Community (https://simplymaya.com/forum/index.php)
-   Programming (https://simplymaya.com/forum/forumdisplay.php?f=32)
-   -   connecting floatFields and proc inputs (https://simplymaya.com/forum/showthread.php?t=31218)

bendingiscool 26-10-2008 12:33 PM

connecting floatFields and proc inputs
 
Hey,

I was wondering how to make floatFields in a UI that are connected to the inputs in the brackets after a procedure's name, for instance...

//////////
proc blah ( in here, like variables etc ){
do stuff...
}


Say I have a AI like this from the help files...

////////////
string $window = `window`;
columnLayout;
floatField -minValue -10 -maxValue 10 -value 0;
showWindow $window;


How would I hook that up to be connected with
the procedure inputs, am confused about this one

Many thanks
Chris


All times are GMT. The time now is 12:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Simply Maya 2018