Use PWB as a Menu for Launching Applications
-
- Spectator
- Posts: 1
- Joined: Mon Jan 23, 2017 12:14 pm
Use PWB as a Menu for Launching Applications
We'd like to use PWB v3 as a menu for launching to Envisionware-related applications (PC Reservation and LPT: One Release Station). The applications are installed on the same computer hosting PWB. I have the HTML file created, but I can't seem to get PWB to allow the launch of these applications. Is this something that can be done using PWB?
Re: Use PWB as a Menu for Launching Applications
Do the applications normally launch from Internet Explorer or Chrome?
--Scott
--Scott
-
- Contributor
- Posts: 31
- Joined: Fri Jan 28, 2011 9:23 am
Re: Use PWB as a Menu for Launching Applications
I know this is possible in PWB v2 because I was doing it for Envisionware as well and a kids gaming computer to launch games.
The module is JavaExecute=PWBExecute I believe
Here is a thread on it.
https://www.teamsoftwaresolutions.com/f ... cute#p6094
The code you want to look at is
var play_link = "JavaScript:window.external.PWBExecute('C:\\\\shortcuts\\\\" + link + '\')';
I have to say this works really well and we have never had any problems with it. I do however want to move to V3 and am interested if Scott can shed some light if this is possible in V3.
The module is JavaExecute=PWBExecute I believe
Here is a thread on it.
https://www.teamsoftwaresolutions.com/f ... cute#p6094
The code you want to look at is
var play_link = "JavaScript:window.external.PWBExecute('C:\\\\shortcuts\\\\" + link + '\')';
I have to say this works really well and we have never had any problems with it. I do however want to move to V3 and am interested if Scott can shed some light if this is possible in V3.
Re: Use PWB as a Menu for Launching Applications
The Dynamic External Java Commands are available in PWB v3 IE only as this is an Internet Explorer only functionality.
Unfortunately the functionality is not available in PWB v3 CEF.
--Scott
Unfortunately the functionality is not available in PWB v3 CEF.
--Scott