[Migrated content. Thread originally posted on 18 January 2006]
We have a menuing system that calls a new occurance of the runtime as it opens new program windows. we are having an issue that if you click to run the "call" of the runtime unit, and then click again on the active window, the "called" window appears behind the active window. Is there a way to force new windows to have focus in front.Page 1 / 1
[Migrated content. Thread originally posted on 18 January 2006]
We have a menuing system that calls a new occurance of the runtime as it opens new program windows. we are having an issue that if you click to run the "call" of the runtime unit, and then click again on the active window, the "called" window appears behind the active window. Is there a way to force new windows to have focus in front.[Migrated content. Thread originally posted on 18 January 2006]
We have a menuing system that calls a new occurance of the runtime as it opens new program windows. we are having an issue that if you click to run the "call" of the runtime unit, and then click again on the active window, the "called" window appears behind the active window. Is there a way to force new windows to have focus in front.[Migrated content. Thread originally posted on 18 January 2006]
We have a menuing system that calls a new occurance of the runtime as it opens new program windows. we are having an issue that if you click to run the "call" of the runtime unit, and then click again on the active window, the "called" window appears behind the active window. Is there a way to force new windows to have focus in front.[Migrated content. Thread originally posted on 18 January 2006]
We have a menuing system that calls a new occurance of the runtime as it opens new program windows. we are having an issue that if you click to run the "call" of the runtime unit, and then click again on the active window, the "called" window appears behind the active window. Is there a way to force new windows to have focus in front.[Migrated content. Thread originally posted on 18 January 2006]
We have a menuing system that calls a new occurance of the runtime as it opens new program windows. we are having an issue that if you click to run the "call" of the runtime unit, and then click again on the active window, the "called" window appears behind the active window. Is there a way to force new windows to have focus in front.L " " TRAINFLAG DELIMITED SIZE INTO CALL-STR.
CALL "C$RUN" USING CALL-STR.
*****AND IN MENURUN IT CREATES THE FOLLOWING WINDOW:
DISPLAY INDEPENDENT WINDOW LINES 25.0
SCREEN LINE 1 SCREEN POS 1 ACU30
SIZE 80 CELL HEIGHT = WCELL-HEIGHT
AUTO-MINIMIZE
TITLE-BAR
MODELESS
HANDLE IN CALL-WINDOW.
*****WHILE THE WINDOW IT PROCESSING IF YOU ACTIVE THE WINDOW IT WAS CALLED FROM THE NEW WINDOW APPEARS BEHIND THE INITIAL PROGRAMS WINDOW
[Migrated content. Thread originally posted on 18 January 2006]
We have a menuing system that calls a new occurance of the runtime as it opens new program windows. we are having an issue that if you click to run the "call" of the runtime unit, and then click again on the active window, the "called" window appears behind the active window. Is there a way to force new windows to have focus in front.L " " TRAINFLAG DELIMITED SIZE INTO CALL-STR.
CALL "C$RUN" USING CALL-STR.
*****AND IN MENURUN IT CREATES THE FOLLOWING WINDOW:
DISPLAY INDEPENDENT WINDOW LINES 25.0
SCREEN LINE 1 SCREEN POS 1 ACU30
SIZE 80 CELL HEIGHT = WCELL-HEIGHT
AUTO-MINIMIZE
TITLE-BAR
MODELESS
HANDLE IN CALL-WINDOW.
*****WHILE THE WINDOW IT PROCESSING IF YOU ACTIVE THE WINDOW IT WAS CALLED FROM THE NEW WINDOW APPEARS BEHIND THE INITIAL PROGRAMS WINDOW
[Migrated content. Thread originally posted on 18 January 2006]
We have a menuing system that calls a new occurance of the runtime as it opens new program windows. we are having an issue that if you click to run the "call" of the runtime unit, and then click again on the active window, the "called" window appears behind the active window. Is there a way to force new windows to have focus in front.
IDENTIFICATION DIVISION.
PROGRAM-ID. MASTER.
WORKING-STORAGE SECTION.
77 CNTL-FONT USAGE HANDLE OF FONT SMALL-FONT.
PROCEDURE DIVISION.
MAIN-LOGIC.
DISPLAY STANDARD GRAPHICAL WINDOW
TITLE "Master"
CONTROL FONT CNTL-FONT
SIZE 40
LINES 15
BACKGROUND-LOW.
ACCEPT OMITTED.
CALL "c$run" using "wrun32.exe slave".
ACCEPT OMITTED.
STOP RUN.
IDENTIFICATION DIVISION.
PROGRAM-ID. SLAVE.
WORKING-STORAGE SECTION.
PROCEDURE DIVISION.
MAIN-LOGIC.
DISPLAY INDEPENDENT WINDOW
LINES 25.0
SCREEN LINE 1
SCREEN POS 1
SIZE 80
AUTO-MINIMIZE
TITLE-BAR
MODELESS.
ACCEPT OMITTED.
GOBACK.
Can you reproduce with this code?
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.