Ugly nod to start Windows with DCSTATUSBAR
Posted: Tue May 19, 2015 12:50 am
Good Morning.
I have the following problem. All application screen has a button bar below. To Launch Windows (1) Displays the content of Windows without the Button Bar, and (2nd) is then redimenciona and Button Bar and Mesnaje appears.
This proboca a wink of ugly display.
How can I avoid.
This is Code
DCGETOPTIONS NOBUSY HILITEGETS COLOR_RED NOSUPERVISE ;
COLORGETS { { CIDA_GET_A0,CIDA_GET_A1, } , { CIDA_GET_P0, CIDA_GET_P1 } } ;
SAYFONT ('9.Segoe UI') GETFONT ('12.Segoe Condensed') FONT ('10.Segoe UI');
WINDOWWIDTH 1020 WINDOWHEIGHT 720
DCREAD GUI OPTIONS GetOptions ;
TITLE 'FICHERO de ARTICULOS' SETAPPWINDOW ;
HANDLERBLOCK bHandler
I have the following problem. All application screen has a button bar below. To Launch Windows (1) Displays the content of Windows without the Button Bar, and (2nd) is then redimenciona and Button Bar and Mesnaje appears.
This proboca a wink of ugly display.
How can I avoid.
This is Code
DCGETOPTIONS NOBUSY HILITEGETS COLOR_RED NOSUPERVISE ;
COLORGETS { { CIDA_GET_A0,CIDA_GET_A1, } , { CIDA_GET_P0, CIDA_GET_P1 } } ;
SAYFONT ('9.Segoe UI') GETFONT ('12.Segoe Condensed') FONT ('10.Segoe UI');
WINDOWWIDTH 1020 WINDOWHEIGHT 720
DCREAD GUI OPTIONS GetOptions ;
TITLE 'FICHERO de ARTICULOS' SETAPPWINDOW ;
HANDLERBLOCK bHandler