finalize not always called

https://coronalabs.com/blog/2013/12/03/tutorial-customizing-text-input/

hej guys,

I am using the customized text input from rob.

Absolutley great tool, but sometimes it seems that the finalize event is not called and I get stuck with the native textfield.

Any ideas or solutions?

Thanks,

Phil

*bump*

still happening

Can you post your code?

 Hi philipfuchs,

 The finalize event only fires if you call object :removeSelf()

 If you insert your object to a parent group and call parent:removeSelf(), the object will be removed without calling finalize event

*bump*

still happening

Can you post your code?

 Hi philipfuchs,

 The finalize event only fires if you call object :removeSelf()

 If you insert your object to a parent group and call parent:removeSelf(), the object will be removed without calling finalize event