PDA

View Full Version : Endlessly recursing AS model?


ptone
2007-12-20, 01:18 PM
I'm not sure this is really a problem, but I found it odd that there is an endlessly recursing structure to the model.

Document
document window
document
document window


etc

-P

Tim Wood
2007-12-20, 06:45 PM
It's more that it is circular. A document can have zero or more document windows. Each document window has a property back to its owning document.