1. Gregory Rusak
  2. PowerBuilder
  3. Thursday, 26 March 2020 20:54 PM UTC

Hello,

Is anyone using transparent Windows as demonstrated in https://community.appeon.com/index.php/codeexchange/powerbuilder/209-pb-transparent-window

in a Windows 10 setting.

It does not appear to be setting the Window background to transparent, so likely something has changed in the API?

Any ideas?

Thanks

Greg

Gregory Rusak Accepted Answer Pending Moderation
  1. Thursday, 26 March 2020 21:46 PM UTC
  2. PowerBuilder
  3. # 1

Hey Chris,

Is your framework demo using the same API?

 

I wonder what I'm missing?

Comment
  1. Chris Pollach @Appeon
  2. Friday, 27 March 2020 14:25 PM UTC
Hi Greg;

My framework used to use the API way back when, but I changed that in the PB 12.x time frame to just use the Window Classes transparency property instead. Here is what the example "Zoom" window ancestor uses on the "Deactivate" event ...

THIS.transparency = ii_transparency // framework property

=> On the Activate event, I use ...

THIS.transparency = 0 // solid

HTH ... regards... Chris
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Thursday, 26 March 2020 21:34 PM UTC
  2. PowerBuilder
  3. # 2

Hi Greg;

  Just tested this with my framework's "demo" app and its working great for me.

PB2019 - MR 2170

W10 -  10.0.18363

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.