Send Click Event(s) to Code Modules

raytronixsystems

Active Member
Licensed User
Longtime User
I know that Code Modules cannot capture click events in the Activity directly but is it possible to pass a click event from a Button, ImageView or otherwise to a Sub to code modules? I am trying to shrink the size of my main module down to a more manageable size and want to create modules that I can reuse in other projects. Any help or guidance would be greatly appreciated.
thx,
Ray
 

PharCyDeD

Active Member
Licensed User
Longtime User
Unfortunately, I do not have a solution to this but I am also interested. Re-usable modules are very very useful for obvious reasons. I am obsessed with clutter-free code and would love to push some things to separate modules if possible.
 
Upvote 0
Top