PDA

View Full Version : Iplug text examples


olilarkin
05-19-2009, 04:45 PM
I wondered if anyone had any examples of iplugs text rendering? Seems to be something that is missing from the current example project. Also is there a pop-up menu control?

cheers,

oli

cc_
05-20-2009, 12:33 AM
There's some code right at the top of the "Problems with ICaptionControl on OSX 10.5" thread (about half way down the page index) which renders a couple of the parameter values as text.

olilarkin
06-13-2009, 10:48 AM
thanks. Can anyone advise how to do text entry boxes (that you type into) and drop downs in an Iplug plugin?

oli

bvesco
06-14-2009, 01:03 AM
There are some good examples in the code for doing parameter entry on ICaption controls for both text entry and drop downs (param type enum uses the drop downs).

cc_
06-14-2009, 01:27 AM
They haven't been implemented for OSX, and I haven't needed them yet, so can't help I'm afraid.

If you want to see how they should work, they do work on windows: just right click some text and you can edit it.

Has anyone got any plans to implement them on OSX? schwa?

Coops2
06-15-2009, 04:51 AM
Is there a drop-down box control in IPlug? So far Iplug looks awesome and this seems to be the only thing it's lacking unless I just failed to find it?