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: 76 - 100 of 838
 
I have an application that loads a module using modulemanager. A component on the module loads a new module, using module manager. I now want a component (button) on the main application to re...
I have a custom component (sticky note...if julianopolito is reading this). These components are inside of a tile container (arraycollection of these components...this arraycollection is the d...
My Flex app willbe launched using a query string parameter such as: http://www.myserver.com/flexapp.html?memno=337466372283774 How can I extract the query string from this from within Fl...
I have an object in flex with a property such as the one below.  It contains a value from a DateField as selected in flex.  How do I convert this to a Number value so I can return it to the se...
Hello! I´m using an example from Adobe to upload pictures and a description text to the webserver. I can upload a preview- and a full size image. The data is displayed in a datagrid. This a...
I have a Flex application for show some images, when I load dynamic contents, for a differents source (like xml from php), not problem with image component content. My application have a mo...
I have a DataGrid called "feverGrid"  with dataProvider bound to the ArrayCollection "feverParams". If I modify feverParams in a callback, feverGrid does not immediately update the column....
Could someone please assist with sample code for populating a ComboBox component with data from a MySQL database, accessed using XML via PHP. For the purposes of this example, please assume...
I have two panels in the application and trying to move one of them. It always move above the other panel when I set the xTo  to bring the panel or put away the panel. I want the move to go be...
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...
I have flex3 and AMFPHP sending data to and fro ok.  How do I send data/what data to send back to flex from php that causes a faultevent to occur.  I have php querying mysql on server side.  I...
I need help with some code to use a accordion navigator to control a vewstack navigator. So when the user clicks on the a specific accordion header this should change the view stack navigator...
Hello Experts, I am developing a flex application in adobe flex3 and Java for back end processing. When I design components in flex builder Design area is set to "Fit to window". so applicati...
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 am working on Flex 3 application that collect information about students from few text input controls (name, date of birth, address and faculty title). Also, after user make some choices on ...
Hi All, I am using FLEX 3, I have a sql server 2005 database that uses stored procedures, I need to display my data in multiple datagrids from multiple tables on one page using panels, what...
Hi Genusies, I have XML file which have a format like <name>robert</name> <last name>jackson</last name> Now I have to create a dynamic form in Flex which contains form items called name...
Can someone please provide a simple example of a flex app communicating with a database (through maybe php)? I am using a MySQL database. Specifically, I would like to learn how to save and re...
Hi, I'm building a small flex application, which I'd basically like to be a form where a user can enter their name, email address, and also check a few boxes, then those details be submitte...
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'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...
Hi Experts, I want to create flex hover menu using reference from sites like http://www.sony.com/index.php or http://www.htc.com. Can you please provide me something useful in the form of ...
Within my <mx:Application> I immediately have a <mx:VBox> wrapper around the rest of my content.  The idea is to have the VBox expand/collapse depending on the height of the page I am viewing....
Hi, A while ago I asked a question regarding using multiple filters, and got my code working - see below. Now, for some reason, when testing the flex application, it crashes the browser ...
I know that if you want to communicate with the main application from within the itemRenderer component, you have to use "outerDocument" first...Example: <mx:DataGridColumn dataField="field...