Status Bar Cut Off in APL Version 19.0.50074
-
- Posts: 18
- Joined: Thu Mar 25, 2021 8:06 pm
Status Bar Cut Off in APL Version 19.0.50074
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.
- AndyS|Dyalog
- Posts: 263
- Joined: Tue May 12, 2009 6:06 pm
Re: Status Bar Cut Off in APL Version 19.0.50074
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
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
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
-
- Posts: 18
- Joined: Thu Mar 25, 2021 8:06 pm
Re: Status Bar Cut Off in APL Version 19.0.50074
Andy - Thanks! This worked. All is good now.