samedi 25 juin 2016

[SOLVED] 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/28Z2zOX
via IFTTT

Aucun commentaire:

Enregistrer un commentaire