Page 1 of 1

FWH 2.5 February - NOWAIT not working in DIALOGs

Posted: Wed Mar 15, 2006 10:17 am
by RAMESHBABU
Dear Mr.Antony

I am using FWH 2.5 February. The NOWAIT clause in ACTIVATE DIALOG
is not seem to be working.

I tested DLGTEST and TESTDLGN in samples directory.

Regards,

- Ramesh Babu P

Posted: Wed Mar 15, 2006 11:26 am
by Antonio Linares
Ramesh,

Do you mean FWH 2.5 or 2.7 ?

We have just tested both samples and they work fine here.

Posted: Wed Mar 15, 2006 4:31 pm
by RAMESHBABU
Dear Antonio
We have just tested both samples and they work fine here.
You are write. The following functions in my library are the culprits which
have changed the behaviour of the DIALOG. For the time being I can't say
How and Why !.

*******************************************************************************
*** FUNCTION to Show/Hide DeskTop Taskbar or to Find a Window ***
*******************************************************************************

DLL32 Function ShowWindow(hwnd as LONG, nCmdShow as LONG) AS LONG ;
PASCAL FROM "ShowWindow" Lib "user32.dll"

DLL32 Function FindWndByClass(wndClass AS LPSTR,WndName as LPSTR) AS LONG ;

******************

I removed the reference of these two DLL calls from my library and now
I got the original behaviour of the DIALOGs.

Thank you for pains you have taken for me.

Regards

- Ramesh Babu P

Posted: Wed Mar 15, 2006 5:14 pm
by Antonio Linares
Ramesh,

You are welcome. I am glad its working for you :)