Friday, March 6, 2009

Tip on Flex

Hi...

As i said earlier, I have started learning flex...

Now i am going to share what i learned in flex for this 2 days...

Its may more primitive, still let me share this tips...


1.Accordion panel:

This component is a evolution of tab bars added with some animations. By using this component lot of information can displayed on th eweb page, using very little space. Only sites that are short and crisp will be more attractive so this component will help those situations.


2. Link button:

Link button is a very old component which is already seen in all programming paradigms. But here the syntax slittly varies from those.

Usage:

onClick="navigateToURL(new URLRequest('ur link'),'qoutes')";


3.Repeator control:

Using this control we could get a shadow window effect, which is nothing but the parent page will be made 'not responging' and dimmed, then a small window pops up for ur responce. This will very useful while showing alert msg or err msg.


U can get lots of such examples from


http://examples.adobe.com/flex2/inproduct/sdk/explorer/explorer.html


No comments:

Post a Comment