1. Steffen Chrobok
  2. PowerBuilder
  3. Wednesday, 23 August 2023 13:43 PM UTC
Themes do not color message boxes.
These are still colored by the Windows color scheme.
Where can this be changed?
Or is it a bug?
Roland Smith Accepted Answer Pending Moderation
  1. Wednesday, 23 August 2023 14:55 PM UTC
  2. PowerBuilder
  3. # 1

The PowerBuilder MessageBox function calls the MessageBox Windows API function so has no control over the look and feel.

You could replace the MessageBox calls with a window of your own design.

Comment
There are no comments made yet.
Andreas Mykonios Accepted Answer Pending Moderation
  1. Wednesday, 23 August 2023 13:54 PM UTC
  2. PowerBuilder
  3. # 2

Hi.

This is because I guess messagebox is implemented to use standard windows messagebox objects. If you want to have messageboxes that use themes, you should create your own implementation. That could be possible by overwriting messagebox function...

Andreas.

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.