In case any members missed the cancellation notice, the Dec 2nd meeting (tommorrow) has been CANCELLED. Our targeted November meeting slipped into Dec, and we...
Hello Paul, You'd think that that should work, but we can't see why it is failing. However, we cannot find an example in the docs that uses a numeric argument...
John, I can't get it to work. Unless I am missing something ,the Files property of the Folder object returns a collection object which is a ref, not an array...
... the DSS upgrades). It works not only with arrays of refs, but also with refs attached to a COM object which exposes the Enumerator pattern (to be precise,...
... /john P.S. Just seen that Stefano beat me to it. ... From: Paul S. Mansour To: dyalogusers@yahoogroups.com Sent: Tuesday, December 02, 2003 2:33 PM ...
Ah hah. I tried V10 too, but my version is a month or two old. I'll get the latest. Very nice ehancement. One more reason to take the final plunge into V10 --...
I used to have code that ran well under V8.x I am coming back to DAPL and tried it under V10 where it now breaks at at least a couple of places. Related to...
Has anyone tried the threading namespace from Dyalog. I doubt if it will work because it requires one to provide a function that will be run by the thread and...
... Not tried. However, I can think that one thing would work. If you create a .NET class in Dyalog APL you should be able to use one of the public methods ...
... We have one of our apps in V10 now. It's a fairly rich desktop application that has a lot of bells & whistles and exercises many of the nooks & crannies...
I am beginning to spend increasing amounts of time with .NET and am currently focusing on the GUI portion. My question to this group is that given the choice...
... [... commercials deleted ...] That's a question I'd been meaning to ask for some time, I only have limited experience with the .NET GUI stuff. What...
To those of you who may have know David Jochman, 47, died in a plane crash in Tennessee. He was the pilot and carrying four passengers. David was leading a...
We worked hard with Dyalog to get version 3.5 of SimCorp Dimension to run on APL 10, but we decided to postpone it a version due to a large amount of APL...
Is it possible to extend a .NET class in APL and create a new Type. I know how to create standalone .NET classes in APL but how does one specify that the...
... Assuming the base class (that is: the class you want to inherit from) is not sealed, all you have to do is to specify its name when you create the ...
I am wanting to use the microsoft agent software and the characters like Peedy to talk to children and teach them to read in my Dyalog 10 appplication. Has...
... On my PC (running Windows XP) the control is called Microsoft Agent Control 2.0. And it cannot be owned by the root object. The following works: ...
Once upon a time, Dyalog had a really cute presentation done for the British APL Association using the characters. Unfortunately, I only have a messed up copy...
I wrote a small application earlier this year involving a conversation between Merlin, the Genie, Peedy and Robby. It is written in Dyalog, version 10. If...
Hello Jerry, Here is my attempt to use MSAGENT. This is an experimental ws which tries to develop a language of verbs adverbs etc... with which to write a...
Looketh good, but after setting the dirs ok, this appeareth: DOMAIN ERROR Scene1[5] 'MERLIN' ]WC AGENT.GetCharacter ID_MERLIN'' Stefano's examples worked...
Hello Veli-Matti, If you haven't put the right \CHARS\ directory in the AGENTDIR variable then you will get a DOMAIN ERROR on line [4] of Scene1, but I can't ...
Thanks works great. One further question do I need to unregister the agent and expunge the agent and merlin or just expunge agent and merlin when I am done? ...
I cannot try it right now because at home I don't have a working Dyalog 10, but I think that, unless you expunge both "Agent" and merlin, since merlin is a...
I just stumbled across another way to get rid of unwanted function results without using a name that could affect the current space or function: ([]NS '').A <-...