I have defined a map in a program and based on user action, a pop-up screen appears. A subprogram is called that handles the pop-up screen. The pop-up screen is defined as follows:
DEFINE WINDOW MYpopup
SIZE 15*65
BASE 7/10
TITLE ‘THIS IS MY POP-UP SCREEN’
CONTROL SCREEN
FRAMED ON
SET KEY PF1 NAMED ‘HELP’
PF3 NAMED ‘EXIT’
PF4 NAMED ‘CONFIRM’
The PF keys should be displayed as buttons at the bottom of the screen in ApplinX, however in my case the moment the pop-up screen appears, the PF keys does not display in ApplinX
Thanks for the info. I remember we had a similar issue that was fixed a long time ago, so I assume this will not happen on a recent version of ApplinX.
You can open a support call with a GXAR file and a GCT file of the screens in question (the popup with the pf-keys) and we’ll test this for you to make sure this was solved.
Unfortunately, as 8.1.2 isn’t supported anymore we will not be able to fix this for the 8.1.2 branch.