Re: Question about COMMAND KEY (...)
Alain Siverly <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <[email protected]> |
I was trying with the VDC on the Mac and it does not send "LEFT/RIGHT"
zu the server :-)
My goal was: to navegate in data found through a query.
The solution is for the VDC:
An Entry in the vdc.4sc file like this:
<Shortcut text="Next" shortcut="Right" />
<Shortcut text="Previous" shortcut="Left" />
My own vdc.4sc contains "windows-like-shortcuts" like Ctrl-F for "Query"
or Ctrl-S for "Accept". The whole file is (including the menu commands
we are using for englisch and german, as an example):
<ShortcutList>
<Shortcut name="delete" shortcut="F4" />
<Shortcut name="insert" shortcut="F3" />
<Shortcut name="accept" text="Ok" shortcut="Ctrl+S" />
<Shortcut name="cancel" text="Abbruch" shortcut="Escape" />
<Shortcut text="Suchen" shortcut="Ctrl+F" />
<Shortcut text="Find" shortcut="Ctrl+F" />
<Shortcut text="List" shortcut="Ctrl+L" />
<Shortcut text="Neu" shortcut="Ctrl+N" />
<Shortcut text="New" shortcut="Ctrl+N" />
<Shortcut text="Korrigieren" shortcut="Ctrl+O" />
<Shortcut text="Edit" shortcut="Ctrl+O" />
<Shortcut text="Kopieren" shortcut="Ctrl+C" />
<Shortcut text="Copy" shortcut="Ctrl+C" />
<Shortcut text="Drucken" shortcut="Ctrl+P" />
<Shortcut text="Print" shortcut="Ctrl+P" />
<Shortcut text="Ende" shortcut="Ctrl+Q" />
<Shortcut text="Ende" shortcut="Escape" />
<Shortcut text="Quit" shortcut="Ctrl+Q" />
<Shortcut text="Quit" shortcut="Escape" />
<Shortcut text="Vor" shortcut="Right" />
<Shortcut text="Next" shortcut="Right" />
<Shortcut text="Zurück" shortcut="Left" />
<Shortcut text="Previous" shortcut="Left" />
<ActionDefault name="hilfe_f1" text="F1 Hilfe" acceleratorName="f1"
image="hilfe" comment="Context Help F1" />
<ActionDefault name="hilfe_f2" text="F2 Feldhilfe"
acceleratorName="f2" image="feldhilf" comment="Context Help F2" />
</ShortcutList>
Cheers
Alain
Am 24.07.13 09:02, schrieb Mike Aubury:
> They should work in normal INPUT/INPUT ARRAY..
> For the VDC - I dont see why it shouldn't work..
>
> For a TUI menu - I'm not so sure - as they are used for menu navigation..
>
> What UI are you using ?
>
> On 24 July 2013 04:22, Alain Siverly <[email protected]> wrote:
>> Hi,
>>
>> can I use
>>
>> MENU "mymenu"
>> COMMAND KEY (LEFT)
>> DISPLAY "LEFT"
>> COMMAND KEY (RIGHT)
>> DISPLAY "RIGHT"
>> ...
>>
>> on A4GL? (COMMAND KEY (UP/DOWN) are working)
>>
>>
>> Thanks in advance!
>>
>> Alain
>> VENTAS AG
>>
>>
>> ------------------------------------------------------------------------------
>> See everything from the browser to the database with AppDynamics
>> Get end-to-end visibility with application monitoring from AppDynamics
>> Isolate bottlenecks and diagnose root cause in seconds.
>> Start your free trial of AppDynamics Pro today!
>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Aubit4gl-discuss mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk