-
Notifications
You must be signed in to change notification settings - Fork 28
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
scrollview in view not appearing #10
Comments
Can you confirm that your views have numeric values for height and width? Currently, carousel views cannot use Ti.UI.SIZE, Ti.UI.FILL, or "auto" as height and width values, and ScrollView defaults to Ti.UI.FILL if you don't specify height or width. |
I have specified an absolute height and width for the scrollview. The problem only seems to be occurring with a scrollview, all other objects I add to the carousel work just fine. Thanks for the quick reply |
Do you think this can be solved? I would love to integrate TiCarousel in my app. |
Same here... I've set a value for width (120) & heights (190) of all the Views children (labels/image)... on Simulator they display (about 80% of the time) on device, they don't show at all (only the borders which I've set for the views). I'm guessing it's a performance issue? |
Hi,
First of all thanks for the great module, I've been looking for this for quite a while.
I'm having an issue when trying to add scrollviews to the views. The idea is to zoom in on the images in the views. This worked perfectly in a scrollableview, but in TiCarousel it just keeps the carousel from showing up. To clarify: nothing shows up from the carousel, not even the background of the views.
The background of the arousel itself does show up.
Thanks in advance!
The text was updated successfully, but these errors were encountered: