elGringo Posted October 21, 2015 Posted October 21, 2015 Dear all, i think it must be simple question, but anyway i cannot do that in UniGui. Normally in delphi i do this in the following way SomeForm:=TSomeForm.create(self); SomeForm.Show; but in UniGui it doesn't work... nothing happens... new Uniform doesn't show So, please show me how to do that with UniForm Regards, Quote
elGringo Posted October 21, 2015 Author Posted October 21, 2015 I tried NewUniForm:=TNewUniForm.Create(Self); NewUniForm.Show(); but it doesn't work Quote
elGringo Posted October 21, 2015 Author Posted October 21, 2015 Found decision in demo C:\Program Files (x86)\FMSoft\Framework\uniGUI\Demos\Desktop\Form Callback but for the form that i call from the main form... is the name of subForm should be the same as typeName in it's Unit? When i change the Name it shows mistake... Quote
stas Posted October 22, 2015 Posted October 22, 2015 NewUniForm:=TNewUniForm.Create(UniApplication); NewUniForm.Show(); 1 Quote
Administrators Farshad Mohajeri Posted October 22, 2015 Administrators Posted October 22, 2015 Dear all, i think it must be simple question, but anyway i cannot do that in UniGui. Normally in delphi i do this in the following way SomeForm:=TSomeForm.create(self); SomeForm.Show; but in UniGui it doesn't work... nothing happens... new Uniform doesn't show So, please show me how to do that with UniForm Regards, Form Owner must be UniApplication. Quote
Administrators Farshad Mohajeri Posted October 22, 2015 Administrators Posted October 22, 2015 Found decision in demo C:\Program Files (x86)\FMSoft\Framework\uniGUI\Demos\Desktop\Form Callback but for the form that i call from the main form... is the name of subForm should be the same as typeName in it's Unit? When i change the Name it shows mistake... In Trial Edition Form caption can not be changed. Quote
elGringo Posted October 22, 2015 Author Posted October 22, 2015 That's clear now!!! So many details but it's experience. Thank you Stas and Farshad for the answers. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.