| | L3Lab for Mac Lars C. Hassing
|
| | I have been involved in a Carbon project at work, and when I recently got myself a very nice 24" iMac I couldn't resist making an L3Lab for the Mac. So here is the first shot: (URL) (17 years ago, 27-Feb-08, to lugnet.cad.dev.mac)
|
| | |
| | | | Re: L3Lab for Mac Tim Courtney
|
| | | | (...) Hmmm .. looks cool. I followed the Readme and substituted my locations, but I get this error: LDrawDir 'Users/Tim/Applicati...ith/LDraw' is not a valid directory. I'm scratching my head, cause it is, and I checked capitalization. -Tim (17 years ago, 28-Feb-08, to lugnet.cad.dev.mac)
|
| | | | |
| | | | | | Re: L3Lab for Mac Travis Cobbs
|
| | | | | (...) You're missing a slash at the beginning. --Travis (17 years ago, 28-Feb-08, to lugnet.cad.dev.mac)
|
| | | | | |
| | | | | | | Re: L3Lab for Mac Tim Courtney
|
| | | | | (...) I double checked and I mistyped the error above. The error displays a leading slash, and so does the config file. /Users/Tim/Applicati...ith/LDraw/ is a valid directory. I added a trailing slash after LDraw/ for gits and shiggles, doesn't work (...) (17 years ago, 29-Feb-08, to lugnet.cad.dev.mac)
|
| | | | | |
| | | | | | | Re: L3Lab for Mac Travis Cobbs
|
| | | | | (...) You might check the P and PARTS directories. I switched them to lower case in the plist. I didn't try with them upper case, so I don't know if that would have worked or not. I know the error message is complaining about the main LDraw (...) (17 years ago, 29-Feb-08, to lugnet.cad.dev.mac)
|
| | | | | |
| | | | | | | Re: L3Lab for Mac Lars C. Hassing
|
| | | | | (...) Case shouldn't matter on the Mac. I don't check for P and PARTS. The prompt ("LDrawDir '%s' is not a valid directory", Path) comes if (stat(Path, &Stat) == 0 && (Stat.st_mode & S_IFDIR)) fails. So please check again... and remove the trailing (...) (17 years ago, 29-Feb-08, to lugnet.cad.dev.mac)
|
| | | | | |
| | | | Re: L3Lab for Mac Travis Cobbs
|
| | | | (...) Your toolbar checked/unchecked states are messed up (for mutually exclusive color mode buttons and the various other toggle buttons). Explode in English doesn't have an accent over the final e. On a Mac, you should really use Command+Drag (...) (17 years ago, 28-Feb-08, to lugnet.cad.dev.mac, FTX)
|
| | | | |
| | | | | | Re: L3Lab for Mac Lars C. Hassing
|
| | | | (...) Thanks! (...) Yes, I just realized I have misunderstood the Selected state in HIToolbar - only one item can be selected at any time, so I cannot use it for showing the state of the many toggles in the toolbar. Guess I'll have to change the (...) (17 years ago, 29-Feb-08, to lugnet.cad.dev.mac)
|
| | | | |
| | | | | | Re: L3Lab for Mac Travis Cobbs
|
| | | | (...) Ahhh... Sorry for completely missing that. (...) In LDView, you zoom with either the scroll wheel, or by right (or control) clicking and dragging up and down. (On a Mac, Control click is almost always considered to be the equivalent of a right (...) (17 years ago, 29-Feb-08, to lugnet.cad.dev.mac)
|
| | | | |