On 03/23/2010 03:13 PM, hkalyoncu wrote: > > hello > > is it possible to load
yes. just use qx.io.PartLoader.require in the first part to load the second. > or call (if its already loaded) no. you cannot call a part. you can only call methods on objects or classes. if these classes are contained in specific part, you should set yourself a flag to check if you have already loaded that part. > a part within another > part. > if its possible could you please give an example? that's not worth an example. just use qx.io.PartLoader.require in the code of the first part. do it in one of the top-level classes of this part, those you list in the "parts" section of your config. t. > > regards > huseyin > ------------------------------------------------------------------------------ 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
