event.target.id provides the id of the dataGrid Is there an easy way to get to the id of the drag initiator, so that I can assess if the source and target are...
Hello, Macromedia, here are a couple of features I'd like to see in Flex: 1. The MenuBar control currently does not dispatch an event for a toplevel menuitem....
I'm just wondering what level of support we can expect Flex to have for Web service interoperability as dictated by the Web Services Interoperability...
Hello All: I'm writing an app that shows a list of contract in my main datagrid, then shows the contract line items in a detail panel to the left upon clicking...
After accessing the correct doc version... I have the labelFunction for a DataGridColumn compiling. But the item argument passed into my labelFunction is...
Hi all, i also posted this to the FB beta forum, but nobody’s there anymore :-) Of course I doubt the following is an easter egg… if you have a minute, try...
The global Date() function is well... getting in my way. How do I cast something as a Date? var obj:Object; var dt:Date; obj = new Date(); dt = Date(obj); ...
I have an Array of "Task" objects and each Task object contains a reference to a "Contact" object. I am binding the task array to a DataGrid but would like to...
To flexcoders Owner: It'd be nice if all posts to the group could be archived in a list at www.mail-archive.com (because this Yahoo group search function only...
Hi all, it was an old annoyig issue for me... http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=1041 Have you tried if we have the same resul with List...
Flexcoders: Macromedia is looking for beta testers for future releases of Flex. It would be great to include you all so you can receive early versions to test...
Hi, please can you give me phone or e-mail Macromedia flex reference person? I have urgently need to contact it for price info. If not possibile, some...
Hi all, I have a Coldfusion WebService that works fine if called within a .cfm page : <cfinvoke webservice="http://localhost:8103/fatw/cfc/iscritti.cfc?wsdl" ...
Hi, Ok, ok, you've convinced us that getting the book source code online is more important than getting our clients to pay us to develop Flex applications ;) ...
For a Customer we want to build an application in Flex where we will use a Tree component to manipulate business logic. There are many examples in several...
I wrote a custom cell renderer for a data grid in mxml and referenced it in the data grid. The cell renderer contains a button that needs access to functions...
Hi, i have a problem with this scenario, my java class public class Order { private Articles articoli; .... public Articles getItems() ...... .... } where...
Dear All, I know that Flex will generate swf file in the web container, and the users are requesting the swf file. i would like to ask if we can make flex...
Hi all, i have the following problem: var doc = new XML(); doc.load("../../../../cms/TreeController.do?style=xml"); network monitor shows an xml receive with...
i'm binding an xml list of nodes to a tree using a dataprovider, and i'm wondering if there is a way i can add a spacer between each row, for presentation. i'm...
Hi Team, I've been able to successfully code a simple check box cell renderer and use it on a list control but now I need to be able to have an editable combo...
I have an MXML file that's only 24k, when I open it in FB and then do nothing, I can hear the fan on my processor speed up quite fast. Sometimes when I have a...
Hi all, i have an object created in the first accordion container that stores some data (name, surname...). Now, on the last accordion container i have to take...
Hi, i'm working in a demo project, i have used the sun design pattern 1) Presentation Layer (Flex / JSF) (it depends how much $$$$ the customer want to spend...
Hi all, i'm trying to send some data models and an array of my class objects to a WebService to store the info in my db. But i had some problems. This is the...
Hello, i'm trying aroud with Flex. In order to learn faster i bought the flex bool written by Steven Webster and Alistair McLeod. It's a nice book but a little...