On Sunday 06 October 2013 09:08:12 Ivanko B wrote: > So we have 2 order options available - oncreate-oncreated-onloaded and > oncreate-onloaded-oncreated. > How to know if load = true to choose correct one? > What means "correct"? ;-) Please remember what loaded() is. If you want an event before loaded() use oncreate. If you want an event after create() use oncreated. If you want an event after loaded() use onloaded.
Martin ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

