[flexcoders] Trying to understand RadioButton selection change logic with custom RadioButtons

2008-08-25 Thread devworkit
I am having a problem where if I place several custom RadioButtons on my page, they behave independently (i.e. they all can be selected at the same time and DO NOT behave as a group) even if I set their groupName to the same thing. Basically, I created a custom component that extends Canvas and

[flexcoders] Problem with BrowserManager and IE - titlebar always changes to a '#'

2008-06-05 Thread devworkit
I am attempting to integrate my Flex app to use the new Flex3.0 BrowserManager. I have very simple code at this point - here is what I do at application start time: browserManager = BrowserManager.getInstance(); browserManager.init(, MyAppName); When the app loads in IE7...things look

[flexcoders] Button ontop of Button - can't seem to synch overSkin??

2008-03-02 Thread devworkit
I have a larger button (let's call it BigButton) with a smaller button (SmallButton) sitting on top of it. I notice that when the mouse is over the BigButton, the BigButton's overSkin displays as expected. When I move the mouse over the SmallButton, the SmallButton's overSkin displays as

[flexcoders] Using RSL at development time - best practice?? Getting RSL Error

2007-11-19 Thread devworkit
I am getting a RSL Error 1 of 1 when trying to redeploy a new library.swf which is extracted from my customcomponents.swc. I have a series of custom components that I am developing for use by another application(s) that I am also writing. I can successfully compile my SWCextract it's

[flexcoders] A simple graphics.lineTo question...should be simple.

2007-10-03 Thread devworkit
I am just starting to look at the drawing capabilities of Flex. I'm trying to get an example working from the Essential ActionScript 3.0 book but it does not work for me. It seems awfully simple. Here is what the book gives for the example to draw 4 different lines: var

[flexcoders] Array of custom classes as the dataprovider for a ComboBox?????

2007-09-28 Thread devworkit
Hi, I would like to have the dataprovider of a combobox be an array of a custom class. I want to encapsulate a bunch of values/functions into a class called MyClass. I see you can have a simple Object array in mxml as the dataprovider like this: mx:dataProvider mx:Array

[flexcoders] Re: Array of custom classes as the dataprovider for a ComboBox????? {SOLVED}

2007-09-28 Thread devworkit
. --- In flexcoders@yahoogroups.com, devworkit [EMAIL PROTECTED] wrote: Hi, I would like to have the dataprovider of a combobox be an array of a custom class. I want to encapsulate a bunch of values/functions into a class called MyClass. I see you can have a simple Object array in mxml as the dataprovider