Search code examples
dyalog

Dyalog APL: GUI full mode


When launching Dyalog APL, I don't have a complete interface.

How do I get the familiar interface back?

My Dyalog APL is in the screenshot below.

My Dyalog APL

stackoverflow does not allow my question: it writes too short text, but I have nothing more to add... sorry for this meaningless text under the screenshot, it is needed to post the question.


Solution

  • This is due to no session file being loaded. Your best option is to build a new one:

    )load buildse
    BUILD_SESSION 'UK'
    

    Then agree to the questions asked.