Hi, might the properties be hidden from enumeration?
http://objectpainters.com/blog/?p=33 greetz JC On 7/13/07, Danny Kodicek <[EMAIL PROTECTED]> wrote:
This is weird: trace(tProps.nformat.nalignment) for (var i in tProps.nformat) { trace (i + ": " + tProps.nformat[i]) } Result: left That is: tProps.nformat.nalignment is equal to "left", but the for..in loop is failing to mention it (or any of the other properties in the object). I'm really baffled - especially because the same code was working fine until today - I've rewritten the class, but this bit shouldn't be affected at all. Any suggestions gratefully received Danny _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
_______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com