*Phenomenon: Need to detect Triple Click similar to DoubleClicked and Clicked Events in Powerbuilder.
Is there any way to detect the triple click in powerbuilder. Some of our clients needs functionality with Triple Clicks in Editable Fields in Datawindow.
*Reproduce Steps: So far this is no way we can detect triple clicks in powerbuilder datawindows or windows objects.
- Bhavesh Vyas
- PowerBuilder
- Thursday, 18 July 2024 07:39 AM UTC
- Page :
- 1
There are no replies made for this question yet.
However, you are not allowed to reply to this question.
However, you are not allowed to reply to this question.
Since there is no Triple Click in MS-Windows, I would personally implement this as either...
1) Pop-up menu in RMB with a "Select Sentence" option //OR
2) Use a control key sequence to select the sentence at the current cursor (ie: CTRL/SHIFT+S). //OR
3) Use a menu item click to select the sentence at the current cursor
Etc. HTH
Regards... Chris
Thanks for understanding the requirement and providing possible ways of implementation. However, our client is habitual with the triple clicks in other applications and they are too specific with the requirement to be fulfilled with triple clicks only.
Regards,