cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

ACAPI_RegisterModelessWindow error

Hi all,

I have an error in my code with the function ACAPI_RegisterModelessWindow :

==========================================================================================

if (ACAPI_RegisterModelessWindow (dialID, PaletteAPIControlCallBack,
API_PalEnabled_FloorPlan + API_PalEnabled_Section + API_PalEnabled_Elevation +
API_PalEnabled_InteriorElevation + API_PalEnabled_Detail + API_PalEnabled_Worksheet + API_PalEnabled_3D + API_PalEnabled_Layout) != NoError)

DBPrintf ("Test:: ACAPI_RegisterModelessWindow failed\n");

==========================================================================================

So, with this code I test if the function is correctly executed.
But since API 16 the function doesn't work and I have this message : "No matching function for call ACAPI_RegisterModelessWindow".

Can anybody help me ?

Thanks
1 Reply 1
Tibor Lorantfy
Graphisoft Alumni
Graphisoft Alumni
Hi,

Do you call ACAPI_UnregisterModelessWindow (dialID); when closing the dialog?

Did it work correctly with previous AC versions?

Best,
Tibi

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!