ClickableTransparentOverlay icon indicating copy to clipboard operation
ClickableTransparentOverlay copied to clipboard

Scaling issues in version >= 9.2.0

Open TwoTenPvP opened this issue 2 years ago • 3 comments

In version 9.2.0 and above, menus cannot be dragged or used across the whole window size. Works properly in 9.1

TwoTenPvP avatar Mar 06 '24 18:03 TwoTenPvP

Users of this lib are allowed to modify window size as well as make it full screen. Doing so will allow you to re-produce the 9.1 behaviour. Let me know if you need anything else.

zaafar avatar Mar 07 '24 01:03 zaafar

Users of this lib are allowed to modify window size as well as make it full screen. Doing so will allow you to re-produce the 9.1 behaviour. Let me know if you need anything else.

i have no idea how to go about doing that, could you share an example or point me to one?

ErickCHIN000 avatar Mar 09 '24 11:03 ErickCHIN000

Users of this lib are allowed to modify window size as well as make it full screen. Doing so will allow you to re-produce the 9.1 behaviour. Let me know if you need anything else.

i have no idea how to go about doing that, could you share an example or point me to one?

https://github.com/zaafar/ClickableTransparentOverlay/blob/master/Examples/MultiThreadedOverlay/SampleOverlay.cs#L139

zaafar avatar Mar 09 '24 19:03 zaafar

now you can do it in class constructor as well as shown below. https://github.com/zaafar/ClickableTransparentOverlay/blob/master/Examples/SimpleExample/SampleOverlay.cs#L11

zaafar avatar May 16 '24 03:05 zaafar