.tag

  1. H

    B4J Tutorial Tag management for UI Nodes

    In B4XPages we rely heavily on tags to identify UI elements. Yet tags are valuable for connecting data to the UI, too, and it is easy to feel we are wasting tags for identification. There is a very simple and obvious way to use tags in a more flexible way, though. The following idea is not...
  2. FERNANDO SILVEIRA

    Android Question Help: If wKey.Tag = ... is always FALSE

    Hello, guys... I'm working on the following code and the IF clause (If wKey.Tag = wTunesApp(wIndex) Then) always returns false. The Tag field values are 0, 1, 2 and 3... and wTunesApp(wIndex) = rnd(0, 4). I know that rnd() returns an int and Tag is a string... That could explain the false...
Top