0
votes
0answers
2 views
Inherit a component in flashbuilder 4 can make the property editable like the parent component?
See, I want make a custom component inherited from DataGrid, I make a new component and choose it parent as default DataGrid. Everything works fine except I can not edit the column property like the …
0
votes
0answers
13 views
Flex: How to create area chart with only one element in dataProvider?
Hi,
When I try to create a Flex Area Chart (I am using Flex SDK 3.4), It does not show any thing if there is only One Element in the dataProvider.
Something like -
<?xml version="1.0"?>
…
0
votes
1answer
6 views
Tilelist, maxrows problem.
I am having an issue using the maxrows property of tilelist.
My code looks like:
<mx:TileList borderStyle="none"
backgroundAlpha="0"
id="wallpaper_image_list"
…
0
votes
1answer
36 views
Flex Alert control: Activating the “default” button on enter/space key-press
No matter what I try, I can't seem to fire the click event on the "default" button in an Alert control in a Flex 3.4 application.
Alert.show(
'Are you sure you want to delete the selected link?',
…
0
votes
1answer
6 views
Integrate fiddler with Flex technology
Hi,
How can I integrate fiddler with Flex 3? Flex uses - AMF protocol to exchange messages.
Can someone please help me in integrating Fiddler with Flex technology?
0
votes
1answer
10 views
Drill down by clicking on axis
Hi,
I need to have interactive axis where user can click on it and I can return the clicked data points. I've successfully implemented drill down when series is clicked but can not extend it for axis. …
0
votes
1answer
32 views
Using Flex to keep local SQLite database in sync with live server database
I want to create a Flex 3 application running in Adobe Air that accesses an SQLite database and I need to keep this database in sync with an SQL server 2005 database running a website.
Is this …
0
votes
2answers
37 views
To retreive Date in the same format as stored
Hi Friends,
I am facing an issue in my Flex application.
I am creating some array collections and storing date objects in it.In the later part of the application I will create …
0
votes
0answers
26 views
Drag and drop, custom cursor during drag not working
I have a datagrid that I want the user to sort the rows on. To make it obvious that it's sortable I am implementing some custom cursors. But I'm having a problem when I actually drag an item. Can …
0
votes
1answer
26 views
How to get an XML value from FLEX
Hey Guys,
i have the following Problem - first of all i'm totally new to Flex. I was search through about 20 Websites but haven't found a Solution:
I have xml file like that:
<xml>
…
0
votes
0answers
17 views
I need a data model for a Flex Datagrid list inclusion/exclusion widget
I'm working on a flex UI that has to create an inclusion list from dynamic data. Rather than belabor things with an analogy, here's a quick sample of what my inputs are and what my expected outputs …
0
votes
0answers
2 views
Flex Series Item Color in Linechart
Hi
I was trying to draw a Linechart with two series items simultaneously one series containing values and other series containing the average for the values , its more or less like two line drawn …
0
votes
1answer
11 views
Flex 3 give DataGrid Data to function
Hey Guys,
i have a Problem to send a value from the DataGrid to a function- this is my function:
private function browseLoc( location:String ):void
{
Alert.show(location,'Information');
}
…
0
votes
2answers
31 views
Advanced DataGrid Vs DataGrid
Hi,
Can any one explain the difference between Advanced DataGrid and DataGrid?
Thanks,
Ravi
0
votes
1answer
22 views
tumblr as a backend-solution for a flex/actionscript app?
I love tumblr because it is so easy to use and you can generate xml's of all or parts of the content.
Does anybody have experience in using tumblr or similar platforms as a backend for …
