Views-based table drag and drop

2012-04-12 Thread Scott Lahteine
much appreciated, especially if you can provide sample code for exactly this kind of situation. -- Scott Lahteine Thinkyhead Software ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the l

Re: Getting a StringPtr from Gestalt on 64-bit

2009-09-03 Thread Scott Lahteine
y "64-bit Intel" to get it to launch exactly the binary I wanted. Maybe this is because my system is booted into the 32- bit kernel...? Anyhow, thanks for the help! -- Scott Lahteine Thinkyhead Software http://thinkyhead.com/ ___ Coco

Re: Getting a StringPtr from Gestalt on 64-bit

2009-09-03 Thread Scott Lahteine
On Sep 2, 2009, at 9:02 PM, Scott Lahteine wrote: My preference pane uses Gestalt(gestaltUserVisibleMachineName, &mySInt32), coercing the SInt32 into a StringPtr to get the Machine Name. On 64-bit I get a warning because StringPtr is a 64-bit pointer on that architecture. Does Gestalt() en

Getting a StringPtr from Gestalt on 64-bit

2009-09-02 Thread Scott Lahteine
ow 4 gigs of RAM, or is there a more appropriate way to get the Machine Name that is 64-bit compatible? -- Scott Lahteine Thinkyhead http://thinkyhead.com/ ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moder

Re: Checking for Hackintosh

2008-07-30 Thread Scott Lahteine
the tab having identifier "6" [ tabview removeTabViewItem: [ tabview tabViewItemAtIndex: [ tabview indexOfTabViewItemWithIdentifier: @"6" ] ] ]; } return !is_known_mac; } -- Scott Lahteine Thinkyhead Software [EMAIL PROTECTED]http://www.thinkyh