Hi,
I'm working on an existing PHP application, where on of the features involves generating PDF documents from various data in the (MySQL) DB, by calling a php page, that outputs the gener...
How do I create a simple drawing board/whiteboard functionality in Flex ?
Not sure where to start, any tips? samples?
Thanks
I'm doing grouping collection Tree View) on my Datagrid and want to color the the root node, where I'm displaying the summary (i.e. count of records). How this can be done?
Hi, I have a datagrid in my flex app called myLoadDataGrid. This is populated with data from an arraycollection. How can I use a textinput above the datagrid to filter results in the datagri...
I am looking for a commercial library to simplify report generation/printing in flex. FlexReport is a nice package that meets my needs but I can not release my app code as LGPL open source.
Hi, I'm having a problem exchanging dates between MySQL and Flex.
My current setup uses Zend AMF to exchange value objects between PHP and Flex and then I use a mysql database to store th...
I found a demo for a dashboard on the Adobe site I want to modify but I am a newbie to Flex and not sure how to change the VAR HTTPSERVICE. Currently it uses a static XML page called POD.XML a...
hello experts,
how can i create a button on flex panel so that on click of that panel is closed
thanks in advance
Hi Genuses,
I am an newbie in Flex.
I am stuck in one issue, I have to create Line Chart which depicts groups of people who have made calls for respective period of time for example, group1 ...
When setting focus on a Flex component, like a button, how do you set the "enter" key to be the key that submits the buttons 'onclick' function. It appears the spacebar is the default. I would...
I'm attempting to put together a tree control which I'm building using an xmlList with nodes and labels. When a user clicks on a node I want to change the currentState to a different view of s...
I need the text in textarea to be converted in string with newline charecters also.
Please Help me.
How can I make the "enter" key change focus to the next control in the tab order and "shift enter" to change to the previous control in the tab order? In looking at the Flex 3 documentation, ...
Im trying to write an application in flex that uses DATA from an MS SQL. I've created a FLEX project and set it up so the project is in my IIS root directory.
I then run create application...
Hello everyone. I suspect this is a relatively simple problem, but I can't figure out what is going on. Here's the scenario:
- I have a simple TabNavigator with three tabs: Home, Transactio...
How do I display images from my database to my Flex application? I'm using Rails 2 for the backend, Flex 3 for the frontend, and RubyAMF remoting to communicate between Rails and Flex. Curre...
Howdy,
Can anyone point me in the right direction for creating a multi-line title bar for the Panel component in Flex 3? I know I'll have to subclass it, etc. But I could use some pointer...
I have a pop up title window with showCloseButton="true" so it has the X in the upper right corner of the pop up window to close it. The title of the pop up is in there too. Can I put two butt...
i would like to do more complex layouts than are typical in the rectilinear, grid based visual layout that come out of the box with Adobe Flex.
For example, I want watermarks and designs in...
Can't figure out how to make the Validator show the error tool tip when the error occurs. I need it to show when the focus is moved from the current text box. Not just show the red border and...
I am trying to globally enable/disable form fields based on a boolean var I am setting dynamically per record.
This code is not working for my comboBox, I am still able to change the values...
How or where can I set basics for my flex application:
1. background color of application
2. stage width and stage height of application
My stage width after compiling/starting always i...
I keep getting the following error in flex builder 2:
RangeError: Index '0' specified is out of bounds.
at mx.collections::ListCollectionView/getItemAt()
at mx.collections::ListCollection...
Hi,
I want to know if there is a way to simply manage internationlization+localization(globalisation ^^) in a Flex application?
I must create an application that can be in many differe...
Hello,
I have created one mxml application in which there is Tab control and inside each tab I am displaying different components, I have created Tree control and I want to use it as Menu and...