Taifun Text box is not getting created with dynamic components extension

Screenshot_2

First I wrote ‘TaifunTextbox’ but it not worked then i wrote ‘TaifunTextBox’ then also it gives same error.

Screenshot_3

you can use this block instead of using textbox image

yeah i am using TaifunTextbox already but not fixed, i want dynamically that’s why i am using it with dynamic components extension. may be @Taifun will come up with solution soon

Try creating a dynamic textbox first and then use call TaifunTextbox.StartTextChangedListener to get cal DynamicComponents.GetComponent id

image

image

1 Like

above error is occuring when TaifunTextbox is creating …not on adding listener or doing anything else

See here how I use it and it works with no errors

3 Likes

Thank you very much all of you who contributed and specially for @dora_paz. I was trying to do it with TaifunTextbox as shown on extensions page.

I’m not sure which extension were talking about, besides one from Taifun, but you have to add the package name of the extension and then the class name (or otherwise known as the extension name).

Put this as the component: “com.puravidaapps.TaifunTextbox”

And it should work.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.