On Saturday 05 October 2013 23:24:51 Ivanko B wrote: > Hmm some artifacts on loading the project - no text on buttons of > "fo:= tstringenterfo.create(nil);"
In connsetupfo use onloaded instead of oncreate. > > > PS: > Should me swap "loaded" & "created" for forms of the project ? It depends. Before the order depended on loading of inherited or embedded forms and the state of begingloballoading(). Now if load=true oncreate is called after reading the components but before loaded(). oncreaded is called in afterconstruction() of the form, onloaded after loaded() of the form and the components has been called. So the order of oncrated/onloaded depends on the loading state, oncreate is always first. If load=false the order is oncreate-onloaded-oncreated. > Or the > migration (2.8.6-) code did it by itself for mfm-files ? > No. 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

