Design screen in background
Posted: Fri Jun 16, 2017 1:53 am
Hi
I have a screen being designed when it loads using the code below:
DCGETOPTIONS ;
WINDOWHEIGHT win_height ;
WINDOWWIDT win_width;
PRESENTATION APRES ;
RESIZE RESIZEDEFAULT DCGUI_RESIZE_AUTORESIZE_SCALEFONT;
color tillbgcolour notitlebar
DCREAD GUI TITLE 'Till Sales' options getoptions parent @odlg FIT;
TIMEOUT atout EVAL {|o|o:setFrameState(XBPDLG_FRAMESTAT_MAXIMIZED),SetAppWindow(o)}
It has many buttons on the screen, When it loads its 1024,768 (standard) screen resolution. If the screen res is more than this the screen flickers many times as it is auto resizing the buttons on the screen.
Is there any way I can design this screen in the background and once its loaded to the size of the screen, Display it??
Thanks
I have a screen being designed when it loads using the code below:
DCGETOPTIONS ;
WINDOWHEIGHT win_height ;
WINDOWWIDT win_width;
PRESENTATION APRES ;
RESIZE RESIZEDEFAULT DCGUI_RESIZE_AUTORESIZE_SCALEFONT;
color tillbgcolour notitlebar
DCREAD GUI TITLE 'Till Sales' options getoptions parent @odlg FIT;
TIMEOUT atout EVAL {|o|o:setFrameState(XBPDLG_FRAMESTAT_MAXIMIZED),SetAppWindow(o)}
It has many buttons on the screen, When it loads its 1024,768 (standard) screen resolution. If the screen res is more than this the screen flickers many times as it is auto resizing the buttons on the screen.
Is there any way I can design this screen in the background and once its loaded to the size of the screen, Display it??
Thanks