We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting an error: 'undefined' is not an object (Evaluating 'Ti.Filesystem.getFile') at createRemoteImageView.js (line 5).
Calling it as: var remoteImage = Ti.UI.createRemoteImageView({ image: 'http://10.211.55.6:8000' + json.objects[0].tour[e.rowData.tourid].locations[e.index-2].photos[ph].photo, // defaultImage: 'images/default.png', // default images are also handled hires: true, width: 275, height: 95, top: 0, left: 0 });
The image is resolved as 'http://10.211.55.6:8000/media/uploads/2013/12/06/museum.jpg'
The URL is valid, i copy pasted to make sure it works.
The text was updated successfully, but these errors were encountered:
Apparently the culprit is Ti.Filesystem.applicationDataDirectory?
Sorry, something went wrong.
It fixed it self, i dont know what i did...
No branches or pull requests
Getting an error:
'undefined' is not an object (Evaluating 'Ti.Filesystem.getFile') at createRemoteImageView.js (line 5).
Calling it as:
var remoteImage = Ti.UI.createRemoteImageView({
image: 'http://10.211.55.6:8000' + json.objects[0].tour[e.rowData.tourid].locations[e.index-2].photos[ph].photo,
// defaultImage: 'images/default.png', // default images are also handled
hires: true,
width: 275,
height: 95,
top: 0,
left: 0
});
The image is resolved as 'http://10.211.55.6:8000/media/uploads/2013/12/06/museum.jpg'
The URL is valid, i copy pasted to make sure it works.
The text was updated successfully, but these errors were encountered: