Search found 31 matches

by RossHale
Sat May 30, 2015 9:11 pm
Forum: Chat
Topic: Windows 10
Replies: 5
Views: 21426

Re: Windows 10

Microsoft recently made available another <<free>> kit for simple development of cross platform apps for Windows 8.1 Windows 10 across PC's, Tablets and Phones. Windows App Studio -- not to be confused with Visual Studio. Apps are built by selecting templates and attaching a data source. It seems ...
by RossHale
Fri Jul 13, 2012 9:49 pm
Forum: Microsoft.NET
Topic: Registry the .net-way
Replies: 3
Views: 12577

Re: Registry the .net-way

I guess starting your Dyalog APL session with Administrative Privileges will help.
Not sure how to elevate to Administrative Privileges from within a currently running
session with simpler rights.
Good Luck,
Ross
by RossHale
Tue Apr 24, 2012 9:47 pm
Forum: Announcements
Topic: Dyalog ’11 Conference - Videos now available
Replies: 3
Views: 10970

Re: Dyalog ’11 Conference - Videos now available

Hi Phil, I just tried the site for Dyalog '11 Conference videos and it worked fine; did not run me through a Silverlight update; watched a video without difficult. This was on Windows 8. I will try Windows 7 next chance I get. The Windows 8 has been given a whole bunch of application/technology ...
by RossHale
Tue Mar 06, 2012 10:32 pm
Forum: Chat
Topic: Windows 8 Preview & Dyalog APL 13.0 Unicode
Replies: 0
Views: 8108

Windows 8 Preview & Dyalog APL 13.0 Unicode

I installed Windows 8 Preview to a separate disk to get a dual boot of Windows 8 64-bit and Windows 7 64-bit. I installed Dyalog APL 13.0 Unicode (32-bit) to Windows 8, followed by DyalogIME for 64-bit, .NET Interface, and then ran patchws to to walk the dog up to current update version. Over a ...
by RossHale
Thu Aug 04, 2011 12:43 am
Forum: Microsoft.NET
Topic: How to Dynamically obtain the Constructors of a Class ?
Replies: 2
Views: 9438

Re: How to Dynamically obtain the Constructors of a Class ?

Note that one apparently needs to construct an instance of a class first in order to use Reflection to dynamically find the constructors or methods or properties. Once you have an instance of a class, you can use Reflection flags to discriminate public, instance or static methods, et cetera. Given a ...
by RossHale
Wed Aug 03, 2011 4:54 pm
Forum: Microsoft.NET
Topic: How to Dynamically obtain the Constructors of a Class ?
Replies: 2
Views: 9438

Re: How to Dynamically obtain the Constructors of a Class ?

Hi Pierre, DT.GetType.GetConstructors is niladic, in C# DT.GetType.GetConstructors() and in Dyalog APL with a nil ⍬ argument DT.GetType.GetConstructors⍬ Just from imperfect memory, sometimes we need an explicit ⍬ to invoke niladic C# functions from APL and sometimes we don't. Maybe when the function ...
by RossHale
Thu Jul 07, 2011 7:06 pm
Forum: Microsoft.NET
Topic: Enqueuing Events for WPF Controls?
Replies: 9
Views: 30705

Re: Enqueuing Events for WPF Controls?

Hi Mike, I would very much like a copy of your code to add, remove or inquire as to events and associated handlers. If Pierre decides he wishes to see it, could you perhaps post it in the forums or include a copy to my email ross_hale@msn.com It seems like your approach reduces some of the ...
by RossHale
Mon Jun 27, 2011 10:45 pm
Forum: Microsoft.NET
Topic: Registry help
Replies: 10
Views: 32464

Re: Registry help

Hi Phil, I followed along your much shortened trail and think you are just about there. Using a free version of enhanced substitute for regedit.exe (Registrar Registry Manager), I get that you want --- HKEY_CLASSES_ROOT\exefile\shell\open\command\\(default) to be "%1" %* Now you are thinking that ...
by RossHale
Thu Apr 07, 2011 1:18 am
Forum: Microsoft.NET
Topic: How to Use .Net 4.0 ?
Replies: 16
Views: 47608

Re: How to Use .Net 4.0 ?

I have been revisiting using .Net 4.0 with Dyalog APL v13.0 Unicode and using xml config file Dyalog.exe.config to specify .Net 4.0. This works well in general execept for WPF assemblies such as PresentationFramework.dll. Except for WPF, it is simple to just specify .Net NameSpace and assembly .dll ...
by RossHale
Fri Jan 28, 2011 10:42 pm
Forum: Microsoft.NET
Topic: XED - a Xaml EDitor [Contribution]
Replies: 13
Views: 41141

Re: XED - a Xaml EDitor [Contribution]

Hi Dick, Like you, I have a 64-bit Windows 7 Professional, but a 32-bit Dyalog APL 12.1. I just downloaded XED and the ICSharpCode.AvalonEdit into a public documents download folder and unzipped to same. After copying ICSharpCode.AvalonEdit.dll to the Program Files folder for Dyalog, I right-clicked ...