Page 1 of 1
WPF Training Manual
Posted: Sun Feb 08, 2015 12:18 am
by neeraj
Is there a training manual on how to use WPF from Dyalog? There was an effort to have something by August 2014? help.dyalog.com does not have a WPF manual. Also, I am looking on how to use the two way binding that John D had shown in Deerfield beach.
Re: WPF Training Manual
Posted: Mon Feb 09, 2015 1:49 pm
by Vince|Dyalog
Hi Neeraj,
As a first step, you can look at Chapter 4 of our .Net interface Guide. You can get to this by looking at Dyalog's Help->Documentation Center or by going to
http://docs.dyalog.com/14.0/Dyalog%20APL%20DotNet%20Interface%20Guide.pdfThere is an accompanying wpfintro.dws in our ws sub-directory.
There is work being done for more documentation and examples.
Regards,
Vince
Re: WPF Training Manual
Posted: Mon Feb 09, 2015 3:41 pm
by Dick Bowman
If I can just add to what Vince has written - the important thing is not to let WPF intimidate you (something which it has a tendency to do, especially with the volume of unstructured material that can be found).
I'll modestly point you to apldapldoo.info, the Dyalog/WPFlink on that page will in a couple of clicks take you to a ten-minute "getting started". Basically what I've been doing is to build from there - take it one step at a time.
From a non-APL angle another resource I found very useful was Christian Moser's pages at
http://wpftutorial.net/Home.html.
Re: WPF Training Manual
Posted: Mon Feb 09, 2015 8:55 pm
by neeraj
Thanks. I will look at these resources. If anybody has an example of using a treeview in WPF, I would be interested.