Hi, While trying to get the mx components to compile using Falcon, I ran into this error:
In List.as, line 1515 reads 'rowInfo.pop()', where rowInfo is an Array defined in ListBase.as. Falcon complains "call to possibly undefined method 'pop'". Further investigation shows that the problem comes from further on in the same method: on line 1529 a local variable 'rowInfo' is declared! This local variable is of a type that has no method 'pop()'... I suggest that since having a local var with the same name as one with a larger scope is a no-no anyway, we rename the local variable to 'listRowInfo' and change the two calls to the local var (I guess this because they are the only uses of the old name to occur after the local var declaration) to reflect the new name. How say ye? EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl