make progress before loading new activity

Cor

Active Member
Licensed User
Longtime User
the following progress is not showed because, startactivity is starting

ProgressDialogShow2("Loading TAB Input",True)
StartActivity(TabInput)

How show something before new activity?

grCor
 

Cor

Active Member
Licensed User
Longtime User
this is working, progressdialog not

ToastMessageShow("Loading TAB Input....",True)
StartActivity(TabInput)

grCor
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Similar but not the same, is there any "wait" keyword, to show the spinng thingy like in WimMo?
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
I Intended to use it in my game, when loading/creating an activity, but then how can I do that? Placing some doevents along the control creation sub, wich happens to be main?
 
Upvote 0

Cor

Active Member
Licensed User
Longtime User
toastshowmessage works over activities

when starting on main activity its is showed until loading second activity is done

grCor
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
SO it show while leaving the first activity and before the second is ready/visible?
 
Upvote 0
Top