Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations SDETERS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

background color macro

Status
Not open for further replies.

grunt58

Mechanical
Feb 4, 2005
490
Is there such a thing as a background color changing macro?

Thanks

Certified SolidWorks Associate
SW2009 X64 SP 5.1
Dell Precision T5500
Nvidia Quadro 4000
Xeon 2.27GHz Quad Core, 6GB RAM
XP Pro X64 SP2.0
 
Replies continue below

Recommended for you

Try these codes

Code:
Dim swApp As Object
Dim Part As Object
Dim boolstatus As Boolean
Dim longstatus As Long, longwarnings As Long

Sub main()

Set swApp = Application.SldWorks
Set Part = swApp.ActiveDoc

boolstatus = swApp.SetUserPreferenceIntegerValue(swUserPreferenceIntegerValue_e.swSystemColorsViewportBackground, 12632256)

End Sub

You can replace the 12632256 value with your required color by converting RGB value to RGB int via this calculator: [URL unfurl="true"]http://www.shodor.org/stella2java/rgbint.html[/url]

Deepak Gupta
CSWE, CSWP, CSDA
SW 2012 SP4.0 & 2013 PR1
Boxer's SolidWorks™ Blog
SolidWorks™ Rendering Contest
 
Deepak thanks! Anyway to make it toggle from 2 different values? I could just make 2 different macros if not possible. I toggle from my normal greenish background to white when sending screen shots.

Certified SolidWorks Associate
SW2009 X64 SP 5.1
Dell Precision T5500
Nvidia Quadro 4000
Xeon 2.27GHz Quad Core, 6GB RAM
XP Pro X64 SP2.0
 
Scratch that. Can it toggle from my green gradient back ground to a white? While working in Solidworks I use a green or blue gradient background but sometime when I send screen shots I like to have a white background.

Certified SolidWorks Associate
SW2009 X64 SP 5.1
Dell Precision T5500
Nvidia Quadro 4000
Xeon 2.27GHz Quad Core, 6GB RAM
XP Pro X64 SP2.0
 
Try recording a macro while you perform that operation. That is a good method to get a starting point macros in general.

-Dustin
Professional Engineer
Pretty good with SolidWorks
 
You need to fix the libraries. Hit stop with the macro window open and fix the libraries. Check attached picture for details.

Deepak Gupta
CSWE, CSWP, CSDA
SW 2012 SP4.0 & 2013 PR1
Boxer's SolidWorks™ Blog
SolidWorks™ Rendering Contest

 
 http://files.engineering.com/getfile.aspx?folder=746de448-4114-48ce-91f9-ec2ba9ad06ea&file=Fix_Library.PNG
Got it some how had SW12 libraries checked. Not sure how that happened when I'm on 09. Any ways It changes the color to a green when clicked. Then when clicked again it turns white. But won't change colors when clicked again, stays white.

Certified SolidWorks Associate
SW2009 X64 SP 5.1
Dell Precision T5500
Nvidia Quadro 4000
Xeon 2.27GHz Quad Core, 6GB RAM
XP Pro X64 SP2.0
 
Is a macro really worth worrying about?

The background colour can be changed in two clicks via the Heads Up Toolbar ... Apply Scene > Plain White.
 
I was seeing if one was out there looks like Deepak was kind enough to write one. I certainly don't want to take up his time with this. Thanks for the heads up. I normally use the gradient background which doesn't use the back ground colors in a scene. Perhaps I need to switch.


Certified SolidWorks Associate
SW2009 X64 SP 5.1
Dell Precision T5500
Nvidia Quadro 4000
Xeon 2.27GHz Quad Core, 6GB RAM
XP Pro X64 SP2.0
 
@grunt58 I didn't noticed that you had SW2009. I made the macro on SW2012 so that is the reason you're seeing SW2012 libraries. I tested the macro and it was working fine.

Can you simply save one part file with no geometry and attach here. I would to find the error and rectify the macro.

Deepak Gupta
CSWE, CSWP, CSDA
SW 2012 SP4.0 & 2013 PR1
Boxer's SolidWorks™ Blog
SolidWorks™ Rendering Contest

 
You could make a Macro or Hotkey with a Spaceball or Space pilot with Alt keys for accessing tools options and tabbing thru it going to Customize screen and the Colors options is not that difficuly anyway but an icon would be ideal. I don't use macros that much but this would be a cool sample project. I just wish Solidwors could reread registry data in session so the color settings could be changed with a .reg file.

"It's not the size of the Forum that matters, It's the Quality of the Posts"

Michael Cole
Boston, MA
CSWP, CSWI, CSWTS
Follow me on !w¡#$%
@ TrajPar - @ mcSldWrx2008
= ProE = SolidWorks
 
Toggles to white then wont toggle back. I don't want to take up your time making this work. I will just use a scene background and as Cor pointed out it's only a couple clicks to change to white, then back to color. Thanks for your help.

Certified SolidWorks Associate
SW2009 X64 SP 5.1
Dell Precision T5500
Nvidia Quadro 4000
Xeon 2.27GHz Quad Core, 6GB RAM
XP Pro X64 SP2.0
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor