Hi
I changed buttons in app for SwiftButton and now the line below does not work
I try with
That doesn't work either
How can I solved?
I changed buttons in app for SwiftButton and now the line below does not work
B4X:
For Each swb As node In MainForm.RootPane.GetAllViewsRecursive
I try with
B4X:
For Each swb As B4XView In MainForm.RootPane.GetAllViewsRecursive
If swb Is SwiftButton Then Log("SwiftButton")
How can I solved?