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
FWH 2.5 February - NOWAIT not working in DIALOGs
- RAMESHBABU
- Posts: 591
- Joined: Fri Oct 21, 2005 5:54 am
- Location: Secunderabad (T.S), India
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- RAMESHBABU
- Posts: 591
- Joined: Fri Oct 21, 2005 5:54 am
- Location: Secunderabad (T.S), India
Dear Antonio
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
You are write. The following functions in my library are the culprits whichWe have just tested both samples and they work fine here.
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: