PDA

View Full Version : Object Inheritance Performace



bule
06-19-2006, 05:37 AM
Is there any performace gain when using object inheritance in APMS? (inherit objects from page option)

Brett
06-19-2006, 09:05 AM
There will be no runtime performance gain. At build-time, the "inherited objects" are merged right in with the page that inherits them. So at runtime they are the same as any other object on a page. The only performance gain for inherited objects is in that it can speed up the design process for you a bit.

brendang
06-19-2006, 09:46 AM
I didn't find a way to inherit objects from different pages, but that would be mighty handy:

- Buttons on one page
- Flash anims on another

and so on...

Just a thought, having fun though!

Brendan G.:cool

bule
06-19-2006, 03:00 PM
Thanks Brett for clarification.