I have a smartwindow with a Flexgrid Ocx inside.
When i upsize the window everything goes fine as i still have the use of the ocx scrollbar.
But when i downsize the window the, scrollbar(s) are still here but i just can't move them as they are like frozen.
here's my code for the trigger :
On window-resize of wWin
ASSIGN FRAME {&FRAME-NAME}:WIDTH-PIXELS = wWin:WIDTH-PIXELS - 2
FRAME {&FRAME-NAME}:HEIGHT-PIXELS = wWin:HEIGHT-PIXELS - 2
CtrlFrame:WIDTH-PIXELS = wWin:WIDTH-PIXELS - 2
CtrlFrame:HEIGHT-PIXELS = wWin:HEIGHT-PIXELS - 2.
CtrlFrame is the com handle for the flexgrid ocx.
Any idea
When i upsize the window everything goes fine as i still have the use of the ocx scrollbar.
But when i downsize the window the, scrollbar(s) are still here but i just can't move them as they are like frozen.
here's my code for the trigger :
On window-resize of wWin
ASSIGN FRAME {&FRAME-NAME}:WIDTH-PIXELS = wWin:WIDTH-PIXELS - 2
FRAME {&FRAME-NAME}:HEIGHT-PIXELS = wWin:HEIGHT-PIXELS - 2
CtrlFrame:WIDTH-PIXELS = wWin:WIDTH-PIXELS - 2
CtrlFrame:HEIGHT-PIXELS = wWin:HEIGHT-PIXELS - 2.
CtrlFrame is the com handle for the flexgrid ocx.
Any idea
