Community Questions & Answers

Coverflow with remote images

Inside an app I am making I have an image gallery using CoverFlow. I want to use images from a folder on a webserver, and I have a filename reference in a MySql database. I can retrieve the file names, but can't make it work in the coverFlow. My PHP...

resize images in cover flow

I have a problem, i need to dynamically insert images into a cover flow view but i don't know their dimensions. I was thinking to create a label put the image as background and than use the toImage() and pass it to the images array in the cower flow...

Coverflow

Hi, I am debating about using coverflow for my project, but before I decide if it's the right fit, how easy is it to: -have a link open up when any image is clicked? (I'm guessing the only way to do this is to add an EventListener) -have text underneath...

Severe Distortion with Coverflow

I am having serious problems with distortion under Coverflow. Please look at: https://dl.dropbox.com/u/11235/distortion.png The background items are being stretched out. This is worse the bigger the items get. The layout I am implementing requires items...

Coverflow Max Images

Hi All Is there a limit to the iOS Cover flow object? I am trying to load images from Facebook, I set the graph call limit to 250, which works ok when I try it in a browser. However anymore than 100 images in the coverflow and it doesn't load. Is there...

Coverflow unsharp images

Hi, I got pictures for Retina and standard Displays with abc.png and abc@2x.png. The problem is, that the Coverflow images look kind of unsharp. If I look at the picture on my Mac Preview it is much more sharper than the one on the iPhone. Any...

Warning in CoverFlow

Hi, I have created a cover flow to display various tabs. I get this warning whenever i run my app. [WARN] Titanium.UI.createCoverFlowView() DEPRECATED in 1.8.0, in favor of Ti.UI.iOS.createCoverFlowView(): REMOVED in 1.9.0 How do i get rid of the same?...

Coverflow in iOS 5

Coverflow is acting a bit wierd since I updated my device to iOS 5. It works, but it behaves in a glitchy type manner and the animation seems a bit off. Is anyone else noticing this, or know of a fix?

Fullscreen coverflow

Hello all, Does anybody know about any workaround to make a coverflow object look like a fullscreen slideshow? Increasing coverflow width/height does not enlarge it enough to show fullscreen images... and if I load larger images into a coverflow, it will...

Mac OS style coverflow

The built-in coverflow is very ugly. The perpective images on the sides are cut at half of the width and you can only see 3 images. Are there any properties that can be set to take influence on the look? It would be nice to get a Mac OS style coverflow...

Taps on Coverflow

How could I know if user tapped image1, image2, etc... and call a function sending the index of the image as the argument of the function. ~~~ var view = Titanium.UI.createWindow({ title: 'Some Window' }); var view = Titanium.UI.createCoverFlowView({ ...

'Load' event for CoverFlow object

Hi all, Does anybody know how to implement a 'load' event for coverflow? Is there any workaround? I would like to show an activity indicator that would disappear as soon as the coverflow object is fully loaded. Thank you very much for your help Luis

How to add title of image to coverflow view

I see Coverflow View in iPhone is same as this: http://flic.kr/p/8JYtsU It has an image, plus a label in the bottom of each image. But Coverflow View of Titanium is like that: http://flic.kr/p/8JYun3 As you see, it only has image, not has label. How can...

Refresh Coverflow (Remote Images)

Hello everyone, I just tried to add a refresh-button to refresh my coverflow gallery (remote images). So here's what I did so far. Getting the images and generate the coverflow: ~~~ var win = Ti.UI.currentWindow; var images = []; var prefix =...

Coverflow Help Please!

Hey everyone, so I have simple .js code to initiate coverflow, it models exactly the titanium sink demo, but it's not working for some reason: var images = []; for (var c=0;c<30;c++) { images[c]='../Images/imageview/'+c+'.jpg'; } // create coverflow...

Coverflow Loaded with External XML

I am trying to use an external XML file to populate a coverflow. Then, once an item gets clicked in the coverflow, I am wanting it to open different webview pages. I am using the Titanium object Titanium.UI.createCoverFlowView to call the CoverFlowView...

Coverflow Label and not reading all images

I have a coverflow view based off of the Kitchen Sink view and I set up an array of captions for a title label. The initial label is there but it doesn't update when a new image is swiped into view. Also I have 16 images, and CoverFlow isn't loading the...

Coverflow setURL now setImage ?

setURL was returning an invalid method.. but looking in the coverflow proxy.. it looks like it has changed.. ~~~ -(void)setImage:(id)args { ENSURE_ARG_COUNT(args,2); ENSURE_UI_THREAD(setImage,args); int index = [TiUtils intValue:[args...

CoverFlowView on Android ?

Hello, Somebody know if the coverFlowView work on Android ? Because I have a null error and not in Iphone and I 've seen on the Internet that Android applications have often a coverFlow. Regards,

Coverflow image orientation

Hi Folks, I have created a coverflow that is supposed to show up when you change the orientantion of the device from portrait to landscape. The only problem I've got with this is that my images are showing up rotated by 90 deg. Has anyone else seen this...

Coverflow

Hi, I am debating about using coverflow for my project, but before I decide if it's the right fit, how easy is it to: -have a link open up when any image is clicked? (I'm guessing the only way to do this is to add an EventListener) -have text underneath...

Coverflow

Hi, I am debating about using coverflow for my project, but before I decide if it's the right fit, how easy is it to: -have a link open up when any image is clicked? (I'm guessing the only way to do this is to add an EventListener) -have text underneath...

Coverflow

Hi, I am debating about using coverflow for my project, but before I decide if it's the right fit, how easy is it to: -have a link open up when any image is clicked? (I'm guessing the only way to do this is to add an EventListener) -have text underneath...

Showing 1-50 of 57 1 2