home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / pascal / 7578 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.9 KB

  1. Path: sparky!uunet!mcsun!sun4nl!wtrlnd!contrast!postmaster
  2. From: berend@contrast.wlink.nl (Berend de Boer)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Turbo Vision Keys?
  5. Message-ID: <724675113.AA00819@contrast.wlink.nl>
  6. Date: Fri, 18 Dec 1992 08:06:54
  7. Sender: postmaster@contrast.wlink.nl
  8. Lines: 45
  9.  
  10. Dean Davidson wrote in a message to All:
  11.  
  12.  
  13.  DD> I also prefer to use the ENTER to move to the next field. 
  14.  DD> My user interface routines that I use, incorporate this
  15.  DD> feature.
  16.  
  17.  DD> You mention the CUA standard.
  18.  
  19.  DD> What is this? Where is it used? How widely is it used?
  20.  
  21. What are they, you can better say. There are three CUA's, the last
  22. depending on the previous. The CUA87, CUA89 and the CUA91 Standard. CUA
  23. stands for Common User Acces, defined by IBM.
  24.   CUA87 was directed to computer independence. A 3270 should behave like
  25. your IBM PC. Let's take for example the ENTER and TAB key. When running
  26. a 3270 emulator on our LAN connected to a CICS mainframe, the TAB moves
  27. to the next field, ENTER accepts the screen. Just like your TVision
  28. programs (if you follow standard behaviour).
  29.   CUA89 was graphical oriented. Menubars, dialogboxes etc. were defined.
  30. TVision follows CUA89.
  31.   CUA91 is the Workplace Model. Look for OS/2 to see how this works. You
  32. are working with objects, moving, dragging them and applying operations
  33. on them. In my opinion CUA91 cannot be implemented in character mode
  34. TVision. You need graphics, icons etc.
  35.  
  36.  DD> I'm all for using a standard user interface, but I was not
  37.  DD> aware that any standard existed.
  38.  
  39. CUA is used by all (almost) IBM programs, Windows, TVision and lots of
  40. other programs.
  41.  
  42.  DD> More information would be appreciated on the CUA standard,
  43.  DD> or any other standards that do exist.
  44.  
  45. Maybe this will help you. If you need the exact references to the CUA??
  46. document, send me a email and I will look them up.
  47.  
  48.  
  49. Groetjes,
  50.  
  51. Berend. (-:
  52. fido: 2:281/527.23
  53. email: berend@contrast.wlink.nl
  54.  
  55.