Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Flex Solutions: 1 - 25 of 90
 
Alright, i am new to flex but am familiar with flash and php.  What i am trying to do is populate flex 3 advanced datagrid with an xml file that is created at runtime.  So in other words if i ...
newbie to flex/flash wondering how to properly debug flex applications. when i run my flex app, i get the following error message Error #2044: Unhandled IOErrorEvent:. text=Error #2035: ...
Hi experts, I've a problem with flex and cancas object. Basically what I need to do is add a movieclip child created by code to a canvas container. This is very easy to do. What I need is...
I am dynamically populating a TileList with data from a database.  There are multiple rows in the TileList, but each row needs to be a different height depending on the data that is populated,...
I have an application with a Flex DataGrid component.  When the user clicks a button it adds five visible rows to the DataGrid.  That works well. When the datagrid expands the flex applicat...
In Flex/Actionscript, I am using an <mx:MenuBar> component which has 3 to 4 levels of submenus.  How do I register/respond to a user clicking on a submenu item that itself has another submenu ...
I need to put a delay on a mouse over - I have a map of Maryland, Virginia, North Carolina and South Carolina that have a mouse over and mouse out events. When you mouse over the state grows a...
I need an autosize component or method for a text field or text component: ex: the text field has 3 rows. when an user fills these 3 rows, the component resizes automatically and add a new ro...
Hi, I have a datagrid which I can happily populate using a single arrayCollection as the data provider.  However I have x number of underlying arrayCollections which hold the same data and ...
I have a Flex application where I need to be able to change the highlighted roll-over and selection background color of the top-level menubar buttons for a <mx:MenuBar> component.  I already t...
I am a newbie at Adobe Flex.  I want to create a simple Address book in Flex using Mysql, and PHP.  I want to be able to add, delete and update records from Datagrid and from a form.  It  has ...
I have Livecycle ES installed on an application server (not the machine I'm calling from).  I have Flex 3 installed on my machine.  I'm coding up a custom-built Form Guide.  I'm trying to call...
Can someone provide suggestions, help or a code sample for sending and receiving UDP packets from Adobe Air ?  Flex or Actionscript might help
I'm trying to get printing working in flex for a reporting application I'm working on.  In particular, I have a control which extends "image".   It loads a chart from the webserver.   The cont...
K here is my code, i am loading a xml file into the flex file and populating a datagrid.  I actually use the browser manager to get variables across the url that i use in a URL request but i h...
Hi Experts, I want to create a custom shape, like different US states maps image in flex. How would I do this ? I have tried ImageMap from Flexlib. It is not what I wanted. I need some acti...
I am redesigning a homegrown ERP/cost management system based in Access to run in MySQL with a Flex designed front end. My question is this: I have a tab based interface with sub-tabs. One is...
Hello all. I have this Datagrid. Component:voicePlayer has a function called "playVoice()". how can I call that function for a specific instance of a datagridColumn ? for example, run this ...
Howdy, Can anyone point me in the right direction for creating a multi-line title bar for the Panel component in Flex 3?  I know I'll have to subclass it, etc.  But I could use some pointer...
Hi. I'm using livecycle data services to communicate between j2ee/java and flex / ActionScript. For some reason I'm getting the error : TypeError: Error #1034: Type Coercion failed: canno...
i'm a newbie to flex so i'm hoping there is going to be a simple answer to this problem. it's caused a massive headache so i'm rewarding the maximum number of points to the solution provider. ...
Hi hope you can helpe me. Take a look at the attached code. I'm creating an actionscript for logging on and fetching an object "Bruker". Everything works, exept... Somtimes it takes a whi...
How can I make the "enter" key change focus to the next control in the tab order and "shift enter" to change to the previous control in the tab order?  In looking at the Flex 3 documentation, ...
I have a flex application : simpleMPC.mxml, code attached in the snippets below. In which I use a tileList, which renders data using simpleRender.mxml. dataProvider is an ArrayCollection, wh...
I am trying to add a link in the data grid that has a roll over which will underline and highlight in blue hre is my code below not sure why it isn't working.