×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Actually, I think Waldon suggested the pairing. I haven't posted in
this thread till now.
But I'll go ahead and throw my .02 in :)
Personally, I like the menubar option. Unless you're checking for
CA/CF keys all over the place, it shouldn't be too big a deal to
implement. One possible catch might be if your users use emulation
programs other than Client Access. Even that might not be a show
shopper, since some (many? all?) 3rd party emulators support menu
bars.
Here's an article from 1995 describing how to use menubars and other
green-screen GUI capabilities.
http://systeminetwork.com/article/creating-green-screen-gui
IMHO, the 2 reason to goto a menu bar:
--It would clean up the screen somewhat.
--Would prove more intuitive for new users used to Windows apps. Even
your current users, who are used to Windows apps, shouldn't find it to
difficult to get used too.
Lastly, note that you can invoke the menu bar and its options stricly
from the keyboard, no mouse use required.
Charles Wilt
On Wed, Sep 24, 2008 at 9:06 AM, Simon Coulter <shc@xxxxxxxxxxxxxxxxx> wrote:
I see you've received responses suggesting a window, or menu bar, or
some such. The standard approach to this problem is to define
multiple sets of function keys with one F-key to toggle between them.
This works much like the "pairing" suggested by Charles Wilt. SAA key
for this purpose is F2. You can see this in action in STRQM when
defining an SQL query.
Regards,
Simon Coulter.
As an Amazon Associate we earn from qualifying purchases.