Hello all,
Can anyone advise what the code is to control where a Web popover would show? It seems to be either random or based on the position of the button creating it.
Edit - I see you can set the Top and Left properties so that probably answers my question.
Well, maybe not!
Any direction would be appreciated!
Tim
You might have missed the displaySide parameter on top of the x and y ones. More here.
Hi Patrick,
I’ll try that. I had taken the code from a Xojo Sample…
Much appreciated!
Edit I just cannot seem to get the code right!
Dim pop As New popContCreateNewContact
Dim DisplaySide As New WebContainer
Dim x As Integer
Dim y As Integer
//Pop.ShowPopover(Me, displaySide.Top , x = -1, y = -1)
Pop.ShowPopover(Self, displaySide.Top , x = -1, y = -1)
Tim
1 Like