[flexcoders] Setting a chromeColor within a skin?

2011-08-02 Thread lanekelly5
I created a skin that is a copy of the TabBarButtonSkin and I see where there's a property set: useChromeColor = true; I have some CSS that uses a different chromeColor for the selected tab vs the unselected tab and I'm wondering how that value gets integrated into the skin. I don't see

[flexcoders] White button label color - disabled state problem

2011-08-02 Thread lanekelly5
For some reason if I make the text of a button white, the alpha.disabled property in the SparkSkin container of my custom button skin doesn't behave properly. I can set the alpha.disabled=.99 on the SparkSkin and the white text is really hard to read. I would expect that it would make the

[flexcoders] Re: Simultaneous HTTPService limitation?

2011-08-02 Thread georgemeng2011
Thank you! Good to know there is such limit. George --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: I think there is an upper-bound on the number of requests you can make per frame for Flash and maybe for AIR too. On 7/29/11 7:23 PM, georgemeng2011 georgemeng2000@...

[flexcoders] HTTPService timeout?

2011-08-02 Thread georgemeng2011
Hello, I have very simple code to call a simple PHP page. PHP page will insret 2000 records to mysql table, takes about 2 minutes. On PHP side, it is fine, I tested the php page within browser, it ran for 2 minutes and stoped. (I have configured on PHP to run longer than normal.) One Flex

[flexcoders] mx:Datagrid nowto detect drop column

2011-08-02 Thread bu4fred
I would like to move cell contents around in a datagrid (or AdvancedDatagrid if necessar) but so far all I can do is detect the row of the drop target. II need to get both the row and column index of the source and destination of the drag-n-drop action. Any suggestions please???

[flexcoders] Flex View States

2011-08-02 Thread nikunj_n123
Hello All, My Application has a Tree, and all the elements of the tree belong to the same state. I want a new form to be launched each time I click an item of the tree. But since all the items belong to the same state, my forms are never recreated. P.S - I have to use states because there are

Re:[flexcoders] mx:Datagrid nowto detect drop column

2011-08-02 Thread j2me_soul
I finish my job like yours to calculate the mouse point belongs to which cell using RowHeigh CellWidth then operate the dataPrivoder to do anything At 2011-08-02 23:02:08,bu4fred fred.se...@adventistcare.org wrote: I would like to move cell contents around in a datagrid (or AdvancedDatagrid

Re: [flexcoders] HTTPService timeout?

2011-08-02 Thread Rishi Tandon
Have you check the network monitor in flash builder 4? Sent from my iPhone On Aug 2, 2011, at 5:16 PM, georgemeng2011 georgemeng2...@gmail.com wrote: Hello, I have very simple code to call a simple PHP page. PHP page will insret 2000 records to mysql table, takes about 2 minutes. On

[flexcoders] Flash Builder, The user operation is waiting for background work to complete

2011-08-02 Thread dorkie dork from dorktown
Occasionally something happens to Flash Builder where everytime I save I get the dialog, The user operation is waiting for background work to complete. I've tried restarting and it doesn't seem to make a difference. Usually I end up closing all the editors and all the projects, cleaning them and

Re: [flexcoders] White button label color - disabled state problem

2011-08-02 Thread Alex Harui
Are you using embedded fonts? I don’t remember if Spark controls need embedded fonts for alpha to work correctly. On 8/2/11 12:44 PM, lanekelly5 lkel...@gmail.com wrote: For some reason if I make the text of a button white, the alpha.disabled property in the SparkSkin container of my