Kbase P146963: How to switch between GUI and TTY modes?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/28/2009 |
|
Status: Unverified
GOAL:
How to switch between GUI and TTY modes?
GOAL:
How to run procedures as GUI and then as TTY and vice-versa?
GOAL:
Is it possible to switch between TTY and GUI mode?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
FIX:
Yes, it is possible to switch between TTY / GUI by doing:
1) Create a project (can be TTY or GUI)
2) In the Project properties set Build -> Save r-code to OFF
3) Create a default launch configuration (same type of UI as for the project)
4) Create another launch config for the other UI - change the Launch configuration PROPATH to use GUI or TTY directories and libraries for the UI you selected.
Please note that by using different launch configurations it is possible to test under TTY and GUI, but the disadvantage can be missing r-code which is for instance needed for debugging.