How would i have a label with custom Stroke and/or highlight etc? How to link it with cocosbuilder?

Hi All,

What is the procedure to have a Custom Label Class to be loader by cocosbuilder at runtime,
secondly what would be the easy way to add a store to the label?

I’m using all owner variables in cocosbuilder,
and tried to do the Following in onAssignCCBMemberVariable

CCB_MEMBERVARIABLEASSIGNER_GLUE(this, "backLbl", MyCustomLabel *, this->_backLbl);

(MyCustomLabel is inheriting from CCLabelTTF)
it throws an error at the runtime in the above line.

Thanks

Bump!

Hari Krishna wrote:

Hi All,
>
What is the procedure to have a Custom Label Class to be loader by cocosbuilder at runtime,
secondly what would be the easy way to add a store to the label?
>
I’m using all owner variables in cocosbuilder,
and tried to do the Following in onAssignCCBMemberVariable
[…]
>
(MyCustomLabel is inheriting from CCLabelTTF)
it throws an error at the runtime in the above line.
>
Thanks