Must I not use CallsubDelayedX for subs in a codemodule?
I get this error:
CallSubDelayed(CalcAndDraw,\
shell\src\Test\TH\main_subs_0.java:57: error: cannot find symbol
parent.mostCurrent.__c.runVoidMethod ("CallSubDelayed",main.processBA,(Object)((parent.mostCurrent._calcanddraw.getObject())),(Object)(RemoteObject.createImmutable("test")));
when calling
from main-activity, where CalcAndDraw is a codemodule
Or is it simply rubbish, to call a sub in a codemodule with callsubdelayed?
(sorry about my frequent postings, I try to approach to this language from VB.Net and there is so much to learn...)
I get this error:
CallSubDelayed(CalcAndDraw,\
shell\src\Test\TH\main_subs_0.java:57: error: cannot find symbol
parent.mostCurrent.__c.runVoidMethod ("CallSubDelayed",main.processBA,(Object)((parent.mostCurrent._calcanddraw.getObject())),(Object)(RemoteObject.createImmutable("test")));
when calling
B4X:
CallSubDelayed(CalcAndDraw,"test")
Or is it simply rubbish, to call a sub in a codemodule with callsubdelayed?
(sorry about my frequent postings, I try to approach to this language from VB.Net and there is so much to learn...)
Last edited: