[flexcoders] Changes in dot releases of Flash Player 9

2008-05-08 Thread Bill Brown
I'm running into issues with an AS3 project on versions of Flash Player 9 prior to 9.0.115. Does anyone know were I can find a change log or a bug list of Flash Player 9 dot releases?

[flexcoders] Flex accessing ColdFusion Remoting service on a seperate server?

2007-04-16 Thread Bill Brown
I am trying to get a Flex application to read a getAll() method from a ColdFusion Remoting service on a seperate server. My current (working) set-up has the Flex .swf on the same server as the ColdFusion Remoting service. I would like to host the .swf on a different server, yet still access the s

[flexcoders] Linechart with dynamic series?

2006-10-31 Thread Bill Brown
I was wondering if it is possible to dynamically add LineSeries to a LineChart component at run-time?I'd like to create something like a stock chart where the user can select multiple stocks to display on the stock chart. How would I format the arrayCollection being used as a dataProvider for th

Re: [flexcoders] Re: Drag & Drop problem with browser scrolling

2006-09-04 Thread Bill Brown
Just wondering if anyone has made any progress with this bug?I too am experiencing the same problem, but with dragging an item from a TileList or DataGrid into a List. When the List is below the browser fold and requires vertical scrolling to reach, the "drop area" seems to dissociate from the L

Re: [flexcoders] What is the difference between an Array and an ArrayCollection?

2006-07-25 Thread Bill Brown
You guys are great! I don't think I've ever lauged so hard learning a programming concept.Thank-you very much!Perhaps there should be a section in the livedocs dedicated to magical furniture analogies... __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/fi

[flexcoders] What is the difference between an Array and an ArrayCollection?

2006-07-25 Thread Bill Brown
This is a pretty newbie programming question, but coming from an AS1/AS2 background I'm not familiar with the difference between an Array and an ArrayCollection.Could someone please explain the difference, or suggest a URL that explains the difference? When I learned about arrays through Phillip

Re: [flexcoders] TabNavigator - Targeting Child Controls

2006-04-10 Thread Bill Brown
ean ( chkbx1.selected) *  Boolean (chkbx2.selected)  * Boolean ( chkbx3.selected) ) }"Since   Boolean( nulll) returns false, it would give you the value youneed. |-+->|     |     || |  "Bill Brown" 

[flexcoders] TabNavigator - Targeting Child Controls

2006-04-10 Thread Bill Brown
I am using a TabNavigator to split up dozens of checkboxes into relevant search categories.I need to be able to loop through all of the checkboxes to determine their selected state.The problem is that any checkboxes in the TabNavigator that are not visible return a null value instead of a boolea

[flexcoders] Builder code font size

2006-03-31 Thread Bill Brown
My preferred coding font is Andale Mono at size 8.In the Flash IDE, Dreamweaver, and Notepad it's a good mix of readability and code density for me.In the Flex Builder 2, however, size 8 is the same as size 9 (minus a pixel of leading). Size 7 is too small. Does anyone know how to get Andale Mon