Hi,
this code does not work:
Sub Globals
Dim th As TabHost
...
end sub
...
th.Initialize ("TabChanged")
Activity.AddView(th, 0, 0, 98%x, 98%y)
...
Sub TabChanged(tabname As String)
' the program never gets here
end sub
I can also submit the whole project ...
thanks
Peter
this code does not work:
Sub Globals
Dim th As TabHost
...
end sub
...
th.Initialize ("TabChanged")
Activity.AddView(th, 0, 0, 98%x, 98%y)
...
Sub TabChanged(tabname As String)
' the program never gets here
end sub
I can also submit the whole project ...
thanks
Peter