User data Problem
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2007-02-13
05:20 PM
- last edited on
ā2023-08-07
10:44 AM
by
Doreena Deng
ā2007-02-13
05:20 PM
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
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
Labels:
- Labels:
-
Add-On (C++)
1 REPLY 1
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2007-04-04 12:46 PM
ā2007-04-04
12:46 PM
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
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