OliverA Expert Licensed User Longtime User Jan 26, 2018 #21 techknight said: All the subroutines in the EngineShared module go into purple squigly iines saying cmdhomeup is not used, or such and such is not used. Click to expand... That is to be expected, since you are not calling these subs directly anymore. It's up to you to determine if these warnings are relevant or not (in your case - not). Does not imply that these routines will not/can not be called.
techknight said: All the subroutines in the EngineShared module go into purple squigly iines saying cmdhomeup is not used, or such and such is not used. Click to expand... That is to be expected, since you are not calling these subs directly anymore. It's up to you to determine if these warnings are relevant or not (in your case - not). Does not imply that these routines will not/can not be called.
OliverA Expert Licensed User Longtime User Jan 26, 2018 #22 techknight said: Even tried 'ignore which makes the error go away, but doesnt fix the problem. Click to expand... What error?
techknight said: Even tried 'ignore which makes the error go away, but doesnt fix the problem. Click to expand... What error?
techknight Well-Known Member Licensed User Longtime User Jan 26, 2018 #23 the subroutine not used error.
Erel B4X founder Staff member Licensed User Longtime User Jan 27, 2018 #26 I haven't exactly understood the error. Please try to reproduce it in a small project and upload it.