GMHTML5 Runner is not set to be DPI-Aware #6

Closed
opened 2024-01-01 08:22:02 +00:00 by Li · 2 comments
Owner

if your windows DPI setting is >100% some of the program is not visible.

if your windows DPI setting is >100% some of the program is not visible.
Li changed title from GMHRML5 Runner is not set to be DPI-Aware to GMHTML5 Runner is not set to be DPI-Aware 2024-01-01 08:22:23 +00:00
Author
Owner

will require hacking the executable manifest ?

will require hacking the executable manifest ?
RandomHuman pinned this 2024-01-04 07:19:11 +00:00
Author
Owner

yep have to use resource hacker and set


true

yep have to use resource hacker and set <application xmlns="urn:schemas-microsoft-com:asm.v3"> <windowsSettings> <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware> </windowsSettings> </application>
Li closed this issue 2024-01-04 08:42:38 +00:00
RandomHuman unpinned this 2024-01-04 08:42:50 +00:00
RandomHuman locked as Resolved and limited conversation to collaborators 2024-01-04 08:43:03 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: GameMakerReverse/UGP#6
No description provided.