Forum: Hardware & Peripherals
November 16th, 2009, 09:49 PM
|
|
Replies: 19
Views: 307 It's often a real performance killer for me. It...
It's often a real performance killer for me. It usually takes several minutes just to prepare to copy files, all the while hitting the disk hard. Sometimes it can even take half an hour. I know it...
|
Forum: Hardware & Peripherals
November 15th, 2009, 02:36 PM
|
|
Replies: 19
Views: 307 Pretty much any HD should work. Don't worry too...
Pretty much any HD should work. Don't worry too much if it says something like "Works with Vista" but doesn't mention Macs. It's just marketing. Some drives have buttons on them that are supposed to...
|
Forum: Software Programming & Web Scripting
August 3rd, 2009, 03:13 PM
|
|
Replies: 5
Views: 565 |
Forum: Software Programming & Web Scripting
June 1st, 2009, 09:59 PM
|
|
Replies: 4
Views: 1,038 There's REALbasic (http://www.realbasic.com)....
There's REALbasic (http://www.realbasic.com). It's a lot like Visual Basic, but better (IMHO). I used to be a big fan, although I don't use it much these days. It's close enough so that porting apps...
|
Forum: Mac OS X System & Mac Software
May 21st, 2009, 06:02 AM
|
|
Replies: 3
Views: 291 |
Forum: Unix & X11
May 14th, 2009, 09:52 PM
|
|
Replies: 7
Views: 526 |
Forum: Mac OS X System & Mac Software
April 27th, 2009, 01:40 PM
|
|
Replies: 3
Views: 319 |
Forum: Mac OS X System & Mac Software
April 2nd, 2009, 12:29 PM
|
|
Replies: 3
Views: 186 |
Forum: Mac OS X System & Mac Software
April 1st, 2009, 05:25 AM
|
|
Replies: 7
Views: 241 |
Forum: Shell/Terminal Scripts
March 24th, 2009, 12:05 AM
|
|
Replies: 6
Views: 601 |
Forum: Mac OS X System & Mac Software
March 21st, 2009, 07:47 PM
|
|
Replies: 4
Views: 163 I think the logs really are the best bet....
I think the logs really are the best bet. However, while I know startup and wakeup times will show up in the log, I'm not sure about the screensaver.
You could also check the modification dates of...
|
Forum: Mac OS X System & Mac Software
March 19th, 2009, 06:08 PM
|
|
Replies: 7
Views: 635 I don't think so. And I have no reason to think...
I don't think so. And I have no reason to think the new version of iLife is QuickDraw-free, either. (Could be, though. *shrug*)
Interesting that you say the clip is corrupt. If you scroll back you...
|
Forum: Mac OS X System & Mac Software
March 13th, 2009, 12:38 PM
|
|
Replies: 9
Views: 1,346 In your Applications folder, go to Utilities,...
In your Applications folder, go to Utilities, then open Terminal. Type this: "chown -R mickeylou" (again, substitute your OS X user name for "mickeylou", then a space, then drag the files/folders...
|
Forum: Mac OS X System & Mac Software
March 9th, 2009, 08:35 PM
|
|
Replies: 4
Views: 1,294 There's an apt-get port called Fink...
There's an apt-get port called Fink (http://www.macupdate.com/info.php/id/8165/fink). The Fink repository has many of the same apps as Macports.
I've never heard of using Yum in OS X, so I don't...
|
Forum: Mac OS X System & Mac Software
March 8th, 2009, 08:11 AM
|
|
Replies: 12
Views: 1,045 |
Forum: Mac OS X System & Mac Software
March 6th, 2009, 06:21 AM
|
|
Replies: 10
Views: 2,491 I've had some issues with Azureus' reports....
I've had some issues with Azureus' reports. Sometimes it says things are OK when they're not, and vice-versa. I really don't know why. Usually the inaccurate report fixes itself over time if I have...
|
Forum: Mac OS X System & Mac Software
March 6th, 2009, 12:52 AM
|
|
Replies: 10
Views: 2,491 There are some good step-by-step guides at...
There are some good step-by-step guides at portforward.com. They have a guide on setting up a static IP in OS X here: http://www.portforward.com/networking/static-Mac10.4.htm
They also have...
|
Forum: Mac OS X System & Mac Software
February 26th, 2009, 11:42 PM
|
|
Replies: 3
Views: 154 |
Forum: Mac OS X System & Mac Software
February 25th, 2009, 04:00 PM
|
|
Replies: 9
Views: 669 Notice that the log says "...but wrong...
Notice that the log says "...but wrong architecture" about XviD and AviImporter, the two that are marked as PPC. You need to find Intel-compatible versions of those plugins, or remove them.
If you...
|
Forum: Apple Scripts
February 21st, 2009, 04:12 PM
|
|
Replies: 21
Views: 4,180 Most scriptable applications contain some...
Most scriptable applications contain some built-in documentation of their scripting features. In Script Editor, go to File > Open Dictionary, and then choose the application you want to script. In...
|
Forum: Software Programming & Web Scripting
February 20th, 2009, 11:14 AM
|
|
Replies: 13
Views: 1,015 |
Forum: Software Programming & Web Scripting
February 20th, 2009, 08:50 AM
|
|
Replies: 13
Views: 1,015 Two main problems: You're missing the braces in...
Two main problems: You're missing the braces in your if-else statement, and the two setState lines are composed like 'if' statements when they shouldn't be (and are missing the "if", which is causing...
|
Forum: Software Programming & Web Scripting
February 19th, 2009, 04:35 PM
|
|
Replies: 13
Views: 1,015 There are two main ways to access controls from...
There are two main ways to access controls from your code. One is to make an IBOutlet in your .h file and connect it to the control in Interface Builder. The other is to set the tag of the control in...
|
Forum: Software Programming & Web Scripting
February 19th, 2009, 03:52 PM
|
|
Replies: 13
Views: 1,015 The documentation...
The documentation (http://developer.apple.com/DOCUMENTATION/Cocoa/Reference/ApplicationKit/Classes/NSButton_Class/Reference/Reference.html#//apple_ref/occ/instm/NSButton/setState:) describes what...
|
Forum: Mac OS X System & Mac Software
February 15th, 2009, 09:18 PM
|
|
Replies: 2
Views: 1,684 |