[flexcoders] Pie Chart Single Slice - Label Function

2009-11-06 Thread Flex Killer
I just started learning flex and working on Pie Chart This question may look silly , but I come across in my project . Following is flex code copied from http://blog.flexexamples.com/2008/09/26/setting-a-custom-label-functi... Problem :- XML collection ( id is "dp") has only one value and if

RE: [flexcoders] ObjectUtil.copy() and Dictionaries

2009-11-06 Thread Alex Harui
Might be a bug. Not sure they expected Dictionary to be serialized. You might have to write your own copy function. Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] O

RE: [flexcoders] Re: Make Flex AIR app demand more system resources

2009-11-06 Thread Alex Harui
And upping the frame rate didn't do what you wanted? Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Sent: Thursday, November 05, 2009 6:15 PM To: f

[flexcoders] using itemsChangeEffect when filtering a tilelist

2009-11-06 Thread stinasius
hi guys am trying to use a datachange(itemsChangeEffect) effect when filtering the result of an array collection in a tilelist but doesn't work. is it possible to do it this way or not.