Thinfinity.VirtualUI

Thinfinity.VirtualUI is a Javascript pseudo-class that offers a single-line-of-code user interface remoting solution for self-developed applications, making it possible to deliver them as dual-platform Windows/HTML5 apps.

Regarding its full web integration capabilities, Thinfinity VirtualUI takes advantage of the newly developed Javascript Remote Objects (jsRO) framework to facilitate two-way data integration between the application and the browser.

It empowers developers who are confronted with a need for deep modernization of existing Windows-based apps with a dual-approach tool: instant GUI remoting and full web integration.

JavaScript

var virtualUI = new Thinfinity.VirtualUI(); // has no arguments

Returns

Thinfinity.VirtualUI Object.

Version

20141216.1

Events

Name

Description

onLoading

Occurs when 'loading' is triggered. The event will be fired once the client and the server are connected to each other.

onShow

Occurs when 'show' is triggered. The event will be fired once the web-app is ready to be shown.

onClose

Occurs when 'close' is triggered. The event will be fired once the app is closed.

onError

Occurs when 'error' is triggered.

Group

VirtualUI.sdk.min.js

Properties

Name

Description

devMode

Retrieves information about the current mode. In the developer environment only one application can run at the same time. By default the assigned port is 6080, if it's available.