Thanks Bob for the quick reply. The first of the two fixes worked for me
publishing to flash player 7 from the IDE and running in Firefox with player
8.

 

Nick

 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert Chyko
Sent: Thursday, December 22, 2005 12:16 PM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] DataGrid scroll problem and Archive Access

 

 

Ran into this in the past... Here are 2 workarounds we received from our
Macromedia (at the time) support rep.  These workarounds fixed the issue in
Flash Player 7, but I think they may have been broken by Player 8 - since
I've received bug reports about this again since Player 8 has come out -
just havent had time to test it properly with Player 8 yet.

Please let me know what you find:

 

Subject: Macromedia Product Support Ticket [8286652] Enhanced DataGrid
Render issue

 

I have a few cleaner solutions for you to try with the datagrid.

The sizing logic for the data grid is inaccurate with dimensions of the
datagrid when the datagrid is added to the stage dynamically resulting in
duplicate rows.

To work around this issue use one of the following lines:

<DataGrid Instance Name>.setSize(500, (<DataGrid Instance

Name>.rowHeight * <DataGrid Instance Name>.rowCount)+<DataGrid Instance 

Name>.rowCount);

//or

<DataGrid Instance Name>.rowCount = (<DataGrid Instance Name>.height -
<DataGrid Instance Name>.headerHeight)/<DataGrid Instance

Name>.rowHeight;

Let me know if that works out for you.

-Ken

Kenneth J. Toley

Flash Support Team Lead

Flash ActionScript/Application Architecture

 

 

Bob

 

 

-----Original Message-----

From: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED] On Behalf Of Nick
Appelmans

Sent: Thursday, December 22, 2005 3:09 PM

To: 'Flashcoders mailing list'

Subject: [Flashcoders] DataGrid scroll problem and Archive Access

 

 

Hi List:

 

I tried searching archives but link from webpage is broken. I have a
datagrid that is bound to a dataset where both properties of the binding are
property = "dataprovider" when the datagrid displays the resource returned
from a MySQL query via amfphp it displays the rows properly until I use the
scroll bar of the datagrid. When scrolling, almost all of the rows are
replaced with a copy of one of the rows. This happens in Firefox and IE and
the Flash IDE when testing the movie. I am using Flash MX 2004 Pro ver

7.2

which I understand had fixed a datagrid dataset issue (Bug # 81829).

 

 

 

Thanks in advance of any leads or suggestions. Also, how can I search the
archives of Flashcoders?

 

 

 

Nick

 

_______________________________________________

Flashcoders mailing list

Flashcoders@chattyfig.figleaf.com

http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________

Flashcoders mailing list

Flashcoders@chattyfig.figleaf.com

http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 

 

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to