Properties Add In to Change Label Names

Properties Add In to Change Label Names

Anonymous
Not applicable
297 Views
7 Replies
Message 1 of 8

Properties Add In to Change Label Names

Anonymous
Not applicable
We are looking to create an add-in to rename the labels of the properties object.
When you right click on properties these are the tabs
General Summary Project Status Custom Save Physical

Under Summary

Title
0 Likes
298 Views
7 Replies
Replies (7)
Message 2 of 8

Anonymous
Not applicable
Look at the posts in IV7 news group named:

Survey: iProps Wizard Question

and

iProp Wizard Usage Suggestions

Perhaps this will help you when I'm done with it. You cannot change the
Inventor properties dialogue. But you can use a replacement

--
Sean Dotson, PE
http://www.sdotson.com
Check the Inventor FAQ for most common questions
www.sdotson.com/faq.html
-----------------------------------------------------------------------
"jat14" wrote in message news:f171644.-1@WebX.maYIadrTaRb...
> We are looking to create an add-in to rename the labels of the properties
object.
> When you right click on properties these are the tabs
> General Summary Project Status Custom Save Physical
> Under Summary
>
> Title
>
0 Likes
Message 3 of 8

Anonymous
Not applicable
Sean
Can you tell me the dates of the posts?
Janice
0 Likes
Message 4 of 8

Anonymous
Not applicable
Here are weblinks to the versions of the article..

http://tinyurl.com/fbh3

http://tinyurl.com/fbhb



--
Sean Dotson, PE
http://www.sdotson.com
Check the Inventor FAQ for most common questions
www.sdotson.com/faq.html
-----------------------------------------------------------------------
"jat14" wrote in message news:f171644.1@WebX.maYIadrTaRb...
> Sean
> Can you tell me the dates of the posts?
> Janice
0 Likes
Message 5 of 8

Anonymous
Not applicable
Is it possible to get some sample code of how we can change label properties (example company in the summary tab of properties)
Janice
0 Likes
Message 6 of 8

Anonymous
Not applicable
You would have to create your own form. I don't think there is any way to change the
existing labels in the iProperties dialog. I think there might be a example of something
similar in the SDK folder.

--
Kent
Assistant Moderator
Autodesk Discussion Forum Moderator Program


"jat14" wrote in message news:f171644.3@WebX.maYIadrTaRb...
> Is it possible to get some sample code of how we can change label properties (example
company in the summary tab of properties)
> Janice
0 Likes
Message 7 of 8

Anonymous
Not applicable
I am very new to API in Inventor
I am not new to programming or VBA

Can you tell me if I am thinking correctly
of how to put in different properties
1. Create a addin .dll with a form with properties that i want
2. Create a new propertyset with new properties(this is in the sdk)
The addin .dll will show the form with the new properties

How do i get the new form to override the current properties form?

How come in the sdk they use apprentice server instead of inventor

i see the new form in the sdk and i see the new propertyset and the new properties How do you get the new form to be the one that pops up when they click the properties menu item

Help Please???
Janice
0 Likes
Message 8 of 8

Anonymous
Not applicable
I don't know if it is possible or not to override the current properties form. I am
guessing not, but could easily be wrong.

Apprentice server is a smaller light weight subset of the Inventor API. You can use it
in anything from Excel and Word to VB. If all you are doing is properties then it is
probably the best way to go. I don't know what example your are talking about in the sdk,
but if it is a addin.dll I don't know why they would use apprentice since the dll has to
run in process inside Inventor. I am thinking it is probably a EXE?

I think the best you could do (at least to my knowledge) is to add a toolbutton or some
way to bring up your properties dialog rather than the built in one.

I am kind of curious why you need more than what Custom Properties offer?

--
Kent
Assistant Moderator
Autodesk Discussion Forum Moderator Program


"jat14" wrote in message news:f171644.5@WebX.maYIadrTaRb...

> How do i get the new form to override the current properties form?
>
> How come in the sdk they use apprentice server instead of inventor
>
> see the new form in the sdk and i see the new propertyset and the new properties How do
you get the new form to be the one that pops up when they click the properties menu item
>
> Help Please???
> Janice
>
0 Likes