Sub Activity_Create(FirstTime As Boolean)
scvMain.Initialize(1250dip)
scvMain.Panel.LoadLayout("VTC_Remote_HDX")
Activity.AddView(scvMain,0,0,100%x,100%y)
User_Default_Get
LeftAlley.Color = Colors.black
RightAlley.Color = Colors.black
CallActiveFlag = False 'assume no active call til we connect and ask
'wakelock.KeepAlive(True) ' Call this the battery killer !
KeepAliveCount = -1
connected = False
MakeCallScreen = False
Connection_Panel.SendToBack
Connection_Panel.Visible = False
Dim str As String <<<-==== Stops here.
str = File.GetText(File.DirAssets,"HelpDoc.htm")
WebView1.LoadHtml(str)
Info_Panel.SendToBack
Info_Panel.Visible = False
Info_Panel_Flag = False