| | Re: LPub4 Alpha source on sourceforge.net Travis Cobbs
|
| | (...) Jim, the latest LDView I sent you should probably work. Note that you have to select the actual LDView executable inside the app wrapper when prompted for LDView by LPub. (...) -EdgeThickness=<value> will set the edge line thickness, in (...) (17 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| | |
| | | | Re: LPub4 Alpha source on sourceforge.net Kevin L. Clague
|
| | | | (...) Should I use a different approach? Will things work if I look for LDView.app? Kevin (17 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| | | | |
| | | | | | Re: LPub4 Alpha source on sourceforge.net Travis Cobbs
|
| | | | | (...) In a Mac-specific code section, you could set the desired file type to *.app, and then force a directory to be chosen. Then when you get the path back, append /Contents/MacOSX/LDView onto the end of the filename. (Note: I'm not 100% sure about (...) (17 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| | | | | |
| | | | Re: LPub4 Alpha source on sourceforge.net Kevin L. Clague
|
| | | | (...) I added -EdgeThickness=1 to the LDView args, and didn't see any behavior change. Any ideas? Kevin (17 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| | | | |
| | | | | | Re: LPub4 Alpha source on sourceforge.net Travis Cobbs
|
| | | | (...) That's the default thickness. What are you seeing? Keep in mind that edges are off by default, so unless you've turned them on, you won't get any edges at all. You can use -ShowHighlightLines=1 to force them on (preferably with (...) (17 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| | | | |
| | | | | | Re: LPub4 Alpha source on sourceforge.net Kevin L. Clague
|
| | | | (...) ShowHighlightLines and ConditionalHighlights did the trick! Kevin (17 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| | | | |