How do I allow the user to set the widget.height parameter?
How do make a drop down menu to allow the user to set the height of the widget. What parameter do I set? widget.height?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?More info:
I'm trying to allow the user to adjust the size of widget's frame. I would like to have a drop-down menu with three choices which sets the height of the widget.
I actually think I was able to do it before just by creating a drop-down menu which set a "height" parameter to the desired height and it worked... I just don't remember how I did it. And it doesn't seem to work now.
I'm wondering if I used "widget.height" or just "height" as a parameter name. If I used "height" as a parameter name, isn't that just a user-defined variable and not a system variable?
It's a little confusing. I'm thinking I should use "widget.height" as a parameter name to directly reference the widget's height, but that doesn't seem to work either.
Loading Profile...



