- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I looked through all the samples and the howto projects, but i'm not finding anything.
What i'd like to do is when a value changes in my parameters, to change the edit type of another parameter between EDITTYPE_UNIVERSE and EDITTYPE_FLOAT. What I have is a dropdown that for certain options changes how some distance values are interpreted, one being relative, the rest being world coordinates. I just want the distance to reflect percentage of bounding box as either 0.0 - 1.0 or 0% to 100% maybe even better. i'm just not sure how to make that change during runtime. I tried to get the ParamDef and change the spin_type, but that didn't work. i'm thinking it may be something like getting the controls by their HWND and then modifying it there or something. but I just don't know how to go about that. if there's anybody out there that's dealt with this before I would be most appreciative of some information. thanks!
Solved! Go to Solution.