We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2019-12-26 09:47 AM - last edited on 2022-09-29 09:51 AM by Daniel Kassai
2020-01-06 05:05 PM
2020-02-07 04:27 PM
void OpenNotesObserver::IncludeFile (const DG::FileDialogIncludeFileEvent& /*ev*/, bool* enable) { *enable = false; }Best, Akos
2020-03-14 09:14 AM
Akos wrote:
Hi,
You have to implement a FileDialogObserver for that dialog, and return false from the IncludeFile callback:
void OpenNotesObserver::IncludeFile (const DG::FileDialogIncludeFileEvent& /*ev*/, bool* enable) { *enable = false; }
Best, Akos