| Thread | Last Post | Replies |
|
| mouse scroll wheel sensitivity | 31 Jan 2006 20:44 GMT | 1 |
when i upgraded from macosx 10.3 to 10.4, the scroll wheel on my mouse started acting differently. now it apparently takes acceleration into account, so a small spin produces small thumb movement, while a big spin produces fast movement. pretty much the only thing i use the scroll ...
|
| How to import Java packages into XCode projects | 31 Jan 2006 18:52 GMT | 1 |
Trying to take first fumbling steps with Java, and has only used Xcode for Applescript before.... Can someone explain just where I must place the files of a package I want to import into a Xcode Java project, so that the statement in the .java sourcefile:
|
| setAccessoryView and view in MainMenu.nib | 31 Jan 2006 01:02 GMT | 1 |
The checkox is created in the panel (used just to hold the checbox view) in MainMenu.nib The MenuController is connected to the checkbox with save_accessory_chkbox_ref The code to open the Save Panel is: sp = [NSSavePanel savePanel];
|
| Xcode debugger won't stop at breakpoints?? | 30 Jan 2006 14:52 GMT | 2 |
I'm trying to debug the Downloader example (Developer/Examples/WebKit/Downloader), but despite littering MyDocument.m with breakpoints, the debugger does not stop, even for obvious interface button usage that you can see must be getting called.
|
| Authentication using core data | 30 Jan 2006 14:16 GMT | 4 |
Does anyone describe that How to add login window before starting any Application using core data. I make a application using core data, Now I want to add a new window with userID and password before this window can I do it with Core data, if Yes then how and if no then what I have
|
| nmedit on ppc64 | 30 Jan 2006 10:24 GMT | 10 |
I'm having a problem with nmedit when cross compiling for ppc64. Whenever I use it with "-s" option I get nmedit: don't have code to convert external relocation entry 0 in section (__DATA,__const_coal) for global coalesced symbol: __ZTI15MBOGXDWOGPLCENX
|
| Simple stack class | 29 Jan 2006 22:01 GMT | 2 |
Today I found I needed a really simple stack class to solve an Objective-C programming problem elegantly. Being a newbie, I headed straight for the documentation, but couldn't find anything suitable. Do I really have to go and implement my own stack class from scratch or
|
| Grey user notifications in OS X | 29 Jan 2006 16:05 GMT | 5 |
Does anyone know how to create the grey on-screen user prompts which are displayed when you press F12/Eject, or when you adjust the screen brightness or volume control on a laptop? All of my experience to date is for drawing within ordinary windows,
|
| 'Compile' menu greyed out in xcode? | 28 Jan 2006 09:26 GMT | 2 |
I can't seem to compile individual files in xcode, the Compile menu is greyed out and cmd-K doesn't work. The source in the editor needs updating and has focus. Is there anything else that would cause this?
|
| XCode - Key command to close all windows? | 28 Jan 2006 09:20 GMT | 2 |
Is there a way to close all open editor windows within xcode 2.x? (The equivalent of opt-cmd-w that works in most apps and the Finder) Thanks
|
| Coming over from the dark side... | 27 Jan 2006 15:00 GMT | 17 |
I have been a professional programmer for 10 years now. Most of those years I have developed Microsoft Windows applications in C++ using MFC. In the last three years I have been working with Microsoft .NET more and more.
|
| how to get pointer value off of an array | 27 Jan 2006 07:29 GMT | 1 |
I'm using objective-c++ and I'm having a problem pulling a pointer off of an NSMutableArray. I show how I'm adding a pointer to the array below, but after that, I don't think I'm pulling it off correctly. Any help much appreciated.
|
| ifstream and ofstream portability | 26 Jan 2006 22:06 GMT | 2 |
I have played around with my own small stream implementation and it worked at least on one platform. But it takes a lot work to implement all the data types to be loaded/saved.
|
| Browser ("netscape") plugin on Mac OS X | 26 Jan 2006 04:40 GMT | 3 |
I need to create a browser plugin that works on Netscape, FireFox, Safari and Internet Explorer on Mac OS X (10.2 and up). I have already created a netscape plugin on Windows and have the NPAPI SDK 4.01a.
|
| Fixing Open Powerplant License | 26 Jan 2006 01:04 GMT | 3 |
Is anybody left with connections at Metrowerks who can get the license fixed on the Open Powerplant archive? IANAL so I'm not sure if it is safe to take something that 1) has been created by current employees of the company
|