Previous window by clicking on backspace

4 Posts
4 Users
0 Likes
25 Views
(@j.becker@pcvue.de)
Posts: 0
New Member Guest
 

Hello all,

how can I link the keyboard-button "BackSpace" to the mimic-open animation: "#P". I want to open the previous mimic by pressing the Backspace button on the keyboard.

Thank you

Sorry for the wrong category

 
Posted : 08/05/2014 2:58 pm
(@admin_doc72)
Posts: 493
Member Admin
 

There is no action available that could be associated to a function key and that would correspond to #P.

Instead, I think, I would put an invisible rectangle somewhere onto the mimic and configure the keyboard shortcut.

1547=231 forum
 
Posted : 08/05/2014 6:18 pm
e.mahaut
(@e-mahautarcinfo-com)
Posts: 270
Member Moderator
 

Hello,

Alternatively to what Armin suggests, it could be coding a SCADA Basic program

1548=232 ProgramMyNavigation

Including an animation (visible or not) in a mimic template

1548=233 GraphicExplorer

And configuring Backspace key

1548=234 KeyBS

It will work quite well except with some mimics containing ActiveX

BR
Edouard

The project for PcVue 10

 
Posted : 09/05/2014 1:16 pm
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
 

I got the same request from a customer.
In case I tries the instruction Window("OPEN", "#P", "") but it doesn't work.
But I saw in the Scada Basic help the following:

Syntax 6 of WINDOW instruction
SETPREVIOUS
Moves the pointer to the previously opened window.

This selects the window that is opened with the next use of a Link-window open animation when using the substitution #P (open previous window).

It's not really clear. I tried different things but still didn't understand how it works.
Any experience of this instruction?

Nico

 
Posted : 11/11/2014 9:44 am