79393261

Date: 2025-01-28 09:17:33
Score: 0.5
Natty:
Report link

Opacity level 0 means, there is no component available to accept the click event. You can try out with the value 0.01f instead of 0. This value will make the window almost invisible, still solving your purpose as well.

this.setOpacity(0.01f);

The value 0.001 will be too small and will not work.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Arindam Roy