hi, I want to create the first page of my program (title and nice image)
I have create a layout
Activity.LoadLayout("presentation")
and then a sleep routine (3 seconds)
Sub WaitFor(Milliseconds As Int)
Dim Present As Long
Present = DateTime.Now
Do While DateTime.Now < Present + Milliseconds
Loop
End Sub
But the program wait 3 seconds and after the page appear and disappear
how can I do?
Thanks
I have create a layout
Activity.LoadLayout("presentation")
and then a sleep routine (3 seconds)
Sub WaitFor(Milliseconds As Int)
Dim Present As Long
Present = DateTime.Now
Do While DateTime.Now < Present + Milliseconds
Loop
End Sub
But the program wait 3 seconds and after the page appear and disappear
how can I do?
Thanks