Author |
Message |
24/08/2009 12:47:36
|
gargula
Power User
Joined: 18/01/2008 13:01:44
Messages: 34
Offline
|
Hi,
we implementet a onlinehelp for our application... Now we want start this by "hotkey F1".
We define hotkey = "112"... But then there is no reaction by pressing F1???
Ok, we say hotkey = "113" (F2) to check our implementation... And it works???
Should the hotkey F1 handled in a special way???
Rg
Christian
|
|
|
24/08/2009 15:09:32
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
Hi,
F1 is the only hotkey that is treated differently because of its F1-nature. It is linked to the helpid etc. (pls. see the Developer's Guide).
Could you check that you link your F1 management to the F1 mechanisms provided by the default framework. If it fits in, perfect! If not, then we would rather like to extend the F1 framework than openeing up F1 as hotkey.
Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
25/08/2009 06:42:30
|
gargula
Power User
Joined: 18/01/2008 13:01:44
Messages: 34
Offline
|
Hi Björn,
we have no "helpid" in aur jsps...
we have also no onlinehelp.xml in the “eclntjsfserver/config/...
It should be possible, if not use this way, that "F1" is used as hotkey automaticly?!?
Rg
Christian
|
|
|
25/08/2009 07:29:34
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
Hi,
Ok, what we can do for next update: we open up the F1-key so that it is also possible to react via F1.
But: please check the F1 default help that is available - the one that is documented + where you require the definition of helpid. We believe this is much easier to use than applying hotkey/popupmenu definitions for each individual component you want to support F1.
Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
31/08/2009 11:49:00
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
...F1 is now available as normal HOTKEY as well - please view change log of today's update.
Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
|