hi to All
which is the best use of no modal dialog?
I have my main window with menu that run an ACTION MYPROGR()...
My prog start with a DIALOG and in PELLES C properties are MODAl FRAME YES, SYSTEM MODAL NO
when click on BtnOk start the process (about 10 minutes of process) but when it works the main windows does not minimized
how can I to minimizes main windows?
Thank you
ciao
Damiano
which is the best use of no modal dialog?
I have my main window with menu that run an ACTION MYPROGR()...
My prog start with a DIALOG and in PELLES C properties are MODAl FRAME YES, SYSTEM MODAL NO
DEFINE DIALOG oDlg RESOURCE "DIALOG" FONT oFont TITLE "Title"
...
...
REDEFINE BTNBMP BtnOk ID 1 OF oDlg RESOURCE "OK" ;
ACTION (ESPCAT11(myAction(),oDlg:End())
ACTIVATE DIALOG oDlg CENTEREDwhen click on BtnOk start the process (about 10 minutes of process) but when it works the main windows does not minimized
how can I to minimizes main windows?
Thank you
ciao
Damiano
FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)