Thread: WDL-OL
View Single Post
Old 11-21-2011, 09:45 AM   #11
ThePriest
Human being with feelings
 
Join Date: Jul 2008
Location: Tuscany (Italy)
Posts: 144
Default

Quote:
Originally Posted by olilarkin View Post
I added an argument to IControl::PromptUserInput() to specify exactly the area where the text entry should appear as an IRECT.

To use it you need to make a new IControl that inherits from IFaderControl and override OnMouseDown calling e.g. PromptUserInput(&mTextRECT). See the IPlugEffect example

If the rect is not specified PromptUserInput() attempts to put it in the middle of the control... but by the looks of things that might not be working correctly.
Thank you very much, now it works very well, the added PromptUserInput(&mTextRECT) works too.
Quote:
Originally Posted by olilarkin View Post
i just pushed an update that should fix that.
Downloaded.
ThePriest is offline   Reply With Quote