1 / 4

WPF

WPF. W indows P resentation F oundation or is it? W orried? P uzzled? F lummoxed?. Don’t panic!. Ways WPF is being made accessible for APL developers Event handling Xaml <object Click=“{ apl:Event FunctionX }” etc.

Download Presentation

WPF

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. WPF Windows Presentation Foundation or is it? Worried? Puzzled? Flummoxed?

  2. Don’t panic! Ways WPF is being made accessible for APL developers • Event handling • Xaml <object Click=“{apl:EventFunctionX}” etc. • APL object #.WPF.Event.Add ‘Click’ ‘FunctionX’ • Commands • Xaml <object Command=“{apl:CommandCommandX}” • APL object #.WPF.SetCommand command [Namspace [Header]] • Command templates in VS to allow the creation of custom user commands • Helpful utilities that handle aspects of WPF such as types, objects, et al

  3. DataBinding • Xaml <object DataContext=“{apl:BindingVarA}” etc. • APL bind←object 'DataContext' #.WPF.Binding.Bind 'VarA‘ • Documentation aimed at an APL Developer • Covers for some of the Dyalog ⎕WC objects; the first being the APL/W Grid • Xaml compilation • Syncfusion Controls

  4. So yes an APL developer can do everything and more than a C# developer (how could we ever doubt that?) So think of it as Wonderfully Perfectly Feasible (come and see how on Thurs)

More Related