A anaylor01 Well-Known Member Licensed User Longtime User May 31, 2016 #1 So my code is running along and at the end of a sub It runs END SUB. Then it goes to Sub Timer1_Tick. There is no reason why it should. It doesn't get initialized yet. Any ideas?
So my code is running along and at the end of a sub It runs END SUB. Then it goes to Sub Timer1_Tick. There is no reason why it should. It doesn't get initialized yet. Any ideas?
Erel B4X founder Staff member Licensed User Longtime User May 31, 2016 #2 Only you can say. It will never call Timer1_Tick unless you created a timer or explicitly called this sub. Upvote 0
Only you can say. It will never call Timer1_Tick unless you created a timer or explicitly called this sub.