Hello i'm trying to create android mobile application with two form... and to show the second form ... i use the phrase Form2.Show ; but the form2 dosn't shows... but if i touch the screen the form2 shows.... so ... maybe the UI must be Updated.... so i write this code... TThread.Synchronize(nil, procedure begin Form2.Show; end); but ..... no thing is happend..
↧