how to initially create button is already Press during loading the application for 1st time?
i want the btn.Tag is initial press for 1st time appliaction start.
if spinner we can used this code
B4X:
Sub Activity_Create(FirstTime As Boolean)
end sub
i want the btn.Tag is initial press for 1st time appliaction start.
B4X:
Sub pB1_Click
Dim btn As Button = Sender
bBand1 = btn.Tag
End Sub
if spinner we can used this code
B4X:
Sub Activity_Create(FirstTime As Boolean)
spinner1_ItemClick("value","position")
end sub
Last edited: