[flexcoders] Re: Will Flex 1.5 work properly with Flash Player 9c?

2007-05-01 Thread newtoflexworld
gt; > Nope, all Players are backwards compatible to SWFs targeting previous > Players. > > Matt > > ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of newtoflexworld > Sent: Tuesday, May 01, 2007 6:37 AM > To:

[flexcoders] Will Flex 1.5 work properly with Flash Player 9c?

2007-05-01 Thread newtoflexworld
Hi All, I have a Flex 1.5 application running.Will the Flash Player 9c pose any problems for my running application? Thanks Sweta

[flexcoders] How to change a button icon at runtime in Flex1.5

2007-04-20 Thread newtoflexworld
Hi All, I am working on Flex 1.5. I need to change a button icon at runtime. Adobe docs say "The icon must be embedded at compile time as a symbol in the SWF file, as opposed to being downloaded as an image from the server at runtime." Is there any way I could do change the icon dynamically?

[flexcoders] IUrgent : Can we do a subsort on datagrid column in Flex 1.5

2007-03-29 Thread newtoflexworld
Hi All, I have a datagrid with 10 columns. Is it possible to sort on a column (lets say A) such that simultaneously a secondary sort (or subsort) is done on a second column (lets say B) In other words, if I click on the header of column A, the datagrid should be sorted on column A with a subsort

[flexcoders] Can we determine if a sort has been performed on a datagrid column?

2007-02-19 Thread newtoflexworld
Hi all, Is there any method in Flex 1.5 where we can find if a sort has been done on any column in a datagrid i.e. can we handle the sort event of a datagrid. Thanks Sweta

[flexcoders] Re: Urgent: Is there an upperlimit to Flex plugin memory ?

2007-02-13 Thread newtoflexworld
the data initially, or slow to scroll through it? > > How many columns does your DataGrid have? > > How many visible rows does it have? > > - Gordon > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behal

[flexcoders] Re: Urgent: Is there an upperlimit to Flex plugin memory ?

2007-02-12 Thread newtoflexworld
wrote: > > What is a "large amount" in your case? > > - Gordon > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of newtoflexworld > Sent: Monday, February 12, 2007 2:05 PM > To: flexcoders@

[flexcoders] Urgent: Is there an upperlimit to Flex plugin memory ?

2007-02-12 Thread newtoflexworld
Hi All, I am trying to display a large amount of data in a datagrid and the performance takes a dip as the number of data increases. I want to know if there is an upper limit to the memory that can be used by the Flex plugin? Also if such a limit exists , is it possible to increase that limit so

[flexcoders] Urgent: How to delay the datagrid onchange event

2007-02-12 Thread newtoflexworld
Hi all, I am working on Flex 1.5. I have to display large volume of data in a datagrid. Scrolling becomes very slow as the amount of data increases. Is there any way in which I can delay the "onchange" event of the datagrid ? Please help!!! Thanks

[flexcoders] Re: How to change the selected row color in a Datagrid?

2006-07-11 Thread newtoflexworld
Thanks a lot Doug!!! it worked for me :) --- In flexcoders@yahoogroups.com, "Doug Lowder" <[EMAIL PROTECTED]> wrote: > > That code snippet looks like Flex 1.5, so you could use: > > > > > --- In flexcoders@yahoogroups.com, "newtoflexworld" >

[flexcoders] How to change the selected row color in a Datagrid?

2006-07-10 Thread newtoflexworld
I need to change the color of the selected row in a datagrid on click of a button i.e. I need to highlight the already selected row in red. On the click event of the button ,I am using myGrid.setPropertiesAt(i, {selectionColor:0xFF}); where "myGrid" is the datagrid object and "i" is the i