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

2010-02-27 Thread Mike
I made a video showing an example of interactively hiding data points by filtering the chart's dataProvider. There are a number of subtleties involved ;) http://www.youtube.com/watch?v=WV8-mE8BYOs Mike

[flexcoders] Scotland: Any Flash/Flex/AS3 conferences?

2010-02-27 Thread Clark Stevenson
Hey everyone. Im in Scotland and dispite now employed as a AS3 developer, i still to this day (since 2000 Flash 5) have never met a fellow developer face to face. Is there any events on in Scotland or the North of England at any point during the year which i could attend? It seems Flash on the

Re: [flexcoders] How to tell if colorpicker is open

2010-02-27 Thread Robert Moss
I was hoping to not have to keep track with flags in my code, but interrogate the component for it's state.  However, using flags is still better than using mx_internal.  Thanks. --- On Sat, 2/27/10, Alex Harui aha...@adobe.com wrote: From: Alex Harui aha...@adobe.com Subject: Re: [flexcoders]

[flexcoders] Re: Printing in Flex...

2010-02-27 Thread Laurence
--- In flexcoders@yahoogroups.com, Laurence lmacne...@... wrote: 1) Is there any way to control what printer a print job goes to? Or will it always go to the default printer? 2) Is there any way to configure it so that the browser's Print window doesn't come up? You know the one where

[flexcoders] How close am I: Sharing desktop

2010-02-27 Thread Wally Kolcz
I want to know if anyone out there knows the majic of sharing your desktop with someone via web. Here is my thought/theory..how close/far am I? I have been working with Multiplayer socket servers and sharedObjects. I know I can share information with users who are connected to the same 'room'

Re: [flexcoders] How to tell if colorpicker is open

2010-02-27 Thread Alex Harui
You could scan the systemManager’s rawChildren to see if any children have (owner is ColorPicker). On 2/27/10 7:05 AM, Robert Moss rdm0...@yahoo.com wrote: I was hoping to not have to keep track with flags in my code, but interrogate the component for it's state. However, using flags is

Re: [flexcoders] How close am I: Sharing desktop

2010-02-27 Thread Alex Harui
Acrobat Connect Collaboration SDK. On 2/27/10 8:50 PM, Wally Kolcz wko...@isavepets.com wrote: I want to know if anyone out there knows the majic of sharing your desktop with someone via web. Here is my thought/theory..how close/far am I? I have been working with Multiplayer socket

Re: [flexcoders] Tree Control behaves weirdly on drag and drop operation.

2010-02-27 Thread Alex Harui
You might need a custom ITreeDataDescriptor implementation. On 2/26/10 11:13 PM, Patil Yogesh patilyoge...@gmail.com wrote: I am trying to construct dataprovider from two different sources in Tree control. I am able to construct it but when I perform drag and drop operation on nodes in

Re: [flexcoders] Re: Printing in Flex...

2010-02-27 Thread Alex Harui
It goes to whatever printer the user chooses in the print dialog that you can’t prevent from coming up. Big changes to printing due in a year or two. On 2/27/10 12:10 PM, Laurence lmacne...@comcast.net wrote: --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ,