Re: [Flashcoders] AS3 Hide props?

2006-07-10 Thread eka
Hello :) It's easy ;) You can use myObject.setPropertyIsEnumerable(myProperty, false) EKA+ :) 2006/7/9, Weyert de Boer [EMAIL PROTECTED]: Yes, hiding properties of inherited classes would be nice. Yours, Weyert ___

Re: [Flashcoders] AS3 Hide props?

2006-07-10 Thread stacey
Nice! I was looking at the object class for that - coolio. One thing I noticed is that the exact same code in Flash 8 works fine and doesn't pass the length of the array where in as3 it slipped it in. Hello :) It's easy ;) You can use myObject.setPropertyIsEnumerable(myProperty, false)

Re: [Flashcoders] AS3 Hide props/AMFPHP oddity?

2006-07-10 Thread stacey
Okay tried the setEnumberable out and in Flex it traces back false but the php is still seeing the length property, and Service capture still shows the length property being available in the array I sent to the php service according to service capture. This is using the extending net connection

[Flashcoders] AS3 Hide props?

2006-07-09 Thread stacey
This might be a ring ring but I didn't see much in the archives... Is there anything like ASSetPropFlags in as3? I haven't even tested that yet? Basically I am using amfphp and i'm sending an array - and its all good but in php when you loop you see the length property. I want to hide that

Re: [Flashcoders] AS3 Hide props?

2006-07-09 Thread Weyert de Boer
Yes, hiding properties of inherited classes would be nice. Yours, Weyert ___ 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