Gents...
Nathan - sorry I spelled your name wrong a couple of times - your name is
not is my vocabulary... I'm in the cold north of Denmark, Europe - sorry...
The trace with both the screen and the JSON format is only for debugging
purposes. In "the real word" the JSON formatting has to occur in the "front
end" application. I haven?t have time to make that right, but that will
actually change the UI paradigm.
Best regards
Niels Liisberg
IceBreak Chief SW Architect
System & Metode Technologies
Håndværkersvinget 8, DK-2970 Hørsholm
Phone: +45 70 20 36 10
Fax: +45 70 20 30 11
Direct: +45 45 177 055
Mobile: +45 31 158 861
E-mail: nli@xxxxxxxxxxxxxxxxx
Web: www.system-method.com and www.Icebreak.org
-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx] On
Behalf Of Nathan Andelin
Sent: 9. januar 2009 01:24
To: Web Enabling the AS400 / iSeries
Subject: Re: [WEB400] Niels IceCap 5250 was->Pete's web5250 was->Re:
Business Developers was ->Re: IBM Gives RPG Devotees Their Own Café
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.