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: 126 - 150 of 838
 
Hi Guys,  I have made a custom mxml component and its called my panel. The panel is held in a view, however my problem is the first call to the view works fine all the links and everything ...
I am trying to get my datagrid paging to work 100%: The paging part is working, but I need the display of items: "Viewing Laerts 1-25 of 500" to display right. I need to be able to click "...
Hi, I am trying to automatically populate a ComboBox based on an ArrayCollection that represents a unique set of values from an ArrayCollection I am retrieving from a web service. The code ...
I thought this solution looked correct by an expert, but I am getting the error in the subject line. I added the sort, but it doesn't seem to help. Basically I am trying to push the contents o...
I am using Flex 2 on windows.  I have a datagrid with 4 columns.  When a user selects a row in a datagrid then clicks a button, how do I get the value of one of the columns from the row that i...
hi, I have 2 datagrids, the first has items which can be drag&dropped into the second. Now i have 2 problems. 1. how can i get the items from the second grid? in the past i used selectedInde...
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...
Is there a sleep function in flex2 ? A sleep function that works with Milliseconds?
I've loaded an external bitmap using Loader. imgBitmap stores actual decoded bitmap data. I have Flex mx code that adds a Sprite to a UIComponent as below. var uiComponent:UIComponent =...
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 ...
Hello, I am having the following issue - I have a FLEX application that resides on a web server, http://www.MyDomain.com It uses a web service that resides on a DIFFERENT machine, s...
I have been reading a lot about use of the rich text editor. This is sort of a black box as there really isnt much written about it. I have found a few useful blogs, but I want to make it more...
Is it possible to add in a LinkButton inside a flex datagrid column?
I have an XML data bound to a Flex combo box. I'd like to get notified when the combobox is completely initialized with data and the first item of the combobox is in valid selected state.(so ...
In Flex 3 I want to write mxml code that allows all of a  tree's data to be held in an external file totally outside of the flex code.  I've gotten something similar to the attached code snipp...
In the code below I call an httpservice and get the results into an array collection.  I use that in a combo box.  This works in the code below.  What I want to do is populate a field on the f...
I need to do the following: 1. Place an image into Flex cropped (image original size is 100pixel, but want to show only the left most 50 pixels in width initially) 2. Open the mask so that i...
hello experts, i  loading a video player module in my application.. the stop button is throwing  ReferenceError: Error #1069: .  rest of the controls are working fine. please help !!! ...
I wish to format a numeric stepper. Nothing fancy, but I wish to have it always a precision of 2 and leading 0 when < 1 Its for hours, has a min / max of 0.25 / 12.0 I want it to disp...
I'm trying to dynamically change the font color of a specific bound datagridcolumn based off of a different column value, which is not bound to the datagrid. I've tried an item renderer on ...
How do I get the size of a flash movie written in Flex to automatically change its size when the web browser user changes the text size?  Everything else on the page seems to resize automatica...
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 using a datagrid in Flex 3.0 to allow users to enter a line of information to upload a file. Each column uses an item renderer to add a component to the cell, so, in one column there's a ...
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...
Please run this attached code. I have a TextArea as the first Input in a Flex Form. I want the text area to resize only when the user enter data or mouse over  and slide it over the form it...