Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Change background of ClientView

2 REPLIES 2
Reply
Message 1 of 3
tvatroy
478 Views, 2 Replies

Change background of ClientView

Hi,

 

Can someone please tell me how to change the background of a clientView?

I've seached this forum and google already but I didn't found anything.

 

If possible I would like to put an image on the background.

 

Thanks you

 

Roy van Marrewijk

Student Computer Science at The Hague University Delft

2 REPLIES 2
Message 2 of 3
TerryWen
in reply to: tvatroy

1.Application.ActiveColorScheme has some properties that you can change.

BottomScreenColor,
BottomScreenColor2D,
ScreenColor,
......
 
2. If you want to change the background color style, you can use
Application.ColorSchemes.BackgroundType.
 
3.i don't know how to use your picture.
Message 3 of 3
C-Hoppen
in reply to: tvatroy

Hello!

 

The help says:

When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.

 

ClientView.Application is Inventor.Application only when used with Inventor.Sheet. When used with Apprentice there is no Color-Property.

 

Is there a registry entry to change the background color?

 

Chris

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report