RE: [flexcoders] Re: Gets arrange items in ArrayCollection?

2007-11-04 Thread Alex Harui
Arraycollection.source.slice() From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Saturday, November 03, 2007 10:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Gets arrange items in ArrayCollection?

[flexcoders] FB standalone and plugins

2007-11-04 Thread Steve Hueners
Flex AS3 development would be the only projects I'd be working on so I've installed the standalone version. I've been able to install a couple plugins so I understand at least _part of that process. I'm looking for a better understanding of what bridges are burned (extensibility-wise) by not

Re: [flexcoders] Re: remove a item in ArrayCollection

2007-11-04 Thread Paul Andrews
I've no problem with the e4x suggestion, though the debugger says: event.result.sites.site = mx.collections.ArrayCollection (@3ad1a51) so the data should be in the right format (as far as the original question is concerned). - Original Message - From: AJ Seelund [EMAIL PROTECTED] To:

Re: [flexcoders] Re: remove a item in ArrayCollection

2007-11-04 Thread AJ Seelund
try event.result.site instead of event.result.sites.site i usually use myXMLListCollection.source = myHttpService.lastResult.myNode and that works. Paul Andrews wrote: I've no problem with the e4x suggestion, though the debugger says: event.result.sites.site =

[flexcoders] Re: Is it possible to save an FLV to a Shared Local Object and open it later ?

2007-11-04 Thread helihobby
I guess the answer is that you can't save an FLV or SWF to a Shared Local Object ? :( Regards, Sean. --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Does anyone know how ( if possible ) to save an FLV or Image to the shared local object ( SOL ) and than open it

[flexcoders] How to detect a *piece* of pie be clicked in Pie Chart?

2007-11-04 Thread flexawesome
Hey there, I am working on pie chart( loads data from xml file), is there a way to click a piece of Pie chart to open a new window? I can show the following data in pie chart by using flex charting components. but I would like to allow user to click any piece to load the site in a new window.

[flexcoders] Re: Flex 2.0.1: itemRenderer won't get printed using PrintDataGrid

2007-11-04 Thread handitan
I try to use SuperImage but I couldn't get it to work as an itemRenderer. If there's any other way besides using SuperImage, I am all ears. --- In flexcoders@yahoogroups.com, handitan [EMAIL PROTECTED] wrote: Oh boy... you're the last person I expect to say that :( *sigh* I will checkout

Re: [flexcoders] Re: Flex 2.0.1: itemRenderer won't get printed using PrintDataGrid

2007-11-04 Thread Muzak
Display the images as bitmapdata in the itemrenderer. So rather than passing the image url to the itemrenderer, load the image upfront, transform into bitmapdata and pass that on to the itemrenderer. Haven't tried it, but think it should work. regards, Muzak - Original Message -

[flexcoders] is this a bug? - filter problems - sample app

2007-11-04 Thread joshuagatcke
Is this a flex bug? Run the simple app below, it contains 2 panels with text fields and combo boxes inside each. One panel has a custom drop shadow filter, the other has a normal panel drop shadow. You will notice, if you select the text in the textInput in the panel with the custom filter,

[flexcoders] Re: How to detect a *piece* of pie be clicked in Pie Chart?

2007-11-04 Thread flexawesome
any suggestions? thanks --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hey there, I am working on pie chart( loads data from xml file), is there a way to click a piece of Pie chart to open a new window? I can show the following data in pie chart by using flex

[flexcoders] Is it possible to set a different framerate for a MovieClip?

2007-11-04 Thread Stephen Roy J. Tang
i.e. I have a MovieClip in my MXML, can I set it to use a framerate different from the one used in mx:Application? If it matters, I plan to do this for a MovieClip objected exported from Flash CS3 using the Component Kit. Thanks, Roy