aoiu / as3xls

Automatically exported from code.google.com/p/as3xls
0 stars 0 forks source link

Fail when read value from cell #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi guys.

First of all, ill download a swc library that is incorrect (not compiles
under Flex Builder 3).

So, i download the source and attach it to mine, but while in the datagrid
the correct value of cell is shown ok, when i capture this, and transfer to
another component like a textarea its always null

To fix this error, i browse to
in Class: Cell.as

At line , the method: get value()

The original says 

var ret:*;

I solved that issue when:

var ret:Object;

Because, Adobe recommend all the cast to Object since Flash Player 10

The Same in the line 26, and all when "*" is used

Original issue reported on code.google.com by felipese...@gmail.com on 2 Nov 2009 at 4:46

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hello, 

I know that your post is a bit old but i was just wondering if you had to 
change only Cell.as or if you also needed to change Sheet.as. Please, reply. 

Thank you. 

Original comment by butterfl...@gmail.com on 24 May 2013 at 1:54