-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Label randomly not being rendered #9
Comments
Same problem here, seems to be random, have you found anything marconealberto |
the developer acknowledged the bug but never found a solution |
I just found a workaround for it: just convert your label into an image: you won't be able to modify it later, but it's something to start with. |
I got it working by reloading the data when the window opened. win.addEventListener('open', function () {
carousel.reloadData();
}); |
the two workarounds (conversion to image and reloadData) don't work anymore since TiSDK 3.2.3 . |
with reloadData don't work. |
Randomly labels in the carousel will not contain a value even if it's set.
This is what I checked
it at all)
SAMPLE CODE:
http://pastebin.com/ZGYg66VQ
The text was updated successfully, but these errors were encountered: