-2

I made an simple java code to control a powerPoint presentation through hand motion with the help of an device called leap motion. The code works fine in Eclipse, but whenever I switch to an actual powerPoint slide my runnable jar pauses and stops doing what it's suppose to. How do I fix this problem??

I AN Lee
  • 31
  • 10

1 Answers1

1

Set the background frames policy.

controller.setPolicy(Controller.PolicyFlag.POLICY_BACKGROUND_FRAMES);
Charles Ward
  • 1,388
  • 1
  • 8
  • 13