Community Questions & Answers
How to create an image reflection?
Hello there! I would like to add some visual effects to my images by displaying a reflection below. I see that the Coverflow supports an option for reflection but have found no example or discussion about reflection of single imageviews. What would be...
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...
View in CoverFlowView
Hi, Can I use view in coverflowview instead of image?
touchstart/touchend Event not working for CoverFlow-View, Ti 1.6/iphone
can't seem to get the touchstart/touchend-Event to work for a coverflow-view on iphone (device & simulator)... only "click" & "change" seem to apply. Is there a way to make it work?
how to change the default coverflow image loading images
hello I just created a coverflow and there I have a small problem on the default image to load coverflow it is there a possibility to change this default image with another image ? thank you
Remote images and coverflow
Coverflow is giving me an error: [ERROR] Couldn't load coverflow image url Does it already support remote images?
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...
Imager viewer issues - looking for something similar to coverflow
Hello, Sorry for the noob question.. I am trying to create a simple image viewer that rotates through images using a left and right button that will work on Android and Apple. Something very similar to the coverflow example for iOS found in Kitchensink...
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...
Pass variable
Hi Team, I have a question, please Could the team help to me? I have a function that get the value of the xml a put the info in a array ~~~ (function () { MyApp.ui.createAboutWindow = function () { var aboutWindow =...
Facebook group photo stream in coverflow
Hi. How can i get photos from a group or a fan page on Facebook in to a Coverflow? Will i need to get access token and stuff? All i want is to show some pics from my group or page is it really necessary to require a login for that? What if the user...
CoverFlow with high resolution URL (web) images
How do you tell the coverFlow component to display a web URL image as a hight resolution image? At the moment, when the code detects a iphone 4 or simulator it asks for the URL to high resolution images instead of medium resolution ones. However, both...
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 ipad curious resized
does anybody knows, how I can get this effect away? [Screenshot](http://cl.ly/3v132r3U160K2V1Y2J0J) I get this effect only on ipad. same function works on iphone very well.
Coverflow Bug in Kitchensink
I think I discovered a kitchensink bug while I was trying to implement the coverflow in my project. If you follow these steps you'll see what I mean: 1. see the coverflow local files example. 2. scroll all the way until the last image. 3. Click any...
How to remove reflection from the coverflow?
I'm trying to remove the reflection of the images in the coverflow, is this possible?
Remove mirrored image from CoverflowView
Is it possible to remove the mirrored images below the actual images of a coverflowView?
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...
CoverFlow Images Load slowly,
Okay, i have a CoverFlow View, with nearly 300 images in it, around 50mb just images, but when i load the coverflow mode, i) it loads really slow, which i expect, but is there anyway to just load up the first 10 images on startup or something, and load the...
Rotating Icons (in circle) Kind of like Apple Front Row
Does anyone have any idea how to accomplish an effect like that implied in this image? It works just as it looks. Tap an icon and the other icons all rotate around the circle. Swipe your finger on the screen and it rotates the icons through the selections...
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...
coverFlowView remove individual image
Hi, How do we go about removing just one image from the coverFlowView? The coverFlowView.remove(image) does not work (why is it in the documentation then?) I would also settle for removing the cover flow and adding a new isntance but it seems that if i...
how to spot the first image that appears in the coverflow?
hello, I wonder how I could locate the image that appears first in the cover treatment flox because I do when I click on each image thank you
CoverFlow with high resolution URL (web) images
How do you tell the coverFlow component to display a web URL image as a hight resolution image? At the moment, when the code detects a iphone 4 or simulator it asks for the URL to high resolution images instead of medium resolution ones. However, both...
Management click on the images of coverflow
hello, I just created a coverflow whose images are read from a xml file, then I hope that when I click the specific image information is displayed in another view. In summary I have the cover flow and a view when an image is displayed it is necessary...
how remote image in coverflow ?
hello , I want to load images from an xml file in a coverflow but I'm not sure how. for now I can get the pictures in item_image, I created the coverflow but it does not really work because I have a black background in my window so you do not see the...
button not showing until tab switch (iOS)
I have a window with a coverFlow in it. I then add a button on top of the cover flow. The thing is that I don't see the button the first time I navigate to the window, but I have to switch over to an other tab and back again to make it visble.
CoverFlowView not throwing swipe and touchmove/end/start events
I need to set the correct label under a coverflowview, not only after a change event (which works), but also during a swipe. But swipe events are not catched. This is my code. Any help? Thanks in advance. ~~~ cfview =...
Could not get coverflow image to view
i could not see the problem in this code. maybe someone could help me Please view the code here:- edit: sorry my mistake.. simple dumb mistake... Thank you.
Passing a URL from CoverFlow to a modal window using createWebView
Hi. I'm new to Appcelerator and Javascript in general but I've been picking up as much as I can. I have a data set of images that I have working in coverflow. When I click on one though I want to open a specific URL in a modal. If i hard code the...
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...
CoverflowView - Are remote images possible?
has anyone been able to get remote images loaded in a CoverFlowView? Looking through the generated code, it looks like they /should/ load.. but I have had no success.. anyone?
coverflowView and retina display
Hello, I have a problem whit the coverflow image view and retina display. All my images are saved at 600*600px whit name imageName@2x.png to indicate images are in high resolution for iphone4 display Now, in the coverflow view they are correctly scaled but...
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...
Remote images on CoverFlow
Is it possible to load remote url images into the iphone coverflow?
Showing 1-50 of 57 1 2