Hey all,
I'm in charge of upgrading an existing Archicad add-on from Archicad 26 to 27. I have a series of modal dialogs that get shown via Invoke() inside a
ACAPI_CallUndoableCommand. The first 2 dialogs get shown fine on Silicon Mac, but the 3rd is a ModalDialog with a TabControl on it and Invoke() returns false.
The same exact code works correctly on Intel Mac and Windows, is there any known problems with the Silicon Dev kit vs the Intel Dev kit or Windows Dev kit?