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

downloading forever #15

Open
mdsb100 opened this issue Jan 3, 2015 · 5 comments
Open

downloading forever #15

mdsb100 opened this issue Jan 3, 2015 · 5 comments

Comments

@mdsb100
Copy link
Contributor

mdsb100 commented Jan 3, 2015

gittio install ti.ux.scrollableview
[INFO] ti.ux.scrollableview searching...
[ERROR] ti.ux.scrollableview:commonjs no distributable available
[INFO] [email protected]:ios,android downloading...

@yuchi
Copy link

yuchi commented Jan 3, 2015

/cc @FokkeZB

@FokkeZB
Copy link

FokkeZB commented Jan 4, 2015

@mdsb100 that's probably because the widget is part of a big repository:

https://github.com/jaraen/Ti.UX.Templates/tree/master/app/widgets/ti.ux.scrollableview

This means gitTio has to download the full repository and then extract the widget out of it.

I'm working on adding support for Widget distributions.

@jaraen
Copy link
Owner

jaraen commented Jan 5, 2015

@mdsb100 also note that most ti.ux widgets have dependency with WidgetTools library at /lib folder, so they will fail if you don't manually copy that file to your project.

@mdsb100
Copy link
Contributor Author

mdsb100 commented Jan 5, 2015

@jaraen thx,I see.If I install scrollableview,does it install pagingcontrol automaticlly?
If it does,how about u create a widget to export WidgetTools?
At least user does not know detail.

@jaraen
Copy link
Owner

jaraen commented Jan 5, 2015

@mdsb100 pagingcontrol is a separated widget that must be installed separately. Let me suggest to manually download the whole project, copy the widget folders you are insterested in, copy also the WidgetTools file at lib/ folder and copy to your project and add the widgets used to your config.json file in the alloy project.

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

4 participants