Android Question Ambiguous Views

aeric

Expert
Licensed User
Longtime User
Let say, in Visual Basic project we can add textbox controls with name txtUserName and txtPassword and button control cmdSubmit in frmLogin and then we can also have same controls with same names in another form frmRegister. I think it is not possible in B4A to have different layouts having the view with same names. Am I correct? (i.e. frmLogin.bal has edtUserName, edtPassword and btnSubmit then frmRegister.bal cannot add views with the names edtUserName, edtPassword and btnSubmit.)
 
Top