Status Bar Cut Off in APL Version 19.0.50074

Using (or providing) components based on the "Win32" framework
Post Reply
KamakaniKing
Posts: 18
Joined: Thu Mar 25, 2021 8:06 pm

Status Bar Cut Off in APL Version 19.0.50074

Post by KamakaniKing »

Status Bar is half cut off in Windows 10 Home 64 bit (Build 19045). See attached screenshot. Does not appear to be affected changes in DPI scaling options in Dyalog APL or Windows settings.
Attachments
Status bar small.png
User avatar
AndyS|Dyalog
Posts: 263
Joined: Tue May 12, 2009 6:06 pm

Re: Status Bar Cut Off in APL Version 19.0.50074

Post by AndyS|Dyalog »

Not entirely sure what has happened here - the default session's top CoolBar is on only one line for example.

I'm using a UK session file, so in the example below I have "uk" and "UK" .. you should change that to "us" and "US" as appropriate.

I suggest coming out of Dyalog, copying C:\Users\<YOURNAME>\Documents\Dyalog APL-64 19.0 Unicode Files\def_uk.dse sideways, and going back into Dyalog. Then
)load buildse
      BUILD_SESSION'UK'
and then Session->Save. And restart Dyalog.

BUILD_SESSION in buildse.dws is what our processes use to build the various session files: the above steps simply recreate the default session. The supported languages are listed in #.Trans.CODES in buildse.

Regards
Andy
KamakaniKing
Posts: 18
Joined: Thu Mar 25, 2021 8:06 pm

Re: Status Bar Cut Off in APL Version 19.0.50074

Post by KamakaniKing »

Andy - Thanks! This worked. All is good now.
Post Reply