I have a question, about the class ClsFloatingWindow
how can you just let it copy itself? like this code
In Demo sample, I drag the win to panel,how to copy a new win ?
thabk you
how can you just let it copy itself? like this code
B4X:
Sub Globals
Dim Win As ClsFloatingWindow
End Sub
Sub Entering_DockA(Window As ClsFloatingWindow, DockRect AsRect)
ColorWindow(DockRect)
Win.AddView(Win,200dip, 100%y - 90dip,90dip,90dip, True )
End Sub
thabk you
Last edited: