paramGetValue on the param suite should work. if it doesn't it is a bug in Nuke.

b

On Fri, Aug 10, 2012 at 8:50 AM, VĂ­ctor M. Feliz (MOTIVA)
<[email protected]> wrote:
> 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, &paramSet);
>
>   OfxParamHandle param;
>   OfxPropertySetHandle paramProps;
>   gParamHost->paramGetHandle(paramSet, "lictextbox", &param, &paramProps);
>   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
>



-- 
Bruno Nicoletti, Founder and Head of Technology
The Foundry
Email: [email protected]
Skype: brunonicoletti
Tel: +44 (0)20 7968 6828 - Fax: +44 (0)20 7930 8906
Web: www.thefoundry.co.uk
The Foundry Visionmongers Ltd.
Registered in England and Wales No: 4642027
_______________________________________________
Nuke-dev mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev

Reply via email to