Search found 17 matches
- Sun Sep 08, 2024 5:59 pm
- Forum: Windows: GUI, COM/OLE/ActiveX
- Topic: Writing binary values to Windows registry
- Replies: 1
- Views: 3649
Writing binary values to Windows registry
I'm trying to do write a binary value to Windows registry this way: ⎕USING,←⊂'' hkcu←Microsoft.Win32.Registry.CurrentUser key←hkcu.CreateSubKey'Software\Foo\Bar' key.SetValue'Data'(1 2 3 4)Microsoft.Win32.RegistryValueKind.Binary but I get this: EXCEPTION: The type of the value object did not match t ...
- Sun Sep 08, 2024 5:58 pm
- Forum: Microsoft.NET
- Topic: How to get a Byte Array ?
- Replies: 15
- Views: 66186
Re: How to get a Byte Array ?
Are there any news with a way to make a .NET byte array from an APL array?
- Sun Sep 08, 2024 12:56 pm
- Forum: Chat
- Topic: Where are color configurations stored?
- Replies: 11
- Views: 57942
Re: Where are color configurations stored?
Thank you, Vince, Where/when does the COL_S_NOTHING appear? I've made a copy of After Dark scheme, changed all three COL_S_NOTHING instances from #c0c0c0 to #000000, but when I switch between the original and the modified scheme in Options -> Colours dialog, I do not see any differences in any of ...
- Thu Sep 05, 2024 4:59 pm
- Forum: Chat
- Topic: Where are color configurations stored?
- Replies: 11
- Views: 57942
Re: Where are color configurations stored?
What do 0 and 128 mean in the first column (in the terms of COL_S_*)?
- Fri Jun 14, 2024 5:11 pm
- Forum: Installation
- Topic: Visual Studio Code's APL Language Server Client keyboard
- Replies: 1
- Views: 7563
Visual Studio Code's APL Language Server Client keyboard
I'm trying to master backquote-prefixed input in Visual Studio Code with APL Language Server Client extension. Glyphs which were previously entered as a Ctrl + Letter, could now be entered by pressing the backquote, and then a respective letter. Glyphs which were previously entered as a Ctrl + Shift ...
- Wed Mar 06, 2024 11:51 am
- Forum: Installation
- Topic: Visual Studio Code hotkeys keymap
- Replies: 4
- Views: 16616
Re: Visual Studio Code hotkeys keymap
Visual Studio Code is not able to be a complete replacement for Dyalog IDE yet (or?), and having two different ways of input in the two IDEs is not an option.
- Wed Feb 28, 2024 12:53 pm
- Forum: Installation
- Topic: Visual Studio Code hotkeys keymap
- Replies: 4
- Views: 16616
Visual Studio Code hotkeys keymap
Visual Studio Code's default hotkeys keymap is effectively incompatible with Dyalog Unicode IME keyboard, as it uses Ctrl [+ Shift] + alphanumeric keys really massively. There are over 100 VSCode extensions with alternative keymaps: https://marketplace.visualstudio.com/search?term=keymap&target ...
- Wed Feb 03, 2021 9:01 am
- Forum: Installation
- Topic: Changing default session/editor/tracer font size
- Replies: 5
- Views: 43317
Re: Changing default session/editor/tracer font size
Phil Last wrote:Doesn't it need doing each session though?
Yes. But I have a DCF that is run each time I start a session. I've just added it there.
- Tue Feb 02, 2021 8:30 pm
- Forum: Installation
- Topic: Changing default session/editor/tracer font size
- Replies: 5
- Views: 43317
Re: Changing default session/editor/tracer font size
I've also checked registry keys. :)
A colleague of mine have suggested this:
And it works. :) The only little cosmetic issue is that font size in toolbar is not updated. But it doesn't matter for me. :)
A colleague of mine have suggested this:
(2⊃#.⎕SE.FontObj)←15
And it works. :) The only little cosmetic issue is that font size in toolbar is not updated. But it doesn't matter for me. :)
- Tue Feb 02, 2021 10:24 am
- Forum: Installation
- Topic: Changing default session/editor/tracer font size
- Replies: 5
- Views: 43317
Changing default session/editor/tracer font size
Hello,
How to change default session/editor/tracer font size? I want it to be 15, but I don't want to click the toolbar each time I run a session.
P.S. I run APL under Windows OS.
Thank you in advance,
OSRK
How to change default session/editor/tracer font size? I want it to be 15, but I don't want to click the toolbar each time I run a session.
P.S. I run APL under Windows OS.
Thank you in advance,
OSRK