Search found 62 matches
- Tue Mar 26, 2024 4:35 pm
- Forum: Language
- Topic: Trad function maximum localized variables?
- Replies: 2
- Views: 13145
Trad function maximum localized variables?
Where can I find the limits for the maximum number of localized names or other limits that would cause a "Can't Fix" error?
- Fri May 21, 2021 3:41 pm
- Forum: Language
- Topic: HTMLRenderer vs CEFSharp
- Replies: 31
- Views: 49706
Re: HTMLRenderer vs CEFSharp
As it's been mentioned before early adoption was very difficult. - No https METHOD in callbacks - Outdated CEF version containing critical bugs and lack of support for newer copy and paste functionality. - APLCore crashes initiating HTMLRenderer - Lack of documentation on required runtime ...
- Mon Aug 03, 2020 2:05 pm
- Forum: Language
- Topic: ⎕USING and Dfns
- Replies: 21
- Views: 33038
Re: ⎕USING and Dfns
To answer my own question (#1), while it does not explicitly locate the .NET class, we can localize a non-existing variable in a dfn, achieving the same result of putting a name in the header of a trad function, by creating it and deleting it. Thus: I'd do the same. But I'd probably set ZipFile to ...
- Tue Jul 21, 2020 3:59 pm
- Forum: MiServer
- Topic: How to hide the source code in HTMLRenderer ?
- Replies: 1
- Views: 13367
Re: How to hide the source code in HTMLRenderer ?
Have you obfuscated the JS code being sent to HTMLRenderer? What about checking for cef command line switches that set a remote debugger? These may be able to alter the htmlrendered behavior at runtime. Worth looking into. 4.2 CEF/Chromium Command Line Switches There are very many command line ...
- Mon Jul 20, 2020 5:24 pm
- Forum: APL Chat
- Topic: Environment variables with user commands. I.e. ]cd %temp%
- Replies: 2
- Views: 5366
Environment variables with user commands. I.e. ]cd %temp%
Should something like this work?
⎕cmd 'echo %cas%'
C:\github\cas-6.0
]cd
C:\Users\norbet\Desktop
]cd %cas%
* Command Execution Failed: Unable to change directory
⎕cmd 'echo %cas%'
C:\github\cas-6.0
]cd
C:\Users\norbet\Desktop
]cd %cas%
* Command Execution Failed: Unable to change directory
- Thu Feb 27, 2020 2:05 pm
- Forum: Windows: GUI, COM/OLE/ActiveX
- Topic: Grid with interactive drag & drop row ordering.
- Replies: 3
- Views: 19481
Re: Grid with interactive drag & drop row ordering.
Unfortunately, it's not an option since this is for v14. I'd also like to avoid a major UI refactor by sticking with the existing grid.
- Wed Feb 26, 2020 5:47 pm
- Forum: Windows: GUI, COM/OLE/ActiveX
- Topic: Grid with interactive drag & drop row ordering.
- Replies: 3
- Views: 19481
Grid with interactive drag & drop row ordering.
Has anyone implemented such a mechanism? I'm looking for ideas for the most visually interactive grid ordering without requiring a popup with a ListView, which supports DragItem.
I.e. visibly drag a row with its its outline to a different position.
* HTMLRenderer is not an option.
I.e. visibly drag a row with its its outline to a different position.
* HTMLRenderer is not an option.
- Thu Jul 25, 2019 2:18 pm
- Forum: Chat
- Topic: multiline locals definition with assignment?
- Replies: 2
- Views: 32382
multiline locals definition with assignment?
Any reason not to allow default values like Classes do?
testFoo rArg
;one;two
;three
;default ← 0
;notDefault ← 1
⎕← 'output'
- Mon May 27, 2019 7:41 pm
- Forum: Language
- Topic: Assert Dfn
- Replies: 23
- Views: 39228
Re: Assert Dfn
Perhaps you don't combine it with "techniques whose sole purpose is to avoid both assignment and termination" . I should confess that I am also in favour of dfns continuing execution until the last statement, not stopping at the first non-assignment. That would be my preferred way of avoiding ...
- Thu May 23, 2019 4:44 pm
- Forum: APL Chat
- Topic: HTMLRenderer needs more frequent CEF updates
- Replies: 0
- Views: 3713
HTMLRenderer needs more frequent CEF updates
By using HTMLRenderer we're opting to expose our end-users to CEF and all the glory that comes with it. There have been a number of significant improvements, since the original release, and some very serious security fixes. I believe its imperative that we have access to the latest versions of at ...