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

Panel_test - Attributepage?

Anonymous
Not applicable
Hi,

I'm looking at devkit Panel_test, where do I find "Attributepage" in ArchiCad?

Infopage and Settingpage paneltest do I find, but not Attributepage?
3 REPLIES 3
Ralph Wessel
Mentor
TurboGlider wrote:
I'm looking at devkit Panel_test, where do I find "Attributepage" in ArchiCad?
I haven't tested it, but looking at the code I would suggest that you look in the "Materials" dialog:
	// ------ Custom Rolldown Panel into the Material Settings dialog
	err = ACAPI_Register_AttributePanel (AttributePanelRefCon, API_MaterialID, IDS_ATTRIBUTEPAGE_ICON, IDS_ATTRIBUTEPAGE_NAME, AttributePageId);
Ralph Wessel BArch
Active Thread Ltd
Anonymous
Not applicable
Yes, I've looked there but can't find any testpanel there. Maybe something that goes wrong.

Thanks anyway!
Akos Somorjai
Graphisoft
Graphisoft
That's a bug in the sample add-on. Try to add it to any other attribute setting dialog box.

HTH,

Akos

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!