Developing Add-Ons
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-24
09:57 AM
- last edited on
2023-08-03
05:09 PM
by
Doreena Deng
2009-05-24
09:57 AM
1. Add-Ons
I'm trying to write an add-on based on the examples. (API Development Kit 12.2156)
but the example (e.g. Element_Test) doesn't seems to work (in DEMO mode).
for example: ACAPI_Element_Create returns an error APIERR_REFUSEDCMD.
What am I doing wrong?
2. Add-On menu items are disabled.
The add-on menu items are disabled when a model is closed.
Is there a way to enable them?
Where can I find the full documentation of the the grc file?
Thanks
I'm trying to write an add-on based on the examples. (API Development Kit 12.2156)
but the example (e.g. Element_Test) doesn't seems to work (in DEMO mode).
for example: ACAPI_Element_Create returns an error APIERR_REFUSEDCMD.
What am I doing wrong?
2. Add-On menu items are disabled.
The add-on menu items are disabled when a model is closed.
Is there a way to enable them?
Where can I find the full documentation of the the grc file?
Thanks
Labels:
- Labels:
-
Add-On (C++)
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-05-24 12:38 PM
2009-05-24
12:38 PM
graffiti wrote:Have you perhaps not called
ACAPI_Element_Create returns an error APIERR_REFUSEDCMD.What am I doing wrong?
graffiti wrote:Not that I know of.
The add-on menu items are disabled when a model is closed. Is there a way to enable them?
graffiti wrote:Unfortunately this can't all be found in a single document. The bulk of it is in the Dialog Manager documentation. There is some quite important stuff under the section
Where can I find the full documentation of the the grc file?
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-09-02 10:32 PM
2009-09-02
10:32 PM
Thanks a lot, Ralph! That was a million dollars answer! I spent 3 days puzzled my head about what's wrong with ACAPI_Element_Change function!