Hi Folks,
Can anyone give some pointers on touch sensitive screen programming or where I could get some info and guidance?
I have seen these being used at supermarket checkouts but not in business applications. Are there any restrictions to these being used in business applications (iseries)?
Thanks.
Software/Hardware used:
iSeries
ASKED:
February 3, 2010 10:18 PM
UPDATED:
January 4, 2011 3:33 PM
It’s not clear what you need. At my previous job, we utilized touch screens for AS/400 (it was 10+ years ago) inquiries by customers in ‘kiosk’ style setups. Orders could be created and tracked for example.
But the kiosk equipment simply managed screen I/O and communicated to a sockets app running on the AS/400. That doesn’t seem like what you’re considering. Or maybe it is.
OTOH, any touch-screen device that manages a TN5250 app should be seen like any other 5250 device. Related might be mouse-enablement, which is really no different from touch, as long as the app provides the same signals. Likewise, a browser can interact with a web or app server.
Can you describe a couple examples use scenarios?
Tom
Hi Tom,
Thanks for your response. Yes, my initial details were sketchy. I wanted to see if there was anyone with touch screen experience before going into the details.
We have a policy management system on the i-series using currently greeen screens. As everyone else, we are also “talking” about how best to modernize the application without the “rip and replace”, strategy as it would just cost too much.
I am just investigating the feasibility of touch screen option – how effective it would be with a legacy system. Also the various bits and pieces (apps & sockets & software) that would be required to make it all hang together.
Any assistance would be appreciated.
Thanks.
Gopal
Check out ASNA’s Visual RPG – it combines windows and iSeries very nicely. We used it to develop a touch screen application for truckers delivering raw materials to our plant. Its been in production for over four years. So far, so good.
It would be hard to develop a pure green screen app with touch screen. I suspect the program would be primarily limited to F-key touches.
RonnieJen -
Could you provide more detailed information?
> You need to configure a macro that has “Light Pen” …
Macros I have no problem with. But a “Light Pen”? Lost!
Sample code would be GREAT!
TKS,
MIS
You need to configure a macro that has “Light Pen” and “Enter” for Client Access.
Light pen! Great idea! It’s been way too many years since I’ve even seen one.
If it works (which seems very reasonable) and you don’t have a basic example, I’ll see if I can create one. As long as the field/region is “selectable”, it works just as well with a mouse pointer, doesn’t it?
Tom
We use Client access on the workstation and use a macro that is tied to the mouse function of the workstation. The macro is [light pen] [enter] . When the screen is touched the macro takes effect. On the As400 side of things, we use cursor positioning in the RPG program and DDS to find where the user clicked on the screen. That’s all there is to it.