PDA

View Full Version : [ask] AIR window layout



bemzinside
5 May 2008, 9:30 PM
hi all ,
i was wondering if i can create window layout like this :
http://www.adobe.com/devnet/articles/air_sample_apps/fig08.jpg

or just remove the window border

i've been searching in google but still got no idea ...

could somebody or anybody in here give me a clue .....


thanks

Foggy
5 May 2008, 10:57 PM
i think a design like yours above is hard to do. Maybe you can take a look in first version of simple tasks, wich is using the Ext Styles for window apperance...
http://extjs.com/blog/2007/06/29/building-a-desktop-application-with-ext-air-aptana-and-red-bull/

hbstone
6 Jun 2008, 8:10 AM
remove the window border


<systemChrome>none</systemChrome><transparent>true</transparent> in your application xml will give it no border, no inherent background, etc. Then if you make an egg-shaped image, that will be the app background.

In Aptana you can go to the Window tab in your application xml and choose Window Style: Custom Chrome (transparent)