2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

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

 
Top Flex Solutions: 26 - 50 of 115
 
I have an Adobe Flex web application built.  This application runs from a local website managed via Portable Firefox (all to make it accessible on a USB Flash drive).  A new requirement for th...
Hello, First, I apologize for my english, this is not my mother tongue. I have a mxml file with a datagrid that I populate with an array in ActionScript. I would like that when we click...
we developed a video chat application, we need to add one facility : file sharing. file sharing means user can send file to the other end user. and if other end user accept that file, it woul...
How to send a event from a custom component to another component in Flex . Means suppose I have two components - one is a video control and another one is a component which have buttons -play,...
so i am working in the Flex IDE.  periodically it seems to cache source logic and not use the most current version of my AS3 class files.  so, i clear the browser cache and still nothing.  whe...
Flex 3 How to access the ItemRenderer Collection of Adv DataGrid / Standard DataGrid? I have this class: package Controls {     import mx.controls.List;     import mx.core.mx_internal; ...
Dear fellow developers: I have built a flex application that displays a simple pie chart using ActionScript.  However, I am unable to figure out how to display the legend, as well as have t...
can some one point me to the datatype mapping of flex and java .
The tabnavigator i am using have around 15 different tabs, the problem is that the tabbar inside the tabnavigator tries to squeeze all the tabs inside the same space, truncating the labels to ...
I attempting to create a banner component that I can enter my own size, with images & url link etc. for future projects I may have that will pull from an XML file that lists the location of th...
Hi All, I have a popup component which I want to use as a header renderer. The problem is, if I create the datagrid columns in MXML. The header renderer works absolutely fine but the same w...
How to create a bar or column chart programatically ? using actionscript. please provide a sample
Hi, I want to change background color of the ComboBox area where items listed. I have ten items in the list and I want to change background color of these item to red. By default it is com...
I'm having problems upload files through my flex app online, it works offline fine on my windows test server but not on my online virtual hosting running via apache. In my code snipplet I ...
I have a TileList in flex, for which i have set an itemrenderer. I wish to iterate through all the items in the TileList in my program, how do i do that ? if i take the children of TileList, i...
Hi, I have an app that opens a webpage inside of a Panel container. No matter how much the Panel is sized (either specific sizes or 100% of the parent) the HTMLLoader object (the webpage) in t...
I am using Flex 3. The project is a list of 120 stores and their retail offers(sim[le text) for a special backtoschool promotion. My dataProvider for a datagrid is an ArrayCollection. I want t...
I am taking ImageSnapshot of the flex component, i am sending this object to jsp page, I have to save this  object using request.setContectType(JPEG) on client  (Browser) location also client ...
Dear Experts, I am having problems using itemrenderer for my datagrid. I am able to render the data using the linkbutton, when I click on the link I get an error: SecurityError: Error #2...
can any  one tell me how to use key board tab navigation in data grid control.   This is my need:   I have a datagrid and i have a renderer for datagrid columns. in renderer i have text in...
We need to have a hand cursor on some elements/components in our application, without losing element/component standard behavior. Right now, when we set hand cursor on an element, it starts ac...
Hi, I am sort of hanging with a stupid display glitch. In an appication that I have crated I have a tree, which would contain an enormous amount of data, if fully loaded. This is why I cr...
Hello experts, I was wondering if you could post a sample on how to load a remote xml document adding each "menu" tag contents(<item>) into a separate array later on adding each array to an...
I'm using Adobe Flex Builder 3. I'm working on an interactive schematic diagram where items that comprise the diagram (I'll call them nodes) are clickable.  So far, all is working fine, alt...
Hi, I had a view stack in my main app. I can access to him by static functions. They cannot be called before view stack creation complete. My problem is: sometimes, when I call DisplayV...