Doing some testing again...

I've found the bit of code that produced my bug!

After populating my 3 datagrids, I was placing this code for the 3 dataset components :

dataset_1.addSort("texte");
dataset_2.addSort("texte");
dataset_3.addSort("texte");

FlashPlayer 8 was then showing the 3 datagrids full of inivisible text!

I still dont understand :-°

Éric Thibault wrote:

After numerous tests, I've noticed that my 3 datagrids contain their respective data but the text of the data is invisible. If a allow sorting of the columns and click on one, the text of the data reapperse?!?

What can I do to refresh the datagrids? I've tried MyGrid.size(); and MyGrid.redraw(true); but nothing works!

HELP!

The same code works great when their is only on set of data inside the SWF (1 XMLConnector, 1 DataSet and 1 datagrid)

Éric Thibault wrote:

I've removed the warning: an other 'DataBindingClasses' was placed inside a subfolder but...

It is still not working in FlashPlayer8.... As I said, I have 3 XMLConnectors, 3 DataSets and 3 DataGrids.... is it illegal in FlashPlayer 8?

A+

Éric Thibault wrote:

I have a bug with an old project! :-(

I have a SWF that contains 3 database connectors that presents data inside 3 datagrids. Each connector gets different data from the same database: - Viewed with Flash 7 player all is fine (data inside all 3 datagrids show ok) - Viewed with Flash 8 player no data is shown inside all 3 datagrids (but the scollbars gets affected like if there was data!)

My XML is ok and with no errors.

When I try to compile my fla with Flash 8 IDE, this message appears :

**Warning** The linkage identifier 'DataBindingClasses' was already assigned to the symbol 'BD/DataBindingClasses', and cannot be assigned to the symbol 'DataBindingClasses', since linkage identifiers must be unique.

Is this my problem? How can I duplicate this 'DataBindingClasses' because I cannot with the IDE as it is assign automaticaly?!?--

Once modified and compiled as a SWF 8, it is still working with player 7 but again not in player 8!?!

Thanks for the help ;-)

===============================================================

Éric Thibault
Programmeur analyste
Réseau de valorisation de l'enseignement
Université Laval, pavillon Félix-Antoine Savard
Québec, Canada
Tel.: 656-2131 poste 18015
Courriel : [EMAIL PROTECTED]

===============================================================

Avis relatif à la confidentialité / Notice of Confidentiality / Advertencia de confidencialidad <http://www.rec.ulaval.ca/lce/securite/confidentialite.htm>

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







--
===============================================================

Éric Thibault
Programmeur analyste
Réseau de valorisation de l'enseignement
Université Laval, pavillon Félix-Antoine Savard
Québec, Canada
Tel.: 656-2131 poste 18015
Courriel : [EMAIL PROTECTED]

===============================================================

Avis relatif à la confidentialité / Notice of Confidentiality / Advertencia de 
confidencialidad <http://www.rec.ulaval.ca/lce/securite/confidentialite.htm>

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

Reply via email to