Skip to main content

All Questions

Tagged with
1 vote
1 answer
126 views

Can OpenFin save Logs to a private database and how to retrieve logs from %LocalAppData%\openfin\apps\<app>\app.log

System Versions What is currently running, system-wise, with this setup: OpenFin Process Manager Version: RVM = 8.1.0.4 Node.js: v16.15.0 Windows 10 Angular Application with C# .NET backend Problem: ...
DalexYu's user avatar
  • 23
0 votes
1 answer
882 views

How do i get Angular to recognise fin

I'm coding against the openFin fin object but the NG compiler doesn't recognise it. Do I need to import something ? I have @types\openfin in my node_modules. What else do I need do to use the library ...
AndyK's user avatar
  • 61
0 votes
1 answer
2k views

Migrating a WPF application to HTML5 application

I am having a wpf application with lot of complex Telerik controls like GRID,DropeDowwn etc. But now we are migrating from WPF to openfin in our organisation. My understanding is we cannot host a wpf ...
anoop's user avatar
  • 101
0 votes
1 answer
2k views

How to integrate angular 2+ app to Openfin platform

I need to integrate my existing angular 5 app in openfin (specifically using wpf embedded view) . I will need to communicate with the embedded app using the Interapplication bus. I can't find an ...
Shivakant Upadhyay's user avatar
1 vote
4 answers
667 views

How to manually register an instance of a provider with angular2 dependancy system

I am using Angular2 with OpenFin to build an application. I have a service class which is marked as Injectable and is listed as a provider in NgModule. It is being injected into a component but it is ...
Andrew Coleman's user avatar