MikeShepard / VisioBot3000

Simple Visio Automation from Powershell
MIT License
50 stars 13 forks source link

Colors #6

Open MikeShepard opened 8 years ago

MikeShepard commented 8 years ago

Would be nice to not use a formula for colors...shouldn't they be constants?

MikeShepard commented 8 years ago

RGB(0,128,0) seems to be 52....yuck. Backlog for this item.

1Dimitri commented 4 years ago

Visio 2016 use send back exception: An exception occurred. At C:\Program Files\WindowsPowerShell\Modules\VisioBot3000\1.1\VisioConnector.ps1:83 char:17

When running https://github.com/MikeShepard/VisioBot3000/blob/master/Examples/VisioPrimitives.ps1

MikeShepard commented 4 years ago

I don't get the same error when I run it. If you add "Write-Verbose $colorFormula -Verbose" after line 52 of VisioConnector.ps1 does it show a "valid-looking" formula for color?