 | | Re: Making the DAT links work in safari.
|
|
(...) OK, I'll update it. (Actually I already updated it to have both types in the array, but there's no point if x-application/ldraw never gets used.) Note that the Cocoa LDView hasn't been released yet. The one you're looking at is the QT LDView (...) (18 years ago, 15-May-08, to lugnet.cad.dev.mac)
|
| |
 | | Re: Making the DAT links work in safari.
|
|
(...) Select a file in the Finder and select "Get Info" from the "File" menu (or press Command-I). Under the "Open With:" section of the little window that appears, choose an application to open the selected file when double-clicked. Click "Change (...) (18 years ago, 15-May-08, to lugnet.cad.dev.mac)
|
| |
 | | Re: Making the DAT links work in safari.
|
|
(...) ever used is application/x-ldraw. I'm pretty sure it works for mpd files as well as ordinary dat files, but maybe the file has to have a .dat extension? (...) I'll have to look into "Get Info". Being new to the Mac, I don't know what it means. (...) (18 years ago, 15-May-08, to lugnet.cad.dev.mac)
|
| |
 | | Re: Making the DAT links work in safari.
|
|
(...) For what it's worth there is a guide to this topic on LDraw.org: (URL) confirms application/x-ldraw (and application/x-multi-part-ldraw for MPDs). Can't the user just use "Get Info" to assign an application of their choice to open files of a (...) (18 years ago, 15-May-08, to lugnet.cad.dev.mac)
|
| |
 | | Re: Making the DAT links work in safari.
|
|
(...) Yeah, it's been application/x-ldraw since like forever. Hopefully you're setting up the Bundle tags in your Info.plist and not the Risk assessment keys from the safari prefs file. But I could swear I saw only a few bits inserted by QT and a (...) (18 years ago, 15-May-08, to lugnet.cad.dev.mac)
|
| |
 | | Re: Making the DAT links work in safari.
|
|
(...) My Cocoa LDView info.plist has this information, but it uses x-application/ldraw. Is application/x-ldraw the correct thing to use instead? --Travis (18 years ago, 15-May-08, to lugnet.cad.dev.mac)
|
| |
 | | Making the DAT links work in safari.
|
|
So the other day I was browsing the Most Desired Part entries on ldraw.org with my junky used eMac and I noticed a new curved slope that doesn't seem to have the tiger striping problem. Naturally I wanted to see how it was done. But no, I'm on a (...) (18 years ago, 15-May-08, to lugnet.cad.dev.mac)
|
| |
 | | Re: LPub4 Alpha source on sourceforge.net
|
|
(...) Hi Rosco, I've uploaded lpub.vcproj to sourceforge. I brought everything down into a clean directory and it built for me. Kevin (18 years ago, 23-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub4 Alpha source on sourceforge.net
|
|
(...) And if you don't have QT properly configured, having the .vcproj probably won't do you any good anyway. --Travis (18 years ago, 21-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub4 Alpha source on sourceforge.net
|
|
(...) Hi Rosco, If you have Qt properly configured, you should be able to create the .vcproj by doing this in the folder that contains lpub.pro: qmake lpub.pro Kevin (18 years ago, 21-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub4 Alpha source on sourceforge.net
|
|
(...) Hi Rosco, One will magically appear sometime this weekend, after I've had a chance to confirm that it works correctly. Kevin (18 years ago, 18-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub4 Alpha source on sourceforge.net
|
|
(...) Well, I suspect that LPub is not rendering using LDView, because the images were already calculated using LDGLite. The rendering is still a long path in the procerss of preparing a page. LPub caches part images for parts lists, and assembly (...) (18 years ago, 18-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub4 Alpha source on sourceforge.net
|
|
(...) The updated CVS doesn't appear to have a .vcproj file :( ROSCO (18 years ago, 18-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub4 Alpha source on sourceforge.net
|
|
(...) in CAR.DAT - but the other models I've tried are looking good. (...) Just tried it, and that seems to work too. (I can't tell much difference, though.) (...) It's pretty cool! I'm going to be busy with other things the next few days, but I (...) (18 years ago, 18-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub4 Alpha source on sourceforge.net
|
|
(...) ShowHighlightLines and ConditionalHighlights did the trick! Kevin (18 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub4 Alpha source on sourceforge.net
|
|
(...) 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 (...) (18 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub4 Alpha source on sourceforge.net
|
|
(...) 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 (...) (18 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub4 Alpha source on sourceforge.net
|
|
(...) I added -EdgeThickness=1 to the LDView args, and didn't see any behavior change. Any ideas? Kevin (18 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub4 Alpha source on sourceforge.net
|
|
(...) Should I use a different approach? Will things work if I look for LDView.app? Kevin (18 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub4 Alpha source on sourceforge.net
|
|
(...) 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 (...) (18 years ago, 17-Apr-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|