Alexander Weide Posted June 26, 2009 Share Posted June 26, 2009 Hi, i got the problem that i want control the max values with an expression. I build up a Slider to change the length of a table. in the center of the table is a second peace. i will control that the second peace is not larger than the max lengh of the table minus 200. i short way..the expression looks like this. : MaxTablelength-200 = maxlength_Centerpeace I want that expression inside the max value of the integer slider. i hope someone understand my small but big problem Quote Link to comment Share on other sites More sharing options...
varomix Posted June 26, 2009 Share Posted June 26, 2009 Hi You need to reference those values with the ch() function or just copy and paste the relative references and edit the expression it should look something like this ch("../MaxTablelength/sx") - 200 Quote Link to comment Share on other sites More sharing options...
Alexander Weide Posted June 26, 2009 Author Share Posted June 26, 2009 HiYou need to reference those values with the ch() function or just copy and paste the relative references and edit the expression it should look something like this ch("../MaxTablelength/sx") - 200 That is true i know it. My problem is that i will paste those expressions into the MAX range Value of a new createt interface parameter. and thats not possible because its not allowed to write letters inside the line only numbers are allowed. thats a big problem Quote Link to comment Share on other sites More sharing options...
varomix Posted June 26, 2009 Share Posted June 26, 2009 it will help if you can upload the file, or a striped version. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.