Search found 263 matches
- Tue Sep 24, 2024 7:51 am
- Forum: Windows: GUI, COM/OLE/ActiveX
- Topic: Status Bar Cut Off in APL Version 19.0.50074
- Replies: 2
- Views: 6287
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 ...
- Fri Sep 13, 2024 7:51 am
- Forum: MiServer
- Topic: Welcome to the MiServer forum!
- Replies: 6
- Views: 53111
Re: Welcome to the MiServer forum!
Hi Ray
I've updated that post to say that these days you download MiServer from GitHub: https://github.com/Dyalog/miserver
I've updated that post to say that these days you download MiServer from GitHub: https://github.com/Dyalog/miserver
- Thu Jun 27, 2024 8:16 am
- Forum: Source Code Management
- Topic: Bulk extraction of all workspaces used in a legacy app
- Replies: 6
- Views: 33788
Re: Bulk extraction of all workspaces used in a legacy app
Which version of Dyalog are you using ? I am assuming that you're running on Linux .. You say that you're dealing with "legacy applications written in APL" .. depending on how old some of your workspaces are, you may be better off not looking for .dws or .DWS files, but rather use something like ...
- Thu Jun 13, 2024 8:19 am
- Forum: APL Chat
- Topic: Failed to complete read of log file
- Replies: 4
- Views: 16002
Re: Failed to complete read of log file
Hi Ray I think we'll need either a "corrupted" log file or the code you use to generate the characters before we can say very much - drop support@ an email with a logfile or the code. Deleting the log file has no other effect other than you lose all your history, so using Windows Explorer to delete ...
- Wed May 01, 2024 8:25 am
- Forum: Object Oriented Programming
- Topic: Modified assignment with objects: should it work?
- Replies: 5
- Views: 18972
Re: Modified assignment with objects: should it work?
Actually, I should qualify the statement "we've fixed the limitation" .. for the Keyed Property a, a[1 2 3]+←10 100 1000 will work in the forthcoming updates for 18.2 onwards, but for the related a[2 2]+←10 ⍝ Duplicate indices and a[1;1]+←3 ⍝ Higher rank still both fail - and fixes for these last two ...
- Tue Apr 30, 2024 3:03 pm
- Forum: Object Oriented Programming
- Topic: Modified assignment with objects: should it work?
- Replies: 5
- Views: 18972
Re: Modified assignment with objects: should it work?
Well we've fixed the limitation in 18.2 and 19.0, and will be available in the next DSS update. We will also be issuing updated 18.2 installation images for all platforms for all users in the near future. New 19.0 images for all platforms for all users will be made available in a slightly longer ...
- Wed Mar 27, 2024 8:46 am
- Forum: Language
- Topic: Trad function maximum localized variables?
- Replies: 2
- Views: 13142
Re: Trad function maximum localized variables?
The limits which are listed in the post to which Peter refers are still accurate in 19.0.
We're actively considering altering at least some of these limits as part of the design of the next (major) version of Dyalog APL .. however, changing them may be non-trivial tasks !
We're actively considering altering at least some of these limits as part of the design of the next (major) version of Dyalog APL .. however, changing them may be non-trivial tasks !
- Mon Mar 25, 2024 8:40 am
- Forum: Raspberry Pi
- Topic: Dyalog APL does not run on Raspberry Pi Bookworm
- Replies: 3
- Views: 40426
Re: Dyalog APL does not run on Raspberry Pi Bookworm
Memo to self: 20% of the job is in making the change, 80% is in telling the world of the change ! All of 17.1, 18.0, 18.2 and 19.0 will run on Bookworm provided that the revision number is 48479 or greater: all of the installation images for these versions have been suitably updated on packages ...
- Mon Jan 08, 2024 1:32 pm
- Forum: Raspberry Pi
- Topic: Dyalog APL does not run on Raspberry Pi Bookworm
- Replies: 3
- Views: 40426
Dyalog APL does not run on Raspberry Pi Bookworm
Our initial testing of Dyalog APL 17.1 and later running on Raspberry Pi OS Bookworm has revealed that various calls on Conga lead to syserrors and the similar. We are investigating the cause of these errors and possible solutions, but for now we recommend that you do NOT upgrade any Raspberry Pi to ...
- Fri Dec 01, 2023 8:48 am
- Forum: Language
- Topic: Make a PFKEY (Fnn key) always available in new session?
- Replies: 3
- Views: 28444
Re: Make a PFKEY (Fnn key) always available in new session?
Hi Rav Your best bet is to create a function called "Setup" (the name is important) along the lines of Setup;sink sink←'ABCDE' ⎕PFKEY 9 and then run ⎕SE.SALT.Save 'Setup ',⎕SE.SALTUtils.USERDIR,'MyUcmds\ -makedir' This will create the (text) file C:\Users\<your username>\Documents\MyUcmds\Setup.dyalo ...