Just installed V11 on a MacBook under Windows Parallels. Sadly, all calls tried to ⎕NEW fail. Including ⎕USING←'System' DateTime.Now I can...
I don't have any problem. I have installed .Net Framework 2.0 and I use Windows XP under Parallels build 3214. Best regards, Kimmo ps. DateTime.Now is...
Hi! I try to use an active X component (ocx). I can't get it to work. Maybe someone could help me. I do this: 'O'⎕WC'OCXClass' 'FlexCell.Grid' 'F'⎕WC'Form'...
... I don't (think I have) that OCX, but - on the surface - you should be able to write F.G.RowHeight22 Not quite sure why you're offering a two-element...
... The RowHeight value is unique for each row so the first value specifys the row, the second the height. ... We still run versions that require the older...
... Normally, simple assignment or []WS should work for such properties,eg. F.G.RowHeight <- 10 'F.G' []WS 'RowHeight' 10 3 []NQ... is used to invoke a Method...
... In which case it might be worth trying F.G.RowHeight0 22 your first post seemed to be missing the arrow Fredrik Sjögren wrote: [... deleted ...] The...
Hi everyone, here is the response support gave Fredrik: To give row 0 a height of 10, do this: 10 F.G.RowHeight 0 Please see the 10.1 Interface Guide, Chapter...
...especially one which is not fixed width for the "normal" characters, so that it would be possibly to write normal text in a "legible" way and get APL-Chars...
... "APL Unicode MS" or "Arial Unicode MS"? Arial Unicode MS exists almost by default on any modern Windows installation, but the APL subsection is quite ugly,...
... Well, that was inevitable typo #1 :( I meant Arial Unicode MS. And I am quite sure I had seen it on my machine once, but maybe I've done one patch to much...
The Version 11.1 APL Symbol Toolbar does not contain the comment symbol or the alpha and omega symbols. Since they are not ASCII symbols, could these be added...
Steve, The "Language Bar" is completely configurable, see LanguageBar\Elements in the registry. You can add any entries you like, they do not even need to be ...
Around the end of October, we hope to start the "Beta Test" programme for version 11.1 (for 32-bit Windows) at the end of October. If you have plans to convert...
Morten - While we are not in "Unicode mode", we do have a bunch of automated test infrastructure and an interest in seeing this version stable for our use. Do...
Max, We will also want a couple more volunteers to run their entire applications under "11.1 Classic" (the non-Unicode version, which is designed to be 100% ...
Version 11.1 will support character arrays which can contain any character in the Unicode standard. When version 11.1 loads an old workspace or reads and...
This attached seems to be an official answer from OOPSLA/APL07 registration. The latest program is at http://www.sigapl.org/apl2007.html, unfortunately without...
Try this. Options - Configure - Edit/Trace With "Classic Dyalog mode" set off, hover over the confirmation check boxes to the right. Now check "Classic Dyalog...
Hello Phil, Thanks for pointing these out. It was certainly not our intention to break the line editor. We will get this fixed for the next beta. Best Regards,...
Hello, I want to use Dyalog APL 10.1 with ASP.NET 2.0. I already found this post: http://tech.groups.yahoo.com/group/dyalogusers/message/2115 I have both...
I was up at Cornell University this week, and I noticed a flyer for a new minor offering from their applied statistics department. I thought it might be of...
Hi, I was trying to use a vector of namespace (references) in a ":CaseList" as part of a ":Select" control structure, and it fails to be "selected". Originally...