Lost Password
Create an Account

Your username must be unique, and cannot be changed later.

We use your email address to email you a secure password and verify your account.

Coverflow

HomeForumsWink uiCoverflow

Tagged: 

This topic has 4 voices, contains 5 replies, and was last updated by  sylvain 572 days ago.

Viewing 6 posts - 1 through 6 (of 6 total)
September 6, 2011 at 5:37 pm #link

Please consider an enhancement to coverflow to allow adding (and removing) cover items dynamically. An event is also needed to indicate when the user is getting near the beginning or end of the coverflow so that more items can be added (and removed to reduce memory) to either the beginning or end of the coverflow.

This would give the appearance of allowing a large number of items in a coverflow component.

Thanks, Kris

September 7, 2011 at 6:05 am #link

Hi Kris,

Yes it could be an interesting feature, I’ll add this to our “todo list” ;)

Jérôme

October 27, 2011 at 7:46 am #link

Dear All
Now I need add and remove cover item dynamically for my project.
How can I do it ?
Thanks.

October 28, 2011 at 5:59 am #link

Hi,

Unfortunately, it’s still not possible at the moment :(

Jérôme

October 28, 2011 at 9:30 am #link

Thank you,
Hope this function will have in next version of wink :D .
I found a problem with coverflow library (sorry if it isn’t a bug).
I create a properties object with position = 0 like this
var properties = { covers: covers, size: size, position: 0
…….
}
var coverflow = new wink.ui.xyz.CoverFlow(properties); $(“container”).appendChild(coverflow.getDomNode());

I hope cover item with position 0 will be choosed but I saw middle cover item was choosed.

Maybe line 407 in _initProperties function has a mistake
this._currentPosition = this.position || Math.floor(this.covers.length / 2);

position = 0 therefore _currentPosition = Math.floor(this.covers.length / 2)

I have just worked with wink for few days but I love this library, very easy, very robust.
Sorry for my bad english.
Thank you

October 28, 2011 at 9:42 am #link

Hi,

you’re right, it’s actually a known bug that is fixed in the next version.

It is pleasing to see that you’re interested in Wink. We welcome back the issues you meet.

Have a nice day

Sylvain

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.