Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-22 Thread Doug McCune
Here's my example with write-up and source code:
http://dougmccune.com/blog/2007/09/22/nifty-flex-accordion-menu-like-on-applecom/

Or straight to the example (right click to view source):
http://dougmccune.com/flex/apple_accordion/

Doug

On 9/20/07, Tony Alves <[EMAIL PROTECTED]> wrote:
>
>Doug,
> That is off the board.  Do you think it will be possible to get rid of the
> history tracking on it.
> For some reason that always bothers me about the accordion, so I turn it
> off usually.
> Still, nice job!  You rock dude.
>
> Tony
>
>
> Doug McCune wrote:
>
>  holla
>
> http://dougmccune.com/flex/apple_accordion
>
> source will be coming soon, gotta do a little cleanup and write up a blog
> post. It uses a slightly modified Accordion component and some flexlib
> components.
>
> Doug
>
>  On 9/20/07, Mike Krotscheck <[EMAIL PROTECTED]> wrote:
> >
> >We did something very similar to this using a VBox and container
> > resizing. Basically, every other element is a clickresponsive component that
> > on rollover changes the height of the previous container, with a resize
> > effect added for good measure. Fairly simple, should take a decent developer
> > about 30 minutes to implement.
> >
> >
> >
> > *Michael Krotscheck*
> >
> > Senior Developer
> >
> >
> >
> >
> > *RESOURCE INTERACTIVE*
> >
> > www.resource.com
> >
> > [EMAIL PROTECTED]
> >   ------
> >
> > *From:* flexcoders@yahoogroups.com [mailto: [EMAIL PROTECTED]
> > *On Behalf Of *Michael Schmalle
> > *Sent:* Thursday, September 20, 2007 2:04 PM
> > *To:* flexcoders@yahoogroups.com
> > *Subject:* Re: [flexcoders] Re: Anyone seen this effect as Flex module -
> > Accordion Menu
> >
> >
> >
> > Hi,
> >
> > I also found another workaround for the rollover. I added a timer to the
> > dispatch method and it will wait the determined amount of milliseconds
> > before firing the open event.
> >
> > This improves usability greatly.
> >
> > Peace, Mike
> >
> > On 9/20/07, *Michael Schmalle* <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I slapped this together. There are a lot of things that could be
> > improved but, you be the judge.
> >
> > One thing is it doesn't quite 'slide' like the apple example does but,
> > that would be another component that used a canvas and funky depth
> > management.
> >
> > Plus whenever you use rollOver, there are bound to be issues. MouseDowns
> > are much better but, this uses rollOver. For the time I put into it about 1
> > 1/2 hours it's close.
> >
> > The Image is actually the content that could be whatever you want. The
> > gray part is the custom titleBar that was made with an inline itemRenderer
> > with the  tag.
> >
> > http://www.teotigraphix.com/flexAssets/taskpanefx/AppleMenu.html
> >
> > The example was done with this product;
> >
> > http://www.teotigraphix.com/components/containers/taskpanefx
> >
> > Peace, Mike
> >
> >
> >
> > On 9/20/07, *Tony Alves *<[EMAIL PROTECTED] > wrote:
> >
> > Now there is an example of why you should use flex over ajax.
> >
> > oneproofdk wrote:
> >
> >  Hi Mike
> >
> > Sounds good - if you dont mind the trouble - I'd love to see an
> > example on how to make the "Apple version"
> >
> > Thanks for your reply though.
> >
> > Mark
> >
> >
> >
> >
> >
> >   --
> > Teoti Graphix
> > http://www.teotigraphix.com
> >
> > Blog - Flex2Components
> > http://www.flex2components.com
> >
> > You can find more by solving the problem then by 'asking the question'.
> >
> >
> >
> >
> > --
> > Teoti Graphix
> > http://www.teotigraphix.com
> >
> > Blog - Flex2Components
> > http://www.flex2components.com
> >
> > You can find more by solving the problem then by 'asking the question'.
> >
>
>   
>


Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-21 Thread Tony Alves

Doug,
That is off the board.  Do you think it will be possible to get rid of 
the history tracking on it.
For some reason that always bothers me about the accordion, so I turn it 
off usually.

Still, nice job!  You rock dude.

Tony

Doug McCune wrote:


holla

http://dougmccune.com/flex/apple_accordion 
<http://dougmccune.com/flex/apple_accordion>


source will be coming soon, gotta do a little cleanup and write up a 
blog post. It uses a slightly modified Accordion component and some 
flexlib components.


Doug

On 9/20/07, *Mike Krotscheck* <[EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>> wrote:


We did something very similar to this using a VBox and container
resizing. Basically, every other element is a clickresponsive
component that on rollover changes the height of the previous
container, with a resize effect added for good measure. Fairly
simple, should take a decent developer about 30 minutes to implement.

 


**Michael Krotscheck**

Senior Developer

   



**RESOURCE INTERACTIVE**

www.resource.com <http://www.resource.com>

[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>



*From:* flexcoders@yahoogroups.com <http://ups.com> [mailto:
flexcoders@ <mailto:flexcoders@>yahoogroups.com
<http://yahoogroups.com>] *On Behalf Of *Michael Schmalle
*Sent:* Thursday, September 20, 2007 2:04 PM
*To:* flexcoders@yahoogroups.com <http://ups.com>
*Subject:* Re: [flexcoders] Re: Anyone seen this effect as Flex
module - Accordion Menu

 


Hi,

I also found another workaround for the rollover. I added a timer
to the dispatch method and it will wait the determined amount of
milliseconds before firing the open event.

This improves usability greatly.

Peace, Mike

On 9/20/07, *Michael Schmalle* <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:

Hi,

I slapped this together. There are a lot of things that could be
improved but, you be the judge.

One thing is it doesn't quite 'slide' like the apple example does
but, that would be another component that used a canvas and funky
depth management.

Plus whenever you use rollOver, there are bound to be issues.
MouseDowns are much better but, this uses rollOver. For the time I
put into it about 1 1/2 hours it's close.

The Image is actually the content that could be whatever you want.
The gray part is the custom titleBar that was made with an inline
itemRenderer with the  tag.

http://www.teotigraphix.com/flexAssets/taskpanefx/AppleMenu.html
<http://www.teotigraphix.com/flexAssets/taskpanefx/AppleMenu.html>

The example was done with this product;

http://www.teotigraphix.com/components/containers/taskpanefx
<http://www.teotigraphix.com/components/containers/taskpanefx>

Peace, Mike

 


On 9/20/07, *Tony Alves *<[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:

Now there is an example of why you should use flex over ajax.

oneproofdk wrote:


Hi Mike

Sounds good - if you dont mind the trouble - I'd love to see an
example on how to make the "Apple version"

Thanks for your reply though.

Mark






-- 
Teoti Graphix

http://www.teotigraphix.com <http://www.teotigraphix.com>

Blog - Flex2Components
http://www.flex2components.com <http://www.flex2components.com>

You can find more by solving the problem then by 'asking the
question'.




-- 
Teoti Graphix

http://www.teotigraphix.com <http://www.teotigraphix.com>

Blog - Flex2Components
http://www.flex2components.com <http://www.flex2components.com>

You can find more by solving the problem then by 'asking the
question'.


 


Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Doug McCune
holla

http://dougmccune.com/flex/apple_accordion

source will be coming soon, gotta do a little cleanup and write up a blog
post. It uses a slightly modified Accordion component and some flexlib
components.

Doug

On 9/20/07, Mike Krotscheck <[EMAIL PROTECTED]> wrote:
>
>We did something very similar to this using a VBox and container
> resizing. Basically, every other element is a clickresponsive component that
> on rollover changes the height of the previous container, with a resize
> effect added for good measure. Fairly simple, should take a decent developer
> about 30 minutes to implement.
>
>
>
> *Michael Krotscheck*
>
> Senior Developer
>
>
>
>
> *RESOURCE INTERACTIVE*
>
> <http://www.resource.com/>www.resource.com
>
> [EMAIL PROTECTED]
>   --
>
> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Michael Schmalle
> *Sent:* Thursday, September 20, 2007 2:04 PM
> *To:* flexcoders@yahoogroups.com
> *Subject:* Re: [flexcoders] Re: Anyone seen this effect as Flex module -
> Accordion Menu
>
>
>
> Hi,
>
> I also found another workaround for the rollover. I added a timer to the
> dispatch method and it will wait the determined amount of milliseconds
> before firing the open event.
>
> This improves usability greatly.
>
> Peace, Mike
>
> On 9/20/07, *Michael Schmalle* <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I slapped this together. There are a lot of things that could be improved
> but, you be the judge.
>
> One thing is it doesn't quite 'slide' like the apple example does but,
> that would be another component that used a canvas and funky depth
> management.
>
> Plus whenever you use rollOver, there are bound to be issues. MouseDowns
> are much better but, this uses rollOver. For the time I put into it about 1
> 1/2 hours it's close.
>
> The Image is actually the content that could be whatever you want. The
> gray part is the custom titleBar that was made with an inline itemRenderer
> with the  tag.
>
> http://www.teotigraphix.com/flexAssets/taskpanefx/AppleMenu.html
>
> The example was done with this product;
>
> http://www.teotigraphix.com/components/containers/taskpanefx
>
> Peace, Mike
>
>
>
> On 9/20/07, *Tony Alves *<[EMAIL PROTECTED] > wrote:
>
> Now there is an example of why you should use flex over ajax.
>
> oneproofdk wrote:
>
>  Hi Mike
>
> Sounds good - if you dont mind the trouble - I'd love to see an
> example on how to make the "Apple version"
>
> Thanks for your reply though.
>
> Mark
>
>
>
>
>
>   --
> Teoti Graphix
> http://www.teotigraphix.com
>
> Blog - Flex2Components
> http://www.flex2components.com
>
> You can find more by solving the problem then by 'asking the question'.
>
>
>
>
> --
> Teoti Graphix
> http://www.teotigraphix.com
>
> Blog - Flex2Components
> http://www.flex2components.com
>
> You can find more by solving the problem then by 'asking the question'.
>  


RE: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Mike Krotscheck
We did something very similar to this using a VBox and container
resizing. Basically, every other element is a clickresponsive component
that on rollover changes the height of the previous container, with a
resize effect added for good measure. Fairly simple, should take a
decent developer about 30 minutes to implement.

 

Michael Krotscheck

Senior Developer

 


RESOURCE INTERACTIVE

<http://www.resource.com/> www.resource.com <http://www.resource.com> 

[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Michael Schmalle
Sent: Thursday, September 20, 2007 2:04 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Anyone seen this effect as Flex module -
Accordion Menu

 

Hi,

I also found another workaround for the rollover. I added a timer to the
dispatch method and it will wait the determined amount of milliseconds
before firing the open event.

This improves usability greatly. 

Peace, Mike

On 9/20/07, Michael Schmalle <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote:

Hi,

I slapped this together. There are a lot of things that could be
improved but, you be the judge.

One thing is it doesn't quite 'slide' like the apple example does but,
that would be another component that used a canvas and funky depth
management. 

Plus whenever you use rollOver, there are bound to be issues. MouseDowns
are much better but, this uses rollOver. For the time I put into it
about 1 1/2 hours it's close.

The Image is actually the content that could be whatever you want. The
gray part is the custom titleBar that was made with an inline
itemRenderer with the  tag. 

http://www.teotigraphix.com/flexAssets/taskpanefx/AppleMenu.html
<http://www.teotigraphix.com/flexAssets/taskpanefx/AppleMenu.html>  

The example was done with this product;

http://www.teotigraphix.com/components/containers/taskpanefx
<http://www.teotigraphix.com/components/containers/taskpanefx> 

Peace, Mike

 

On 9/20/07, Tony Alves <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote:

Now there is an example of why you should use flex over ajax.

oneproofdk wrote: 

Hi Mike

Sounds good - if you dont mind the trouble - I'd love to see an
example on how to make the "Apple version"

Thanks for your reply though.

Mark







-- 
Teoti Graphix
http://www.teotigraphix.com <http://www.teotigraphix.com> 

Blog - Flex2Components
http://www.flex2components.com <http://www.flex2components.com> 

You can find more by solving the problem then by 'asking the question'. 




-- 
Teoti Graphix
http://www.teotigraphix.com <http://www.teotigraphix.com> 

Blog - Flex2Components
http://www.flex2components.com <http://www.flex2components.com> 

You can find more by solving the problem then by 'asking the question'. 

 



Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Michael Schmalle
Hi,

I also found another workaround for the rollover. I added a timer to the
dispatch method and it will wait the determined amount of milliseconds
before firing the open event.

This improves usability greatly.

Peace, Mike

On 9/20/07, Michael Schmalle <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I slapped this together. There are a lot of things that could be improved
> but, you be the judge.
>
> One thing is it doesn't quite 'slide' like the apple example does but,
> that would be another component that used a canvas and funky depth
> management.
>
> Plus whenever you use rollOver, there are bound to be issues. MouseDowns
> are much better but, this uses rollOver. For the time I put into it about 1
> 1/2 hours it's close.
>
> The Image is actually the content that could be whatever you want. The
> gray part is the custom titleBar that was made with an inline itemRenderer
> with the  tag.
>
> http://www.teotigraphix.com/flexAssets/taskpanefx/AppleMenu.html
>
> The example was done with this product;
>
> http://www.teotigraphix.com/components/containers/taskpanefx
>
> Peace, Mike
>
> On 9/20/07, Tony Alves <[EMAIL PROTECTED] > wrote:
> >
> >Now there is an example of why you should use flex over ajax.
> >
> > oneproofdk wrote:
> >
> >  Hi Mike
> >
> > Sounds good - if you dont mind the trouble - I'd love to see an
> > example on how to make the "Apple version"
> >
> > Thanks for your reply though.
> >
> > Mark
> >
> >
> >
>
>
>
> --
> Teoti Graphix
> http://www.teotigraphix.com
>
> Blog - Flex2Components
> http://www.flex2components.com
>
> You can find more by solving the problem then by 'asking the question'.
>



-- 
Teoti Graphix
http://www.teotigraphix.com

Blog - Flex2Components
http://www.flex2components.com

You can find more by solving the problem then by 'asking the question'.


Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Michael Schmalle
Brian,

> Any chance on releasing the code?

Actually, I think the original poster was asking if anybody knew of code or
$$ which means commercial component.

I spoke up and said I have a component commercially that I could make do
that.

So he asked if I could, so I did and that is what the example is of. The
TaskPaneFX component set on my commercial site. So really the source code is
just slightly extending my commercial pane component.

Peace, Mike

On 9/20/07, Michael Schmalle <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I also found another workaround for the rollover. I added a timer to the
> dispatch method and it will wait the determined amount of milliseconds
> before firing the open event.
>
> This improves usability greatly.
>
> Peace, Mike
>
> On 9/20/07, Michael Schmalle <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I slapped this together. There are a lot of things that could be
> > improved but, you be the judge.
> >
> > One thing is it doesn't quite 'slide' like the apple example does but,
> > that would be another component that used a canvas and funky depth
> > management.
> >
> > Plus whenever you use rollOver, there are bound to be issues. MouseDowns
> > are much better but, this uses rollOver. For the time I put into it about 1
> > 1/2 hours it's close.
> >
> > The Image is actually the content that could be whatever you want. The
> > gray part is the custom titleBar that was made with an inline itemRenderer
> > with the  tag.
> >
> > http://www.teotigraphix.com/flexAssets/taskpanefx/AppleMenu.html
> >
> > The example was done with this product;
> >
> > http://www.teotigraphix.com/components/containers/taskpanefx
> >
> > Peace, Mike
> >
> > On 9/20/07, Tony Alves <[EMAIL PROTECTED] > wrote:
> > >
> > >Now there is an example of why you should use flex over ajax.
> > >
> > > oneproofdk wrote:
> > >
> > >  Hi Mike
> > >
> > > Sounds good - if you dont mind the trouble - I'd love to see an
> > > example on how to make the "Apple version"
> > >
> > > Thanks for your reply though.
> > >
> > > Mark
> > >
> > >
> > >
> >
> >
> >
> > --
> > Teoti Graphix
> > http://www.teotigraphix.com
> >
> > Blog - Flex2Components
> > http://www.flex2components.com
> >
> > You can find more by solving the problem then by 'asking the question'.
> >
>
>
>
> --
> Teoti Graphix
> http://www.teotigraphix.com
>
> Blog - Flex2Components
> http://www.flex2components.com
>
> You can find more by solving the problem then by 'asking the question'.
>



-- 
Teoti Graphix
http://www.teotigraphix.com

Blog - Flex2Components
http://www.flex2components.com

You can find more by solving the problem then by 'asking the question'.


RE: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Brian Holmes
Hey, that's pretty cool. Any chance on releasing the code?



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Michael Schmalle
Sent: Thursday, September 20, 2007 11:42 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Anyone seen this effect as Flex module -
Accordion Menu



Hi,

I slapped this together. There are a lot of things that could be
improved but, you be the judge.

One thing is it doesn't quite 'slide' like the apple example does but,
that would be another component that used a canvas and funky depth
management. 

Plus whenever you use rollOver, there are bound to be issues. MouseDowns
are much better but, this uses rollOver. For the time I put into it
about 1 1/2 hours it's close.

The Image is actually the content that could be whatever you want. The
gray part is the custom titleBar that was made with an inline
itemRenderer with the  tag. 

http://www.teotigraphix.com/flexAssets/taskpanefx/AppleMenu.html
<http://www.teotigraphix.com/flexAssets/taskpanefx/AppleMenu.html> 

The example was done with this product;

http://www.teotigraphix.com/components/containers/taskpanefx
<http://www.teotigraphix.com/components/containers/taskpanefx> 

Peace, Mike


On 9/20/07, Tony Alves <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote: 

Now there is an example of why you should use flex over ajax.

oneproofdk wrote: 

Hi Mike

Sounds good - if you dont mind the trouble - I'd love to
see an
example on how to make the "Apple version"

Thanks for your reply though.

Mark










-- 
Teoti Graphix
http://www.teotigraphix.com <http://www.teotigraphix.com> 

Blog - Flex2Components
http://www.flex2components.com <http://www.flex2components.com> 

You can find more by solving the problem then by 'asking the question'. 

 


***
The information in this e-mail is confidential and intended solely for the 
individual or entity to whom it is addressed.  If you have received this e-mail 
in error please notify the sender by return e-mail delete this e-mail and 
refrain from any disclosure or action based on the information.
***


Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Michael Schmalle
Hi,

I slapped this together. There are a lot of things that could be improved
but, you be the judge.

One thing is it doesn't quite 'slide' like the apple example does but, that
would be another component that used a canvas and funky depth management.

Plus whenever you use rollOver, there are bound to be issues. MouseDowns are
much better but, this uses rollOver. For the time I put into it about 1 1/2
hours it's close.

The Image is actually the content that could be whatever you want. The gray
part is the custom titleBar that was made with an inline itemRenderer with
the  tag.

http://www.teotigraphix.com/flexAssets/taskpanefx/AppleMenu.html

The example was done with this product;

http://www.teotigraphix.com/components/containers/taskpanefx

Peace, Mike

On 9/20/07, Tony Alves <[EMAIL PROTECTED]> wrote:
>
>Now there is an example of why you should use flex over ajax.
>
> oneproofdk wrote:
>
>  Hi Mike
>
> Sounds good - if you dont mind the trouble - I'd love to see an
> example on how to make the "Apple version"
>
> Thanks for your reply though.
>
> Mark
>
>
>



-- 
Teoti Graphix
http://www.teotigraphix.com

Blog - Flex2Components
http://www.flex2components.com

You can find more by solving the problem then by 'asking the question'.


Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Tony Alves

Now there is an example of why you should use flex over ajax.

oneproofdk wrote:


Hi Mike

Sounds good - if you dont mind the trouble - I'd love to see an
example on how to make the "Apple version"

Thanks for your reply though.

Mark