KoolMoves Accordion Widget/Component?
I understand that Flash MX Pro has an Accordion Component.
Does anyone have any ideas as to how to do something similar in KoolMoves?
It doesn't have to be ActionScript based, but It would be cool if it could have some "glide" when the panels expand and collapse.
Stoke Laurie's Example Is Solid
Quote:
Originally Posted by Stoke Laurie
The accordion component is new in Flash MX 2004 Professional. It contains a number of children movie clips, only one of which is displayed at a time. To navigate between each of these child movie clips the accordion component provides a header button for that child that the user clicks to view the child. The children can contain any information that you can have in a Flash movie clip – they can display text, images, movies of sections of a form that the user needs to fill out.
Take a look here for more info
http://www.dmxzone.com/ShowDetail.asp?NewsId=5648
This illustrates the idea, this was built within KoolMoves, have a play let me know
Stoke Laurie,
This is very close to what I was trying to describe (I just checked out the SWF on Mac/Firefox 1.5/Player 8).
-----------
Stoke Laurie and Wilbert,
There are a few things I noticed with some of the DOM versions I have played with (I am more a HTML/XML/CSS/DOM handcoder than a Flasher or ActionScripter) and to some extent in your example I noticed the same issues, one where the bottom most nav parent pushes it's content below it rather than the "bar" sliding over and obscuring/hiding/covering the child content like on this Rico/Prototype Library Demo.
The other thing I think is important is that the "container" or dimensions for the whole component need to be fixed (or at least have this be configurable) so that regardless of what state it is in it still takes up the same space (like in the Rico example) - if the child content was long it should get a scrollbar in it's content area - in an ideal world of course.
There could be a much better way too - these are just my observations from trying to stick a similar component into a page totally laid out with CSS - I needed the "box" to fit into a fixed area in the layout and not bleed over.
Stoke Laurie, I really appreciate the work you did and it is a great proof of concept for KoolMoves.
Animation for the Accordion Component/Widget
Quote:
Originally Posted by w.brants
That's a good idea.
A little remaining question just in case Bob decides the would like an implementation...
How important is the animated aspect of it. Would it also be fine if it would jump right to the next state instead of with an animation ? Without an animation it would be easier to implement and cause less cpu load.
A lot of UI elements are looking more and more like EA Playstation games, meaning that subtle animations seem to be becoming more and more the norm for user feedback and transitions.
I realize it is more difficult but I think it is fairly important. Either way it would be cool to have but the more whizbang (within reason) the better.
EDIT:
Removed Example URL