label_click

  1. epiCode

    Android Question label not receiving _click event

    I have a custom class which has one label and one panel, initialized like this // In DesignerCreateView sub //...... lbLabel.initialize("Lbl") Panel1.initialize("Pnl") //...... //also there are sub to handle _click event for both Private Sub Pnl_Click Log("This is working") End Sub...
Top