Hello huseyin, thron7 is on vacation for the next few days. Thats why I catch up the conversation.
hkalyoncu wrote: > > anyway, can a part call Application`s methods? if its possible how can we > refer to Application's method to make this call. as i can see if "this" > refers to part itself then there is no method like this->parent or > this->parentApplication. > No, parts don't have such references to the application or to the parent. We don't see any need for that because you can trade code loaded by a part exactly the way as it is not loaded by a part. If you need to get to the application, use the default mechanism: qx.core.Init.getApplication() Regards, Martin -- View this message in context: http://n2.nabble.com/loading-a-part-within-another-part-tp4783808p4790406.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
