1. Dhruv Jain
  2. PowerBuilder
  3. Monday, 29 April 2024 07:41 AM UTC

Hi. Can we disable mouse clicks and keyboard clicks in powerbuilder, if yes, How?

Want to achieve below scenario:

DIABLE MOUSE AND KEYBOARD CLICKS

//DO SOME TASK

ENABLE IT AGAIN

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Monday, 29 April 2024 13:44 PM UTC
  2. PowerBuilder
  3. # 1

Hi Dhruv;

  The simple way would be to disable the entire App by disabling the main control window. For example...

  • wn_app_main.enable  = false
  • // Do some code 
  • wn_app_main.enable = True 

So by disabling the main app window, that window, it's menu & all child windows will be disabled during the processing loop. HTH 

Regards ... Chris 

 

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.