You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chennai Flex User Group
hi all
can anyone tell me how can we hide header and footer of
WindowedApplication in air
i want to show direct my application colors and dsgn, without
default heading and footer part
abhishekchess1
unread,
Oct 15, 2008, 8:08:00 AM10/15/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chennai Flex User Group
u can use
<systemChrome>none</systemChrome>
in application.xml file to hide header
and in <mx:WindowedApplication showStatusBar='false'
to hide footer
prasad P
unread,
Oct 15, 2008, 11:27:38 AM10/15/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chennai-fle...@googlegroups.com
And in app.xml , have to set transparent tag to none, then only it gets hide.
And one more, have to set setsystemchrome=false in the main mxml tag (<WindowAppliation/>)