GeorgRottensteiner / C64Studio

C64Studio is a .NET based IDE specializing in game development for the C64 in assembler and BASIC
Other
260 stars 38 forks source link

PetSCII table window is not poppung up anymore #115

Closed jecepede closed 2 months ago

jecepede commented 5 months ago

Aloha !

Issue :

The PetSCII table window is not poppung up anymore.

Reproduction :

The C64Studio application suddenly is not active anymore, you can tell from the title bar going light grey. There is no PetSCII table in sight. It is not in C64Studio or on any other screen.

Workaround :

After the C64Studio application is not active anymore, press [ ALT ] + [ SPACE ] and select "Change size". You can now, by dragging the mouse, get the window back.

System info :

Windows : 10 Version : 7.8 .NET 3.5 & .NET 6.0-windows

.

Cheeeeeeeeers

Jecepede

GeorgRottensteiner commented 5 months ago

From the workaround, did you see the size of the window? Was it tiny or off screen?

I put a sanity check on startup that ought to ensure a minimum size of 50x50 pixel, but that seems to have not worked in your case.

jecepede commented 5 months ago

Hi,

Sorry for the late reply. The Window was completely off screen, even off the monitor.

For example, the monitor is 1920x1080 pixels, but the top let of the window could be at 2065x145.

.

Cheeeeeeeeers

Jecepede

GeorgRottensteiner commented 2 months ago

With release 7.9 tool window sanitation is used, any dialog totally off the visible area is moved to the top left edge as a workaround.