login about faq

We use Gira Home Server in combination with Pro-Face displays in a project and since the displays are driven by Win XP we have also installed a software for alarm management in the same display. The problem encountered is to switch between the applications. The GIRA interface is covering the display and we have no keyboard for ALT+TAB. Is there any way to switch to the other active application from the home-server app?

asked Jan 04 '10 at 22:58

Erik%201's gravatar image

Erik 1
16112


Here´s a script that might do the trick, just let a Homeserver Icon call a locally stored HTML file with following content

<HTML>
 <HEAD>
 </HEAD>

<script language="JavaScript">
  function launchApp(strCmdLine)
  {
    var obj = new ActiveXObject("LaunchinIE.Launch");
    obj.LaunchApplication(strCmdLine);
  }
</script>

 <BODY>
  <body bgcolor="#000000"> 
<a
href="javascript:launchApp('c:\\windows\\whateverprogram.exe')">
<img border="0" src="hauptmenue_alarm_ico.jpg"></a>
 </BODY>
</HTML>

Good luck

answered Jul 29 '10 at 15:44

Mrty's gravatar image

Mrty
1817

edited Jul 29 '10 at 15:46

You can try to use a virtual keyboard like Toucht-IT (http://www.chessware.ch/virtual-keyboard/index.php). From there you can use the ALT-TAB if you want to. There is a freeware version available that you can use.

answered Mar 23 '10 at 14:30

EB's gravatar image

EB ♦♦
150251428

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×9

Asked: Jan 04 '10 at 22:58

Seen: 1,264 times

Last updated: Jul 29 '10 at 15:46