0
votes
1answer
39 views
textflow right click cursor blink
Hi,
I am using textflow in my application. I need to add a functionality of getting focus(cursor blinking) on right click.
How can I do this?
Thanks in advance.
0
votes
0answers
1 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
37 views
Flex/AS3 DataGrid Columns have wrong values
This is driving me nuts. This script is adding datagrids to various containers in an accordion. In my first level for-each loop the item that fills my "if(component.@component_componentID == …
0
votes
0answers
25 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
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
28 views
How to replace a parent component with a child component in flex?
Hi, I have a parent component namely, worklist. On Clicking a link button in this component, I need another screen, Defect Entry, to be displayed. On clicking the "Close" button in ther Defect Entry …
0
votes
2answers
30 views
Advanced DataGrid Vs DataGrid
Hi,
Can any one explain the difference between Advanced DataGrid and DataGrid?
Thanks,
Ravi
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
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?',
…
3
votes
6answers
114 views
How do I create a bidirectional data binding in Flex 3?
I need to bind a property to an edit control and have the control write its value back to the same property. The problem is, I'm setting the source value before the control is created:
…
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
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
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
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>
…
