cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
WalterWhite
Contributor

Is there an C++ interface to know if the surface window is open?

 

Snipaste_2024-10-11_18-36-11.pngSnipaste_2024-10-11_18-55-15.png

2 Replies 2

I'm not aware of any ACAPI function that can do this.

However I think it's possible to do it OS specific. E.g. on Windows you could use SetWindowsHookEx as described in this stackoverflow answer. It's an old answer, but WinAPI functionality is often still usable in the same way as some time ago in my experience. Haven't tested this specific function though.

Automating Archicad with Add-Ons, GDL-Objects & Python Archi-XT.com
WalterWhite
Contributor

Okay, I'll take a look

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!