osx - When can I access the data of my NSDocument during the initialization? -
i need instantiate properties content of saved document. since theses properties used interface, instantiate them before nib loaded.
at point of initialization can access data of loaded document ?
if possible, access not initfromurl
method. indeed, when create document, create data. so, if possible, put instanciation @ 1 point, work both creation , opening of document.
so, there accessible point after initfromurl
, initwithtype
methods before windowcontrollerdidloadnib
.
thanks !
easy !
-windowcontrollerwillloadnib
Comments
Post a Comment