Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Flex Solutions: 26 - 50 of 841
 
Hi, i'm building a flex application now, in my program i need to pause it about 2-3 seconds to wait something display.Please tell me how can i achieve it? Thanks in advance!
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 have the following setup: a) A tree control which lists people assigned to certain departments.     -- The departments are the top level branch, and the people are the leaves (only 2 leve...
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.
Attach is the code snippet I'm using.  I've tried everything to programmatically disable / enable a menu item like "Down" but nothing works for me. Any ideas would be much appreciated.  
I am trying to figure out how to wrap the text of a long label within the label parameter of a VBox or Canvas component within a TabNavigator component. Currently, if the text is too long, it ...
I am designing an application in flex 3, I fairly new so picking up as i go along. I want to be able to popup a title window ,panel or tab navigator container when a button is pressed. I...
Flex 3 - How Do I Display dynamic icons in each row of datagrid (ex. PDF, Word,Excel) This is for a list of files that the user uploads, I need to show the proper Icon based on all of the dif...
Are there any prebuilt functionalities to drag a rectangular box on a chart to have it zoom in this area? It seems to me it could be doable by reading the XY location of the created box's end...
if you look at: http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html The panels have some nice "GLASSY" effects on the top ! How can I reach this effect ? I d...
Hi Genius' I have been struggling with this for about a week now so it is time to ask for some help. I have a well formed XML file that I receive from a server (please see original.xml) an...
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 am posting a long parameter string using httpservice post method like this: <mx:HTTPService method="POST" id="xmlDropPhrase" url="http://www.mysite.com/phrase/test.php" showBusyCursor="tr...
I have a datagrid with an arrayCollection data provider. On a button click, I call a method to update the dataGrid. Some of the cells in the datagrid are supplied by comboBoxes and Numeric Ste...
I Have the following filter function which filters the results of a datagrid. What I need is for it to only return results that start exactly the same way as the filter text EG: I search fo...
My question is Related to http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Flex/Q_24513126.html I've been trying to implement a help button in the title of a TitleWin...
(NOVICE ALERT) I am using a Flex HTTPService post to send data to an API that returns XML I can not seem to parse the return correctly. The returned XML is : <connector_ret>   <functio...
I want to use the AutoComplete custom component from Adobe (see attached PDF for Language Ref). Playing around with the default data, it works well for autocompletion for words (i.e. countries...
I am using Flex 3.0, ASP.NET and SQL-SERVER 2005. I am generating XML from ASP.NET. When I am viewing the xml through aspx it is working fine.In my flex application i want to make an image gal...
I am using showbusycursor on my HTTPService so that while the datagid is loading is that the cursor at least changes but I would like to do more like graying out the datagrid or something.  Bu...
How do I programmatically add an item in a List box ? (mx:list)  I also want it alphabetical sorted. I use a default Flex 2.0 List, I just want to add one item at a time and I want after ev...
Hey experts! What I'm trying to do looked pretty easy, but I couldn't find information anywhere. I have a variable number and I'd like to format it so it always has 3 digits, without dec...
I have designed a feedback form in flex 3 and i need help how to receive the mail if a feedback is submitted. I am using flex and php and connecting using amfphp.for example if a customer subm...
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 ...
How can I automatically refresh datagrid's dataprovider on a set time interval.?