 | | Re: LPub 4 Status
|
|
(...) Hmmm..... one major difference is that I didn't use the designer for any of my GUI. I wonder if that is why things are different. Kevin (18 years ago, 28-Mar-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub 4 Status
|
|
(...) LDView has its main menu inside the .ui file for the main window. It was created and is maintained in QT Designer. Take a look at LDView.ui to see if there's anything obviously different there. --Travis (18 years ago, 27-Mar-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub 4 Status
|
|
(...) All I get is a single menu item in the menu bar above the desktop. It says LPub. The contents of the menu are not from LPub though. I've built LPub using QMainWindow. It has a function that returns a pointer to the menuBar(). I build all my (...) (18 years ago, 27-Mar-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub 4 Status
|
|
(...) I'm not too familiar with Qt or Trolltech's recommendations, so maybe someone else can help work out what you need to do. The Mac version of LDView 3.2 is a Qt app, so maybe Travis can get you started. The application bundle structure applies (...) (18 years ago, 27-Mar-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub 4 Status
|
|
(...) Just out of curiosity, what IS in the menu bar when the LPub window is the current active window? --Travis (18 years ago, 27-Mar-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub 4 Status
|
|
(...) OK, that's very very strange. LDView's main menu "just worked" (mostly). I had to do some fixups to make it fit the Mac style, but it was perfectly usable without those. It "just works" when compiled with QT 4 also. (...) Menu" on a Mac isn't (...) (18 years ago, 27-Mar-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub 4 Status
|
|
(...) So, popup menus work, but my main menu does not show up. I found this information on trolltech: (URL) I don't know what it means to run out of a bundle. Qmake created lpub.app Contents Info.plist MacOS PkgInfo Info.plist contains <?xml version (...) (18 years ago, 27-Mar-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: LPub 4 Status
|
|
(...) I think those and other development tools are available as an optional install from your system DVD, if they're not already present on the machine. Jim (18 years ago, 23-Mar-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| |
 | | Re: Which CAD program recommended for Mac??
|
|
(...) The problem isn't displaying un-modified keys, the problem is having those menu items work reliably. Un-modified menu items are very far back in the responder chain; if there is a responder before them, the system will never even attempt to (...) (18 years ago, 7-Mar-08, to lugnet.cad.dev.mac, FTX)
|
| |
 | | Re: L3Lab for Mac
|
|
(...) 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 (...) (18 years ago, 29-Feb-08, to lugnet.cad.dev.mac)
|
| |
 | | Re: L3Lab for Mac
|
|
(...) 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 (...) (18 years ago, 29-Feb-08, to lugnet.cad.dev.mac)
|
| |
 | | Re: L3Lab for Mac
|
|
(...) 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 (...) (18 years ago, 29-Feb-08, to lugnet.cad.dev.mac)
|
| |
 | | Re: L3Lab for Mac
|
|
(...) 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 (...) (18 years ago, 29-Feb-08, to lugnet.cad.dev.mac)
|
| |
 | | Re: L3Lab for Mac
|
|
(...) 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 (...) (18 years ago, 29-Feb-08, to lugnet.cad.dev.mac)
|
| |
 | | Re: L3Lab for Mac
|
|
(...) 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 (...) (18 years ago, 28-Feb-08, to lugnet.cad.dev.mac, FTX)
|
| |
 | | Re: L3Lab for Mac
|
|
(...) You're missing a slash at the beginning. --Travis (18 years ago, 28-Feb-08, to lugnet.cad.dev.mac)
|
| |
 | | Re: L3Lab for Mac
|
|
(...) 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 (18 years ago, 28-Feb-08, to lugnet.cad.dev.mac)
|
| |
 | | L3Lab for Mac
|
|
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) (18 years ago, 27-Feb-08, to lugnet.cad.dev.mac)
|
| |
 | | Re: Which CAD program recommended for Mac??
|
|
(...) Actually, I just checked, and you can in Cocoa. Just uncheck all the modifiers in IB, and the menu will just show the letter (capitalized). Check the Shift modifier, and the menu will show that along with the letter. Furthermore, the keys (...) (18 years ago, 26-Feb-08, to lugnet.cad.dev.mac, FTX)
|
| |
 | | Re: Which CAD program recommended for Mac??
|
|
(...) Oh, it's widely recognized that a disproportionate number of Mac users are insufferably smug and prone to making grating, snarky remarks. What seems far less understood is that most Mac zealots are really very nice people who try not to annoy (...) (18 years ago, 26-Feb-08, to lugnet.cad.dev.mac, FTX)
|