Is there a way to call Progress UI in C# .Net

I am trying to call the progress UI(Built using AppBuilder) in C #; I would like to know if there is any way to do it? I am using progress 10.2 beta version.
Please help me!


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
tamhas's picture

At this point, you are

At this point, you are violating your NDA discussing 10.2A anywhere but on the beta forum. You are likely to get a better answer there, anyway.

But, think about it a little (even based on public information). A 10.2A .NET UI has been set up so that the data binding and event handling is directed back across the AVM-CLR bridge, i.e., none of the logic for actually doing any of that is in the .NET piece. So, what are you going to interface with and why? Very different animal than a .NET OpenClient UI. Of course, there is nothing to keep you from writing your own component and including it in the .NET side.