I can't find the way to read a user edited text there. Ie. I manage to make this working * OfxParamSetHandle paramSet; gEffectHost->getParamSet(effect, ¶mSet);
OfxParamHandle param; OfxPropertySetHandle paramProps; gParamHost->paramGetHandle(paramSet, "lictextbox", ¶m, ¶mProps); ** gPropHost->propGetString(paramProps, kOfxPropLabel, 0, &mchar);* But obviously it reads the label of the editable text no the text itself. Also I've tried some solutions it doesn't work at all like: * gParamHost->paramGetValue(myData->codeParam, mchar);* being *codeParam *a *OfxParamHandle* or * gParamHost->paramGetValue(param,"lictextbox", mchar);* Thanks in advance for any help!
_______________________________________________ Nuke-dev mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev
