What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

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

 
Time Tested Flex Solutions: 151 - 175 of 838
 
Is there a way to determine what Tile container the dragSource is coming from (in a similar way  to the e.currentTarget)? This question is a followup question to the following: http://www.e...
I recently upgraded an app from Flex 2 to 3. In Flex 2, to clear a selected date in a datefield, I simply selected the same date again using the date chooser. This no longer works since I upgr...
OK quite a general question but I hope someone can help.  In a few situations in Flex I have found I am running code before something ese has loaded so it is failing. One exaple is I have t...
We have a problem in sorting dates within a Flex application data grid We use php to output dates from a sql 2000 database into xml . Flex then reads this data but sees it as alphanumeric ...
I have a radio button group with a number of radio buttons contained in it. There are radio buttons being added to this group periodically during the life of the application. When I add a new ...
Hello! Please can somebody show me, how i can sort a specific column in a datagrid? Hers an example: The datagrid has 4 columns (id, user_firstname, user_lastname, emailaddress). Now when ...
Hi, I am creating a simpl app that display images and its titles in a tilelist, the url of the images an the title are stored on a mysql database, to which i enter using a php file. The probl...
How does one connect to a SQL Server db with Flex?  
I created a flex print job to print a label, Datagrid and a chart.  The issue I have is that I want there to be more spacing btween the datagrid and the chart...they kind of sit right on top o...
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...
I would like to install hibernate. Can someone please provide assistance (where to place the hibernate jars,what to put on the project classpath)? (I'd like to save and retrieve info to/from t...
I can populate a datagrid with db records but I want to place an Edit button in a column for each row that's displayed so that the user can click on the Edit button and navigate to another sta...
Hi Genusies, I am new to alivepdf. We have tried the same code as specified by alivepdf website tutorial n2  with flex and php. but we are getting the following results. "An error ...
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 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...
Imagine two scenarios: 1) A new user is registering using the flex form and sends his brand new password from the swf to the server. 2) An existing user is logging in using the flex form t...
We are facing a weird problem while using Tree control with Item Renderer. http://202.131.103.236/Problem/SampleTree.html With both nodes collapsed, access them one after another, every ...
Hello! Please i need your help. I have to realize the following concept, but i don“t know how. The user can define achievements and articles which includes prices in a row and can save t...
I would like to load a Flex Tree icon node from an URL rather than an embedded image. I think this ought to be possible using a custom renderer The loading of images from URLs has been don...
I want to make a simple toolbar in Flex using buttons: ex: button with Alignement LEFT, alignement MIDDLE and alignement RIGHT when I click "Alignement LEFT", "Alignement LEFT" is selected (...
Why would I get this error? This seems like a pretty straight forward thing. DistrictVO contains just an id & name. report.districts[0] is an array of id & name. 1067: Implicit coercion...
Hi All, I am newbie to flex and need help. Actually I have a datagris whose values I need to save to CSV file. Please help!!! Thanks in advance dojjol
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 have a datagrid with an arraycollection as a dataprovider.  The array consists of a boolean and two strings.   In the course of the program, I need to reset the checkboxes in the datagrid...
I'm creating the AdvancedDataGrid dynamically using the following information public var gridColumns:ArrayCollection= new ArrayCollection(           [                               {colname:"Tran Nbr",coldata:"shortnbr"...