OS4X Webaccess Electron client

From OS4X
Revision as of 08:49, 4 June 2019 by Admin (talk | contribs) (Created page with "= Functionaly = The OS4X Webaccess electron client is a native app for supported operating systems, offering features like: *Full performance up- and download *Native access t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Functionaly

The OS4X Webaccess electron client is a native app for supported operating systems, offering features like:

  • Full performance up- and download
  • Native access to all local accessible file systems (including network shares)
  • Optional automatic decompression of ZIP, TAR and gzip files, recursively
  • Notifications for new incoming jobs in Windows 10
  • Full support for client-side plugins for exporting and importing data to defined CAD environments

Installation

The OS4X Webaccess electron client can be installed anywhere in the filesystem, accessible by the user. We deliver the package as a ZIP archive which can be extracted anywhere. Typical installations in Windows environments are in the target path

%PROGRAMFILES%

Parameters

When starting the client interactively, it will ask for a OS4X Webaccess 6 URL (earlier versions of OS4X Webaccess are not supported). The client verifies the correctness of the OS4X Webaccess instance and indicates errors if it is not compatible.

Bildschirmfoto 2019-06-04 um 10.45.20.png

URL

The URL can be passed with the parameter

-u
--url

If no other parameters are passed, this parameter can be also passed without indication, solely as the only parameter.

Examples:

"C:\Program Files\OS4X_Webaccess6.0.0-win\OS4X Webaccess.exe" -u http://os4x-server/webaccess
"C:\Program Files\OS4X_Webaccess6.0.0-win\OS4X Webaccess.exe" --url http://os4x-server/webaccess
"C:\Program Files\OS4X_Webaccess6.0.0-win\OS4X Webaccess.exe" http://os4x-server/webaccess

Title

The default window title "OS4X Webaccess 6" can be overridden with the parameter

-t
--title

If set, this parameter must be the first parameter of the program. Examples:

"C:\Program Files\OS4X_Webaccess6.0.0-win\OS4X Webaccess.exe" -t "Alternative title" --url http://os4x-server/webaccess
"C:\Program Files\OS4X_Webaccess6.0.0-win\OS4X Webaccess.exe" --title "Alternative title" --url http://os4x-server/webaccess

Windows 10 notifications