| Thread | Last Post | Replies |
|
| how to identify a dragged icon | 16 Jul 2006 11:37 GMT | 10 |
Hey all, I'm dragging an image onto my NSPasteboard from my drag source and I'm trying to identify which icon the user chose from my NSMatrix palette of NSImageCell's.
|
| Minimal graphics lib for gcc | 16 Jul 2006 11:14 GMT | 7 |
A member of my family studies C in his classroom under Windows, and they use a Windows IDE. On his MacOS-X Tiger machine, he uses gcc + Emacs, but lacks the capability of opening a simple graphics window, and drawing lines.
|
| Getting serial number of a CD | 15 Jul 2006 21:56 GMT | 4 |
How to get the serial number of a CD on Mac OS X? Is there any replacement for the function GetvolumeInformation which gives the serial number on Windows. If not how I can get a unique number that identifies the CD.
|
| backward compatibility of gcc on xcode tools. | 15 Jul 2006 09:23 GMT | 1 |
I am using os X 10.3.9 with xcode 1.5 and gcc 3.3. I believe this version of gcc is pretty old now and am thinking of updating to gcc 4.0 or later. However I don't want to reinstall all the packages that I installed using fink and darwinports and some more, by compiling the source ...
|
| Creating an LTextButton | 13 Jul 2006 07:57 GMT | 5 |
I'm trying to create an LTextButton and place it inside a specific pane, after running the code the button doesn't appear here's the code (the tmpBut->PutInside was omitted) LStream* l = new LStream();
|
| using rc.local to launch tomcat | 13 Jul 2006 06:54 GMT | 2 |
I have a /etc/rc.local as follows:-
>[MacMini:/etc] fergus# ls -alF /etc/rc.local >-rw-r--r-- 1 root wheel 80 Jul 9 23:05 /etc/rc.local >[MacMinI:/etc] fergus# more /etc/rc.local |
| Deletion problem with Core Data | 12 Jul 2006 22:52 GMT | 5 |
I'm working on my first Core Data-based project, and I've hit a snag. I suspect the solution is staring me in the face, but I just don't see it... My set up is similar to the example in Apple's video tutorial at
|
| Compiling typedef in templated code using xcode | 12 Jul 2006 19:22 GMT | 1 |
The following Code itk::Image<VoxelType,VImageDimension>::IndexType currentindex; Creates the follwing error in xCode: error: expected ';' before 'currentindex'
|
| App run from XCode is not in the Dock. Help. | 12 Jul 2006 17:21 GMT | 5 |
When I ran an App in XCode 1.5 or earlier using cmd-R the Run Log console would come up and I could use standard printf scanf I/0 to communicate with my program (mostly scientific calculations so I don't want a full GUI). But at times I would open a window with the App and
|
| NSTextStorage categories not working | 12 Jul 2006 15:32 GMT | 1 |
Categories are an accepted way of adding capabilities to existing Cocoa classes, right? I have a problem with code that used to work in MacOS 10.2, with Project Builder. I have added a few methods to the NSTextStorage class, with the following interface definition:
|
| gcc problems with -fast and -ansi | 12 Jul 2006 14:35 GMT | 2 |
I've been having problems trying to compile C code using gcc (powerpc-apple-darwin8-gcc-4.0.1) [under MAC OS 10.4.7]. It will compile fine with either flag separately, but finds problems with the /usr/include/architecture/ppc/math.h file which is
|
| help w/ main menu nib | 11 Jul 2006 23:17 GMT | 5 |
I've just started with cocoa development and I have a problem trying to get my menu to show up as the menu bar in IB. I'm using xcode 2.3. I have a MainMenu nib which was created w/ the wizard in xcode, but when I compile and run my application, I get the original main menu and
|
| Bug in NSOpenPanel? | 11 Jul 2006 19:12 GMT | 2 |
I just noticed that my NSOpenPanel which is supposed to only open directories or jar files, also opens jpgs! NSOpenPanel *op = [NSOpenPanel openPanel]; [op setAllowsMultipleSelection:YES];
|
| PCI driver writing for Mac OS 9 | 11 Jul 2006 17:05 GMT | 2 |
I need to get started with writing PCI drivers for Mac OS 9. I am a complete novice with Mac and do not know from where to start. I have written drivers on Linux though. I would appreciate if I could get some pointers for developing PCI or generic driver writing on Mac OS 9.
|
| Problem animating progress bar | 11 Jul 2006 16:10 GMT | 4 |
Hi, I've failed at several attempts to make a progress indicator move. My application consists of a simple Cocoa window, plus an extra NSThread that will do stuff in the background. I've tried having the thread call startAnimation: and stopAnimation: around its loop, but the ...
|