flex

How to show PopUp with in the screen area In Flex and AS3

Hi i am trying to show my popup on the image mouse over it is showing fine when i trying mouse over right side last images popup is going out of the screen Here TalentInfoPopUp is **TitleWindow This is my sample code private static var staticWindow :TalentInfoPopUp = null; private static var visibleWindow:TalentInfoPopUp = null; p...

first record should be selected when loading the data in advance datagrid

Hi, I have a advanced datagrid and displying the 10 records. but when loading the data, the first record should be selected. Can you please help me how to do it. Thanks, Ravi ...

Help box similar to Adobe Live Docs

Is there any visual component in flex as used in Adobe Live Docs ( Yellow box that can be expanded or collapsed) at the bottom. I have uploaded the screenshot of that box too: http://tinypic.com/view.php?pic=2mxfvyd&s=3 I am looking for the same type of visual element/component in horizontal. ...

Flex component lifecycle, order of events

Dear friends, I am confused about the order of systen events. As per the book, 'childAdd' event of parentcontainer should be triggered after triggering of 'PreInitialize' and 'Initialize' event of childcontianer while as per the program out put it seems otherwise. Please help. What I found in books is as below: \ Container----------C...

Flex 4: How to get actual width of a group when using 100% and top/bottom/left/right?

I have an application with width/height of 100%. I have several nested groups within and their measurements are all not set, instead being defined as top=5 or left/right=10, etc. I'm trying to get the actual with of a group that should be 390. I've set the swf object size to be 400 from the html embed code, and the group is inside ano...

AIR - HowTo write a File

I want to generate a Class (.as) file and store it on the users desktop all from the AIR-App. Someone can describe the best practice method? Many thx and best regards... ...

Internationalization for Flex/Flash Apps

What options are there for storing and accessing translated strings in a Flex/Flash application? Ideally, I would like to share translation data with my Django website's internationalization data. This leads me to believe that some version of gettext would be best. But what is the industry standard, and the best implementation and docume...

Add Child immediately in Flex 3

Hi there, I'm having a problem similar to http://stackoverflow.com/questions/1410398/flex-dialog-not-display-immediately . Code follows: private function saveBitmap(event:ContextMenuEvent):void { loadingScreen.visible = true; loadingScreen.appLoadingText.text = "Preparing bitmap..."; addChild(loadingScreen); validateNo...

Flex HTTPServices and valid xml

Hi guys, I'm currently attempting to communicate with an API using Flex as the client. I'm using Flash Builders HTTPServices to do so, bit of a noob to all this. All works correctly if the accessed XML files elements are formatted correctly however if I add a hyphen to the element name I get flex warning me to the fact ie. The returned o...

how to access all item renderer of MX: Tree in?

my renderer contains a canvas in it, i add some title-window, every time i see my tree previously added Title-Windows are visible, i want to access each n every item in tree and remove previosly added all windows from the rendere. so can any tell me how access all the item renderer in AS3 ? ...

how to access all item renderer of MX: Tree in?

can i access every item renderer of tree in as3 ?( note that i am using custom item renderer) lets say i want to add some button in canvas(children of custom itemRender).. like getItemRender().addChild(); ...

Localization of ApplicationUpdaterUI

How to localize strings in default Application Updater UI? .addResources("",{titleWindow:"", ...}) doesnt work for me ...

Flex 4: How to override the default button functionality in a skin class?

I have a videoplayer with a custom skin class. I want to override the functionality of the fullscreen button. When I add an click event, the player still goes into fullscreen mode. How can I prevent the fullscreen event from firing? ...

NativeProcess Flex and Java

I am starting to work with Air2 NativeProcess and maybe you can give me a hand. I want to create a project with parts in Java and Flex that communicate through NativeProcess. I already installed Air2 and set it up for Eclipse. I wrot a small aplication in Flex with two text fields (textToSend and TextReceived) and a button (sendText w...

flex combobox arrow custom image

Hi all, In my Flex AIR application I have to customize the Combobox with custom arrow icon. I got the properties to change its color but didn't get any property to change the icon itself. After Googling I got some links of skinning the combobox but they were for FLASH CS4, but I am on Flex. Not getting any solution. Please help. Thank...

Check if control is on screen

How do I check if a control/DisplayObject is on screen? This means it is displayed on screen so no scrolling needs to be done. Example: I have several controls on a form. The size of the form exceeds the screen length/width. As a result I need scrollbars. How do I check if a control is on screen? ...

cairngorm 3 architecture

I heared the cairngorm is not a framework and parsely framework is inbuilt(IOC container). So we here no need to use the frontcontroler to control the request to respose. Can any one please send ma clear architecture of the cairngorm3. I had searched documents for cairngorm 3 architecture but not found anywhere. Is it necessary to know...

How to read the Dynamic form Child data in Flex ?

i created a form dynamically by adding each component in action script, now i want to get back the text/data entered in to that each component dynamically? private function loadAllComponents():void { var formItemArray:Array = new Array(); for(var i:int=0; i< Application.application.designList.lengt...

Flex context menus don't allow "About" any more

We've got a Flex application (using 3.0) which has some custom context menus. One thing we add is an "About..." entry which pops up an Alert with the application's version string and copyright information. Unfortunately, Flex seems to have recently taken a dislike to our caption -- supplying "About" or "About..." leads to the menu item...

flash and htaccess issue?

I have a flash swf application and the swf need the support of the .php files to get data. But my server folder is protected with htaccess and htpasswd. So the access from flash is not possible. How can I overcome this situtation? ...