From: Pete Helgren
Maybe there are more options for controlling keystrokes with
something like jQuery.
That's one thing that stood out with the ExtJS panel. Focus remained on the panel as you cycled from field to field with the tab & back-tab keys - no jumping to the browser address-bar or other elements on the screen, for example.
Maybe we could start documenting the JSON stream ...
Did you notice the trace - in the .zip file?
JSON stream for this screen:
{input:[
{lin:6,col:53,len:10,dta:""},
{lin:7,col:53,len:10,dta:""},
{lin:8,col:53,len:10,dta:""},
{lin:9,col:53,len:10,dta:""},
{lin:10,col:53,len:10,dta:""}
], output:[
{lin:1,col:23,len:33,ofs:13,dta:"Sign On"},
{lin:2,col:48,len:19,ofs:0,dta:"System . . . . . :"},
{lin:2,col:70,len:8,ofs:0,dta:"DKEXP05"},
{lin:3,col:48,len:19,ofs:0,dta:"Subsystem . . . . :"},
{lin:3,col:70,len:10,ofs:0,dta:"QINTER"},
{lin:4,col:48,len:19,ofs:0,dta:"Display . . . . . :"},
{lin:4,col:70,len:10,ofs:0,dta:"QPADEV000G"},
{lin:6,col:17,len:33,ofs:0,dta:"User . . . . . . . . . . . . . ."},
{lin:8,col:17,len:33,ofs:0,dta:"Program/procedure . . . . . . . ."},
{lin:9,col:17,len:33,ofs:0,dta:"Menu . . . . . . . . . . . . . ."},
{lin:10,col:17,len:33,ofs:0,dta:"Current library . . . . . . . . ."},
{lin:7,col:17,len:33,ofs:0,dta:"Password . . . . . . . . . . . ."},
{lin:7,col:53,len:10,ofs:9,dta:" "},
{lin:24,col:40,len:40,ofs:1,dta:"(C) COPYRIGHT IBM CORP. 1980, 2003."}
]}
One think I like is that it's a lot less verbose than formatted HTML.
Nathan.
As an Amazon Associate we earn from qualifying purchases.