Hi, I'm an APL newby and working on an application which will use APL to perform back-end processing and C#/.Net on the front-end/UI. Given how strongly typed...
The .Net interface has been written to appear as natural as possible on the Dyalog side. Dyalog programmers don't think much about datatypes, because the...
As Stephen points out, the Dyalog .Net interface tries to hide the complexity of types from the user. When calling a .NET method, the "bridge" automagically...
Thanks, Morten and Steven. Your comments have been very, very helpful. I was wondering if there's formal documention which lists the criteria for casting APL...
We are trying to use the IE WebBrowser COM-control as a fairly dumb HTML-renderer in our application. We can generate HTML inside IE using the DOM without...
We'll try to come up with something a bit more formal. Can you explain something about the circumstances under which this information becomes important to you,...
Hi Maria, ... http://msdn2.microsoft.com/EN-US/library/aa768326.aspx ... Did you try running Stop method inside callback for BeforeNavigate2? It will stop...
No problem, Morten. We are working on a suite of internal multi-tiered applications leveraging Dyalog APL's OO & .NET capabilities, SQL Server, and C#. With...
Marc, I think I understand where you are coming from, but still a little in the dark as to where the problems are likely to occur. We'll try to produce a more...
Hi! I have an option window that is a property sheet. I have disabled the Apply button and help button, so there is only an OK button and a Cancel button. I...
... Hmm, we forgot to mention it, but we tried this as well and it didn't work :( Has noone really used IE to get a snazzy HTML-ized gui? -- Joakim Hårsman ...
Fredrik, My understanding (thanks to Vince) is that: If you hit the OK button and nothing has changed, you will get a PageApply event for each PropertyPage...
... Just for the archives and any future google searches: The above problem is solved even more nicely by the following operator rarg <-- (fun op) rarg fun...
I have a question, two questions. Where on the Dyalog ver. 11.0 is the SALT program? This CD with version 11.0 was distributed at APL 2007. Also, quad SE using...
Found SALT in the Classes\Dyalog\SALT in this directory. Changed registry SALT\AddSALT from 0 default to 1 Restated APL Two lines of output does not show With...
Enter your vote today! A new poll has been created for the dyalogusers group: When handling a keypress event where you need to detect the ESCAPE key, how have...
dyalogusers@yahoogrou...
Nov 14, 2007 3:34 pm
3535
I presume this is V11.1 What happens when you do (after APL has started) []SE.SALT ? ... ...
One trap is to edit the wrong part of the Registry, for there are Dyalog/SALT entries in two places. Check you have the first part of this right. (Copied from...
... You are certainly correct. It is a trap. There should be some mention of two place in Registry. Thanks for your reply. I quess being SALT is experimental. ...
Hi, I have a text file I read in using NREAD command. Any line in the text file that has double quotes in the line any characters after the second quote do not...
Hi Lenny, I have tried to reproduce this problem but it works fine for me. Could you please send a small example workspace that shows this problem to...
I recently acquired Dyalog APL Version 11 and installed it to run under Windows Vista. Years ago, when I still had a DOS computer, I used APL*PLUS/PC and...
... under ... I also converted some old APL*PLUS/PC workspaces at the start of the year. You will want to start with Dyalog for Windows User Guide under the...
You may want to try the transfer workspaces at www.milinta.com/english. There is a ws for each of apl/pc (+Win), APLX, Sharp APL and Dyalog. They all have the...
What should âNEW return from an object created by âWC? I'm getting a nonce error in 11.0. Perhaps this is right if we're some day going to leave...
Dan, Thanks. This looks like the most straightforward solution, given that I don't have a working APL*PLUS/PC enivronment. I was unable to see the Version 11...
Jan, the translation is done at the receiving end, in Dyalog in this case. You can see what the translation will look like in namespace xfr, variable...