samedi 25 juin 2016

Catch all nodes in Form by type.

(Using internal visual design)

Code:
  For Each Counts As Node In Form1.RootPane.GetAllViewsRecursive

If Counts Is ComboBox Then 'It works.
(...)
End If

If Counts Is TextField Then 'Does not work.
(...)
End If
Next


What am I doing wrong?

Thank you.

from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/291G9gw
via IFTTT

Aucun commentaire:

Enregistrer un commentaire