NikR
02.03.2008, 02:39
Как сделать, чтобы размер Application был 800*600 при загрузке, но при этом percentWidth=100 и percentHeight=100? (в Flex 3)
В Flex 2 работало:
width="800" height="600" creationComplete="percentWidth=100; percentHeight=100;"
В Flex 3 'percentWidth=100; percentHeight=100' не срабатывает
В Flex 2 работало:
width="800" height="600" creationComplete="percentWidth=100; percentHeight=100;"
В Flex 3 'percentWidth=100; percentHeight=100' не срабатывает