-
1. Re: BAD_CALLBACK_PARAM error invoking PF_UpdateParamUI
Mike Basil Jun 9, 2012 9:09 AM (in response to walczakb)Try setting PF_PUI_DISABLED on params, not on a copy!
Also i would suggest disabling/enbling them in ParamsUpdated instead of ParamsChanged, for example by storing a list of params that need to changed in sequence data.
let us know if this works out,
greets
-
2. Re: BAD_CALLBACK_PARAM error invoking PF_UpdateParamUI
walczakb Jun 11, 2012 1:07 AM (in response to Mike Basil)Thanks, I'll check it out. I used a copy, because it was explicitely stated in the SDK example (Supervisor) that you have to do it with a copy.
-
3. Re: BAD_CALLBACK_PARAM error invoking PF_UpdateParamUI
walczakb Jun 11, 2012 1:11 PM (in response to walczakb)Unfortunately, I keep getting the same error, regardless of where I put the code, and whether I do it with a copy or original params.
-
4. Re: BAD_CALLBACK_PARAM error invoking PF_UpdateParamUI
Mike Basil Jun 11, 2012 1:49 PM (in response to walczakb)Looks like you are using SDK for AE 11.
One suggestion: try this with PF_PARAMUTILSSUITE1 (instead of 3)!
-
5. Re: BAD_CALLBACK_PARAM error invoking PF_UpdateParamUI
shachar carmi Jun 12, 2012 12:39 AM (in response to walczakb)i don't know why you're getting this error, but i think you can set param flags using the stream suite.
i use it successfully to hide params.
you can also do that whenever you want and not just during specific calls.
-
6. Re: BAD_CALLBACK_PARAM error invoking PF_UpdateParamUI
Mike Basil Jun 12, 2012 12:26 PM (in response to Mike Basil)ok, just tested with SDK for CS6 paramutilsuite v3 (v1 is missing) works just fine!
-
7. Re: BAD_CALLBACK_PARAM error invoking PF_UpdateParamUI
walczakb Jun 12, 2012 4:11 PM (in response to Mike Basil)OK, the whole problem came from the fact that I was using CS6 SDK and testing in CS5.5, where the ParamUtilSuite3 is not present. Switching to v1 and SDK CS5 solved this problem.
Thanks!


