Dear Master,
I tried to create a messaging custom component through ABMComp and it overlap with the navigation Bar top display,
How can we protect this
Below is the screenshott before
:

And After :
Please Help..
Tks
I tried to create a messaging custom component through ABMComp and it overlap with the navigation Bar top display,
How can we protect this
Below is the screenshott before
:

And After :
Connect Page:
public Sub ConnectPage()
ABMShared.BuildPageHeader(page,"Guest Services")
Dim myChat As ChatServices
myChat.Initialize(page, "myChat")
page.Cell(2,1).AddComponent(myChat.ABMComp)
page.Refresh
' Tell the browser we finished loading
page.FinishedLoading
' restoring the navigation bar position
page.RestoreNavigationBarPosition
End Sub
Please Help..
Tks