Currently, in drawTextRelative that uses a text button, the method that is called when the button is selected must reside in the same EFS as the call to drawTextRelative.
I want to move that code to a separate efslib but the engine does not allow this. I know I can add a shell method in the script that makes the call to the library method but this involves some duplication of code.
Has the upcoming ver 8.1 been updated to allow callbacks from drawTextRelative to be made to other scripts or libs, not the one where the drawtextrelative was initially defined?
I want to move that code to a separate efslib but the engine does not allow this. I know I can add a shell method in the script that makes the call to the library method but this involves some duplication of code.
Has the upcoming ver 8.1 been updated to allow callbacks from drawTextRelative to be made to other scripts or libs, not the one where the drawtextrelative was initially defined?
Comment