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 106
 
I am trying to populate a flex line chart with numbers on Y and dates on X, I am returning a coldfusion query object and data typing it as a arraycollection. The Chart works... but X access is...
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. ...
I get the "warning: unable to bind to property 'id' on class 'XML' (class is not an IEventDispatcher)" whenever I click on a row in a DataGrid.
In Flex I have already used the following technique to communicate from FLEX to PHP. <mx:HTTPService id="data_send" url="http://localhost/quiztest/datasend.php" useProxy="false" method="POS...
When setting focus on a Flex component, like a button, how do you set the "enter" key to be the key that submits the buttons 'onclick' function. It appears the spacebar is the default. I would...
I was wondering in the flex data grid how would i format a column MM/DD/YY  
Ok i have some code here that when the application starts the text box will be focused.  But i am struggling to get a blinking cursor in it once the application loads. Here is the code
I'm trying to add data from one <mx:List /> to another. Something along the lines as when a list item is selected in one list, it should be added to another list, completed on mouse click rath...
I am trying to create a drag and drop from a tree. I cant seem to get the my items inside the folders to drag in. I do not want the folders to be able to drag into to the second table but the ...
I am evaluating Adobe Flex Builder 3 as a solution for our video streaming interface. I am using Flash Media Server to do the actual streaming. Our goal is to be able to streaming videos in .f...
I have variables in seperate mxml files and i am wondering how i use a object oriented approach to access them from one mxml file to another.  The main mxml file includes like 8 different mxml...
Using the original example from Ely - how can I make the page's resize accordingly to the size of the browser, but only up til 100% of the loaded image size. I modified Ely's example a bit,...
I am using Alert.show in FLEX3 as a YES/NO comfirmation box, but I cant seem to find a way to get the clicked answer. My example doesnt work! I tried some other methods of catching comfirmA...
Hi Guys. I'm trying to make a small Flex3 app where the user can draw rectangles and circles on a canvas. I'm thinking that the user click a button "New Rectangle", the cursor switch to a ...
FLEX 3, I am using <mx:HTTPService> to post a form in flex. It works when I use "http://"  but it fails when I use "https://". How do I access https with HTTPservice?
I would like to open a new browser wand give it soem HTML from the actionscript running in the Flex applciation.  Of course it is easy to open a page and give it a URL form a server somewhere ...
How or where can I set basics for my flex application: 1. background color of application 2. stage width and stage height of application My stage width after compiling/starting always i...
Hi All! Just a simple issue -- we are creating a flex 3 application and trying to set the alpha of a label to .3 It doesn't seem to work. Does anyone know why? Or how to make it work? Thank...
Combined Flex and Java Web Project Can anyone provide any examples or suggest how to organise a combined Java Web and Flex(Builder) based project, so I can deploy my Flex and the backed Jav...
i would like to do more complex layouts than are typical in the rectilinear, grid based visual layout that come out of the box with Adobe Flex. For example, I want watermarks and designs in...
i am newbie in Adobe Flex Builder 3. In my project i am using Flex Builder 3 and PHP. Now what I want that to set the Text field's value which will come from Database. In Datagrid I have alrea...
I am trying to import a MS Word dot file to my Flex application and replace certain key words with data from the application and then export the new file to the Client's PC.  When I upload the...
FLEX, I am adding a KeyboardEvent.KEYDOWN on a Popup, but it doesnt get fired up. Anyone know why? popup.addEventListener(KeyboardEvent.KEY_DOWN, popup_KEYDOWN); function popup_KEYDOWN  ...
Looking for a way to pause execution of a function before returning data. Please see the code in the doRequest function where the "// wait" line is.  I want to pause execution here without ...
In my project I am using Flex and PHP. From PHP I am generating a dynamic XML. I am giving you the XML.  <?xml version="1.0" encoding="utf-8" ?> - <quiz>     - <question ord_num="1" rans...