Android Question how to copy a win by itself

winjiadh

Active Member
Licensed User
Longtime User
I have a question, about the class ClsFloatingWindow
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
In Demo sample, I drag the win to panel,how to copy a new win ?
thabk you
 
Last edited:
Top