Re: [flexcoders] Partial LineSeries - is it possible?

2010-02-23 Thread Geoff White
You shouldn't need to do this. Try setting the minimum and maximum values on the date time axis to the desired dates and it should do the rest(regardless of which dates there are data for). From: Battershall, Jeff jeff.battersh...@dowjones.com To:

Re: [flexcoders] How to dispatchevent in popup window?

2009-12-17 Thread Geoff White
var myPopup:Panel = new Panel(); myPopup.addEventListener(someEventType, handler); PopUpManager.addPopUp(myPopup, this). From: markflex2007 markflex2...@yahoo.com To: flexcoders@yahoogroups.com Sent: Thu, December 17, 2009 1:05:52 PM Subject: [flexcoders] How

Re: [flexcoders] AS3 Error Code! Why?

2009-12-16 Thread Geoff White
I think that flash player 10 is required for some of the newer FileReference stuff, be sure that your settings in Project-Flex Compiler reflect this. From: s_hernandez01 s_hernande...@yahoo.com To: flexcoders@yahoogroups.com Sent: Wed, December 16, 2009

Re: [flexcoders] Re: Selecting an Item Programmatically after Adding it to List

2009-12-14 Thread Geoff White
What happens if you set list.selectedItem = itemJustAdded? From: steveb805 quantumcheese...@gmail.com To: flexcoders@yahoogroups.com Sent: Sun, December 13, 2009 5:12:59 PM Subject: [flexcoders] Re: Selecting an Item Programmatically after Adding it to List