cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
2024 Technology Preview Program

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

Archicad C++ API
About Archicad add-on development using the C++ API.

User data Problem

Anonymous
Not applicable
hi,
I have create two addons.
The first based on Panel_test to set my user data and the second to read this user data for exporting data to external program.

The problem is that the data is not reading by second addons.

I have used as help Notification_Manager and Panel_test examples

thanks
gerry
1 REPLY 1
Anonymous
Not applicable
I think the reason for that is that the two addons have not the correct local ID
For each addon you must set the Add-On Identifier in the resources
like

'MDID' 32500 "Add-On Identifier"
{
xxxxxxxxxx
xxxxxxxyyy
}

xxxxxxxx is the Vendor ID
yyyyyyyy is the Local ID

Try using the AddOnAdmin Tool to create Local IDs which are in the same
Addon Group.

If iam wrong or any body knows it better pleas correct me

Regards

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!