1. Alex Wittler
  2. PowerBuilder
  3. Monday, 6 January 2020 09:30 AM UTC

On richtext columns we can allow the user call a font dialog using Ctrl+D. But normally we use Ctrl+D to delete a record. Therefore we need another way, the user can call the font dialog.

Is there a possibility to call the font dialog in the source code, so we can implement it in the context menu?

Alex Wittler Accepted Answer Pending Moderation
  1. Friday, 10 January 2020 07:51 AM UTC
  2. PowerBuilder
  3. # 1

Hi Marco and Miguel

Thank you. That works, because the font dialog on RTE columns don´t need the key event, and on other columns I implemented Delete in the key event using CTRL+D.

Regards, Alex

Comment
There are no comments made yet.
Marco Meoni Accepted Answer Pending Moderation
  1. Thursday, 9 January 2020 23:43 PM UTC
  2. PowerBuilder
  3. # 2

Hi,

Im not sure about the Ctrl-D behaviour in RTE columns, but you can capture any keystroke(s) via the window's key event, and run your logic thereafter.

Best,

.m

 

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.