Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2009-02-09
10:44 AM
- last edited on
2023-08-03
05:24 PM
by
Doreena Deng
'GDLG' 4000 Modal 100 100 100 100 "Test Window" { TextEdit 20 20 60 20 SmallPlain 255 }- In cpp file :
DG::ModalDialog* modalWindow = new DG::ModalDialog(4000); if(!modalWindow->Invoke()) ACAPI_WriteReport("Invoke failed",true);But the invoke always failed.
2009-02-18 09:24 AM