Skip to main content

All Questions

Tagged with
0 votes
0 answers
22 views

Load React or Angular Component In OpenFin

I am trying to get an OpenFin app to run using the Platform API: https://developers.openfin.co/of-docs/docs/platform-getting-started I can get a 'platform' running, and x2 panels using the example in ...
Oam Psy's user avatar
  • 8,621
1 vote
0 answers
122 views

How to perform logout and quit at same time in a typescript file?

I am writing some logic at openfin side in a plain typescript file to quit and logout an application at same time on a button click. So my quit function is working properly. public async quit() { ...
Avanish Srivastava's user avatar
1 vote
0 answers
178 views

How to customize the Openfin window?

I have some questions related to how to customize the Openfin window. How we can restrict to open multiple modules from Openfin Dock. Currently we can open a same browser from dock for multiple times ...
Avanish Srivastava's user avatar
1 vote
0 answers
23 views

How to get the element from promise in react? [duplicate]

From these 2 lines I am getting a promise in my console but not getting how I can access the values from it. const name = fin.Application.getCurrentUser().getName(); console.log(name); The result ...
Avanish Srivastava's user avatar
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
1k views

OpenFin child window not visible

I'm new to openFin. I have followed the steps mentioned in the video lecture(https://www.youtube.com/watch?v=N4268gZfUYM&ab_channel=OpenFinTech) to create a child window but getting a weird issue....
srinivas's user avatar
0 votes
1 answer
1k views

How to add react app into openfin platform

I'm finding the way to set up an exists react app(use create-react-app) into openfin platform(https://openfin.co/). Could you help share with me some repo, code sample or anyway to implement react app ...
Mã Điền Võ's user avatar
0 votes
1 answer
387 views

Element stays in hover state when moving the pointer quickly out of the window

I'm working on an app using openfin and react. It is a toolbar containing multiple elements in a row. I have one near the edge that needs to change its background color when the user hovers his ...
Cristian Pavel's user avatar