PDA

View Full Version : How do I resize my AIR chrome ?


mandalavillage
06-25-2009, 04:04 AM
Dear webmates :

I have created an application for desktop on Flex Air, actually it uses an HTML/php/MySQL code and the idea is to contain 2 parts .

1) Login
2) Users Interface

But what I want is to have the chrome Size small enough for the part 1, and once the user is logged in, i want the chrome to grow.

How do I achieve it ? thanks in advance,

FreakLucky
06-25-2009, 11:42 AM
Dear webmates :

I have created an application for desktop on Flex Air, actually it uses an HTML/php/MySQL code and the idea is to contain 2 parts .

1) Login
2) Users Interface

But what I want is to have the chrome Size small enough for the part 1, and once the user is logged in, i want the chrome to grow.

How do I achieve it ? thanks in advance,
the smooth transition seems a little bit difficult in this case. since custom chrome use fixed size background images. one thing uou can do just take two window one for login and another for user-interfaces with same look-n-feel. after logging just close the login window and open the UI window.

Best,
Lucky