I try since few days of using an text entry with WDL-OL without success... I tried to modify a lot the IPLUGMultiTarget example. It works with values, but no succes to modify an existing text. My goal is to have un text entry with an default value, and be able to modify it. I plan to use it to enter an IPV4 address. So from the default address would be : 127.0.0.1 and I would like to modify it to 192.168.11.34 Any help would be nice from some of you. Best regards.
the question is simple... Is there into the classes of wdl-ol a simple way of using an entry text ? My code will be open source when I will decide it runs well. Thanks.
------------------------------------------ '99 Estoril Blue + Dove Grey ///M3 coupe '04 Jet Black + Cinnamon ///M3 coupe
I implemented this control and i found two problems 1. The text is not centered vertically and i can't figure out how to put it at the left of the IRECT 2. How can i get the text of this control if i have a pointer to it? Which function should i call?
Bump bump. The method in my post above works fine in Live, but in Reaper the background of the text entry is black no matter what I set BGColor (and FGColor) in the IText to. Does anyone have a more elegant solution for text entry? Here's my code: Code:
------------------------------------------ 97 Alpinweiss M3/4 5spd Tho' much is taken, much abides; and tho' We are not now that strength which in old days Moved earth and heaven, that which we are, we are, One equal temper of heoric hearts, Made weak by time and fate, but strong in will To s
The only way to center text vertically with iplug is to modify quite a bit of code in IGraphics.cpp In IGraphics::DrawIText at line 1105 i added: Code:
BTW I pushed this change into Youlean repository, i don't know if I have to push this into Oli's too because he's going under heavy refactoring... Saverio