How can I automatically refresh datagrid's dataprovider on a set time interval.?
Hello,
I use a comboBox called cboCatEANS to display a variety of choices that the user may store in the database (local SQL). The data come from an array which is populated by the function...
I am trying to import a MS Word dot file to my Flex application and replace certain key words with data from the application and then export the new file to the Client's PC. When I upload the...
If you open my Flex app in Japan or Korea or anywhere for that matter it adjust the time of a datagrid field to the local time, often causing even the date to change.
I want the datagrid ...
How to change row color in flex datagrid, if row column status field is false.
Hello everyone,
Right now I have data retrieved from PHP that populates an AdvancedDataGrid via an ArrayCollection. I also use the same data to fill up another array collection that is boun...
K here is my code, i am loading a xml file into the flex file and populating a datagrid. I actually use the browser manager to get variables across the url that i use in a URL request but i h...
Hi,
I have a datagrid and I need to fill the DataProvider with a list I create in my java file.
In my java class i created the ArrayCollection:
public ArrayList getData(){
...
How do I change the starting default background color? All Flex applications look like the same, I want to change that starting with the loading screen/background color.
I have a datagrid that's using itemrenderers. I have 3 questions:
1. Why do I have to use outerDocument in conjunctionwith the my external xml file (myXml) in order for myXml to be recogniz...
Hi,
I am trying to figure out a way to render dates that come from MySQL (YYYY-MM-DD).
This is the error message I get:
Type Coercion failed: cannot convert "2003-09-02" to Date.
...
This is driving me nuts. I have a datagrid that gets populated column for column from a database table. It is just a table of employee information. I want to use the datagrid to edit employ...
I am a noob in Flex 3, so i apologize if this is a simple question.
I been trying to get my Flex application to receive QueryString value.
After some research, including experts-exchange, ...
I've been beating my head at this for awhiile now. I'm trying to use a webservice within flex (<mx:webservice>..) to call a wsdl path but I want to use variables to string together the server...
This application may require that the individual tabs will have to a shading to match the child canvas. I've noticed that with the default tab Navigator component there is this gap between the...
Hi guinius,
I am new to flex3.I am trying to prepare a client server database architecture using PHP.I tried to prepare the application through wizard Click-->Data->Create application from ...
How I can load an SVG to setting image source property dinamicaly?
In the code attached there are two case: the first where I used the bindable var works but the second where I set the prope...
Alright, i am new to flex but am familiar with flash and php. What i am trying to do is populate flex 3 advanced datagrid with an xml file that is created at runtime. So in other words if i ...
Hi experts,
Relatively new to using Flex (used Flash a bunch so getting the hang of it fairly quickly). Working on a project using a bunch of individual components such as a car, a tree, a ...
Hi,
I'm trying to determine the best way to load a series of external swf's into a Flex app. The Flex app I inherited is using HTTPService, but from looking at the docs, it seems SWFLoader...
Hello,
I want to pass a java object which has an arraylist, this arraylist has another object added into it, through RemoteObject and blazeDS I am stuck at one place though. My java class has...
I have a flex datagrid and some form fields including 2 combo boxes. Both combo boxes pull in data from my db table. both are bindable to the datagrid so that when you click on the record in...
I have a Flex 3 AdvancedDataGrid component where I using the GroupingCollection and that is putting it into the tree struction by group just like I would like. But ordering them incorrectly.
...
How do i change and put my own custom image for expand and collapse icons of the Flex Tree?
hi experts, i have a list in which i am rendering text area, text length is variable- can range from 2 lines to 10 lines. how do i auto resize the height.. i have tried most of the things from...