Have you tried to use the PrintDataGrid instead of the normal DataDrid. The former is enhanced for printing. However, i personally have my reservations...
I'm using mx:List and not DataGrid, but I guess I could switch to DataGrid if it's really worth it. I think I'll wait a little while and see if anyone else on...
Hello, I've just downloaded "flex_sdk_3.4.1.10084" but it's missing the FBPRO folder. I've never updated my SDK before so don't know where to look and my...
... You mean the data visualisation pieces ? Separate download and install. They should be on the download page on the site. -- Helping to dramatically bully...
this took me ages to find :) http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk Cheers Tom... 2009/11/6 Tom Chiverton <tom.chiverton@...>...
Hi Tracy I must be misunderstanding what you're saying. I tried this: private var mailMe:String = "mailto:kearney@...?body=bodyText"; private function...
Thanks for the reply, Alex. Should I submit a bug report for Flash Player 10/AIR? From what I've read Dictionary is not really meant to be serialized but you...
Hello, I'm trying to track down a memory leak problem in an Advanced Data Grid. On Creation Complete of the Application I'm loading the data:XML which is bound...
Hi John, Was able to download it already. I hope you did as well. Yeah definitely worth it. I suggest that their email should just give you a link (encrypted)...
I recently wrestled with printing a report from Flash and began to feel that I had to worry about too many things out of my control. For example, there is a...
Hi. I just responded to another printing question in more detail so I'll keep this brief and just share what I'd consider doing. Does it make sense for your...
I don't think you can do that. Item renderers are created automatically. If it were me, I would probably removeAllChildren from the datagrid and add each...
Hey guys, How can I handle shortcuts like Ctrl+Z, Ctrl+C, Ctrl+X or Ctrl+V? Simple keydown listeners on the components does not seems to work. I'll appreciate...
... That worked, thank you, to generate an email. private var mailMe:String = "mailto:kearney@..."; private function sendEmail():void { navigateToURL(new...
I am adding data to a LineChart with Actionscript. I have buttons in a datagrid that add different "fields" (attributes in the XML dataProvider, for example,...
Create a print view w/o scrollbars. That's essentially how PrintDataGrid does it. Alex Harui Flex SDK Developer Adobe Systems Inc.<http://www.adobe.com/> ...
I'd file a bug. Not sure if they'll fix it any time soon though. If you own the object that references the dictionaries, you should be able to code your own...
Got it. LineSeries(e.element).items IS an array. It is an array of LineSeriesItems which is collection with lots of things including a yValue. I can get the y...
Hi, I am new to flex and learning on the job and also under time pressure to finish the work, now i have set up the Flex Builder Environement running my...
Hello, Some time ago, I stumbled across a library that defined a container that had behavior similar to the bottom taskbar on Macintoshesµ. You know, when all...
Hey All, Why does the Microphone class have documented api's, but yet when compiling in flash cs4 they aren't available. Microphone.getMicrophone().codec =...
I'm at my wits end... I have a Flex client using a Socket (not an XMLSocket) to talk to a Java server. All of this with Java 1.5, Firefox 3.5.4, Flash...
Is there a way to get a strong property name from an object? scenario ... Person class having "weight" property var column:DataGridColumn column.dataField =...
Hi All.... I am currently getting the weirdest error. It comes and goes quite randomly..... For instance, it have showed up from me adding a comment to the...