robocorp / java-access-bridge-wrapper

Python wrapper around the Java Access Bridge Windows .dll
Apache License 2.0
16 stars 6 forks source link

register call back functions #9

Closed rochish5 closed 2 years ago

rochish5 commented 2 years ago

Hi, Please help me to on registering callback functions After init of java access bridge wrapper I tried to register callback using jab_wrapper.register_callback('focus_gained', accessBridge_focus_gain) But the call back method did not get called if I access the java window. Request to provide someinfo if this feature is working in current version?