B4A Library Animated Label Old Style (Medieval Style...)

MarcoRome

Expert
Licensed User
Longtime User
Hi. Your test file give me this error:

 

ac9ts

Active Member
Licensed User
Longtime User
Hi. Your test file give me this error:

It looks like the width of the view is causing it.

Changing
B4X:
Anim.AddViewToParent(Activity,Lab,True,0,1,100,10)
to
B4X:
Anim.AddViewToParent(Activity,Lab,True,0,1,95,10)

allows it to run. You can break any of the labels by making the width > 95
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…