Error with splitter
Posted: Thu Jul 08, 2010 10:07 am
Only when open the customer dialog the splitter go on msgbar ,
when I make the resize on the main window or I move only the mouse
the application put the splitter good
on source code i made
@ 00, nSplit SPLITTER oApp():oSplit ;
VERTICAL ;
COLOR RGB(143,172,230) ;
PREVIOUS CONTROLS oApp():oExBar, oBar ;
HINDS CONTROLS oApp():oGrid, oApp():oTab ;
SIZE 1, oApp():oDlg:nGridBottom + oApp():oTab:nHeight PIXEL ;
OF oApp():oDlg ;
_3DLOOK ;
UPDATE
ACTIVATE DIALOG oApp():oDlg NOWAIT ;
ON INIT BarExplorer(oApp():oExBar,oApp():oCont,"CU") ;
ON PAINT (oApp():oSplit:AdjClient())
How I can resolve this graphic error ?
when I make the resize on the main window or I move only the mouse
the application put the splitter good
on source code i made
@ 00, nSplit SPLITTER oApp():oSplit ;
VERTICAL ;
COLOR RGB(143,172,230) ;
PREVIOUS CONTROLS oApp():oExBar, oBar ;
HINDS CONTROLS oApp():oGrid, oApp():oTab ;
SIZE 1, oApp():oDlg:nGridBottom + oApp():oTab:nHeight PIXEL ;
OF oApp():oDlg ;
_3DLOOK ;
UPDATE
ACTIVATE DIALOG oApp():oDlg NOWAIT ;
ON INIT BarExplorer(oApp():oExBar,oApp():oCont,"CU") ;
ON PAINT (oApp():oSplit:AdjClient())
How I can resolve this graphic error ?