B4J Question RunOnGuiThread isn't working in release mode!

ab3d

Member
hi everyone, i have a program running in background. i expect my program react to pressing key combo and show my mainform. i did key combo capturing using Roycefer's jNativeHookB4J library. for showing form i used Thread library to use RunOnGuiThread() method, because jNativeHookB4J is running on a different thread. in debug mode everything was just fine but i release mode RunOnGuiThread() isn't working.
what should i do? šŸ–
 
Top