Skip to content
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

Open
klausd opened this issue May 12, 2013 · 4 comments
Open

scrollview in view not appearing #10

klausd opened this issue May 12, 2013 · 4 comments

Comments

@klausd
Copy link

klausd commented May 12, 2013

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!

@pegli
Copy link
Collaborator

pegli commented May 13, 2013

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.

@klausd
Copy link
Author

klausd commented May 14, 2013

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

@klausd
Copy link
Author

klausd commented May 18, 2013

Do you think this can be solved? I would love to integrate TiCarousel in my app.

@yozef
Copy link

yozef commented Aug 4, 2014

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants