Search found 17 matches

by OSRK
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 ...
by OSRK
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?
by OSRK
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 ...
by OSRK
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_*)?
by OSRK
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 ...
by OSRK
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.
by OSRK
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 ...
by OSRK
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.
by OSRK
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:
      (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. :)
by OSRK
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