JMP-Classes with instances and global (shared) functions
Hello everyone, I have a question regarding JMP-Classes. I'm using custom classes to create instances as an interface for custom (sql) requests. These classes contain among other things a namespace, a window and a button. It works pretty good - however I have some generall/global classes which i also want to execute within these instances. Dummy sample for a global class: New Namespace("BASICS",
...