From: bazman on
I have a dialog window which closes ok! if no processing is executed.
The window provides http connectiion to the internet.
Once the processing has been completed the window remains on the
screen after closing.
The window is obviously gone as any further windows opened overlay the
original window and on closing these windows then the underlying
surface is repainted correctly.
For some reason, closing the http window after processing is completed
does not remove the window from the screen albeit the controls on this
window are no longer active.
CAVO verion is 2.6
The windows is based on Ivo Wessels' "FTP EXplorer".

Any help appreciated.

Nick Vlachou


From: bazman on
I don't know why, haven't had enuff time to investigate, but the
FABMESSAGE???? function was causing the problem.
I have used FAB TOOLS 1.4.6 extensivley and not encountered any such
problem before.
If anyone knows what maybe causing this problem, I would appreciate
the advice.

Thanks
Nick Vlachou
From: bazman on
Tried removing the FABMESSAGE??? and using the MessageBox() function
below which brought back the same problem.

MessageBox(0, "Title1", "Success or Error ", MB_OK)

Thanks
Nick Vlachou

From: bazman on
Problem resolved
Sent a window handle to the message window which resolved the problem.

Thanks
Nick Vlachou