Search found 1 match

by khalidel
Sun May 05, 2019 8:35 pm
Forum: Coding Questions
Topic: buttons on android app
Replies: 1
Views: 2229

buttons on android app

hello friends, am new user of spiderbasic. when i create an android app with more than one button, the whole buttons reffer to the last callback in the code. sample code


Declare pls()
Declare mns()


CloseDebugOutput()

Procedure pls()
v1 = Val(GetGadgetText(1))
v2 = Val(GetGadgetText(3))
v3.f ...