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: 201 - 225 of 843
 
Hi, I'm trying to load a basic xml file and populate a standard datagrid. Then, I want to push a button to update the datagrid with fresh xml data from the file. When i try to do this t...
I get the error: Error #1069: Property selectedItem not found on mx.controls.RadioButtonGroup and there is no default value. Flex doesn't seem to have anything specific for radio buttons...
Is there a way to do the following? 1. I have a text component (textCompA) 2. The text of textCompA is set by the value of an text Input component (textInputA) using data binding 3. The ...
From what I understand, the only thing I want to do on the flex side is possibly a password / confirm password field(s), and on pressing a button pass everything to php to let it handle the re...
I am really new to the programming but love the challenge. i have been working with php for about 6 months and have come to grasp to the way it works. i have written the code for the php t...
I have a datagrid in flex displaying a list of people.  The idea is, someone will press a letter on the keyboard and mark that person with that letter.  Flex will then colour that row and move...
I'd like to embed a FLV into my Flex SWF, but I've seen quite a few articles online that tell me this doesn't work (for unknown reasons). Does anyone know if an FLV can be embedded and if ...
How do they do bubble tool tips in Flex 3.  Take a look at this site below http://www.afcomponents.com/components/tooltip_flex/ Now Hover on anyone of those boxes and you will see the...
I'm creating a Card design application in Flex 3 with php on the server side. I'm running into issues with exporting canvas to png at 300 dpi. So far image is only coming out as 72 dpi. Any id...
A. ROOT APP B. [loaded from A] Application Control Bar (component) C. [loaded from B] Popup form (component) Inside the popup I have this PopUpManager.centerPopUp(this); executed onCreati...
I'm pulling my hair out on this one... I've got a plot chart and an advanced datagrid both supplied by the same dataProvider - an arraycollection.  My goal is to have the row in the adg highl...
I am dynamically populating a TileList with data from a database.  There are multiple rows in the TileList, but each row needs to be a different height depending on the data that is populated,...
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 ...
Flex 3 - How to Create / Export Word, Excel, CSV and other formats from ArrayCollection???
When I instance a custom MXML component, its child components are not instanced. Therefore, when I access the child components, I get Error #1009: Cannot access a property or method of a null ...
03/19/2008 05:24:48 PM New Messages Reply  | Quote  | Top  | Bottom  | Edit I have a chart which has for dataProvider a link to a php script which processes data and returns XML. The pr...
Hi All, How to group rows (like rowspan in html) in a Advanceddatagrid in Flex3.0. Exactly the same can seen at http://in.youtube.com/watch?v=6OzHK58XSfA Thanks in adance Rahul
My Flex 3 main.mxml code is getting very messy, is there a "include" in flex3 so I can seperate my code in several files? Like php INCLUDE.
I'm using an extended AdvancedDatagrid to show Footer (Which displays summary). My users want  turn on and off the visibility of this footer programatically (by pressing a button control). ...
How can I make my Panel Containers look like the ones in the attached file? I like that "chrome" look and the boarders. Thanks!!
Can some one please provide an example where you have two DateChooser components. The first DateChooser has the start date and the second DateChooser has the end date. From this I would like t...
I am trying to access a dynamically created Panel whose name or id I am trying to pass through the function parameter.  I need to name it so I can add more children to the panel at any given t...
Okay, printing works, but now I get a new challenge! I (MD) am working on a database for surgical procedures and want to implement a specific system (called EANS). This consists of categories,...
In a Flex 3 example, I send a text via httpservice using POST. The debugger shows the server response reads and recognizes the sent text by acknowledging it in the response body. The PHP file ...
I have a flex app that uses a webservice to communicate with a sql server database.  I make calls to the webservice through flex, the webservice callse the database and returns the data in XML...