This is my layout: package layouts{ import mx.core.ILayoutElement; import mx.core.IVisualElement; import spark.layouts.supportClasses.LayoutBase;
I have a s:Group with few fixed size components in it, these are lets suppose 200x300, 300x150 etc Now if i resize s:Group with resizeMode=Scale,(scale down). and try to read the scaled down size of t
I am making a desktop application and I am exploring different ways to use application. When I choose to make an air app it automatically uses WindowApplication but if I want multiple windows in my a
I\'m looking into designing a media server application for a school project and was wondering what the best way to go about it would be. It\'s going to be n-tiered with the logic tier taking care of a
I installed flash player debugger and cannot able to debug the flash application. And I got following message in console.
I am trying to create an expanding object with the following event handler public function pickerMove(e:MouseEvent):void {
I have built a web page with flex 4, I want the user to click the LOGIN button and have a popup window appear to enter login info. 开发者_开发问答 I have set this up so that there is a login state wit
The only FXG editor I\'ve seen for Flex is by 7jigen, works online or as a Flex app. Does anyone know of a different one? It can be done in Illustrator I think, but that doesn\'t really offer a simp
My basic requirement is to draw a circle inside a BorderContainer with 开发者_如何学JAVAthe layout set to BasicLayout
I want to write a skin for BorderContainer wi开发者_Python百科th dashed line stroke. I haven\'t found a property in SolidColorStroke or *Stroke class that provides this feature. Is there a Stroke clas