| Thread | Last Post | Replies |
|
| Subversion & XCode | 30 May 2005 23:48 GMT | 3 |
I'm learning to use Subversion with XCode. It seems to be mostly working, but I've got a bit of a puzzle. Every time I commit changes to my SeaBattle project, I'm left with two files still showing up as modified:
|
| Can't even make a core file | 30 May 2005 23:34 GMT | 3 |
So, I don't understand why I'm not finding a core file... Damien-Kicks-Computer:~/tmp dkick$ lf open-office-env.txt squib* squib.cc squib.cc~
|
| How to Print HTML document from Powerplant | 29 May 2005 22:19 GMT | 3 |
I want to show a HTML document which contains some image also. Now which control should i use to display the HTML doc and how do i print it on "click" of print button from the same window.
|
| Multiline ListBox with CheckBox | 29 May 2005 20:05 GMT | 1 |
Is there any control in powerplant like... Mac OS X if you select any folder and ctrl+click give several option in which one of the option is Configure Folder Action... How can i use the same functionality with the same control in my own application. Any tips ?
|
| [Objective-C++] Friends, typedefs, and other stuff | 28 May 2005 09:06 GMT | 1 |
Can a C++ member function declare an Objective-C selector as a friend (and/or the other way around)? Also, in Objective-C++, can you have a scoped typedef in an Objective-C class (eg. NSArray::iterator)?
|
| "hmap: not a directory" | 28 May 2005 06:18 GMT | 4 |
Right now, my xcode project compiles under GCC 3.3. However, when I switch to GCC 4.0, it doesn't compile, saying that an hmap file is not a directory. How do I fix this?
|
| WTD: Spotlight plugin | 28 May 2005 05:24 GMT | 4 |
for WordPerfect 3.5e (classic application). What would that cost? Thanks,
 Signature John Rethorst jrethorst at post dot com
|
| Carbon Image Problem | 28 May 2005 00:52 GMT | 4 |
Hi People! Im new around here... Im having alittle trouble with my carbon app (the first one ive ever built!)
|
| Operator << broken? | 28 May 2005 00:28 GMT | 1 |
Hi, I'm trying to port a software on osx 10.4 (gcc 4). I find it difficult to compile this sw, which I consider a piece of junk... anyway, at first I had: PlasmArray.h: In member function `void PlasmArray<T>::clear()':
|
| Drawing directly to the desktop | 27 May 2005 20:05 GMT | 3 |
I'm looking for a way to draw directly to the MacOS X desktop in the same way that the application switcher in Finder draws a surround and the current application icons (also I suppose like the screen edges in Expose and Dashboard in Tiger). I'd like to use OpenGL (naturally) but
|
| NSUndomanager | 27 May 2005 18:59 GMT | 8 |
I'm going slightly mad about NSUndomanager. I read Aaron Hillegass' "Cocoa programming for Mac OS X" several times, but I'm not able to implement Undo in a single-document Cocoa-App. Aaron just mentions Undo in Document-Architecure-Apps.
|
| normal C Arrays to NSArray | 27 May 2005 14:54 GMT | 5 |
how do I display a c type array of characters using NSLog()? do I have to convert it to an NSArray and if so how would I do this? Thanks Mike Jensen
|
| Macsbug invoke for Classic applications under Mac OS X | 27 May 2005 09:02 GMT | 2 |
Is there a way to invoke MacsBug for Classic applications running under Mac OS X without inserting Macsbug calls? Command-power does not do so. Yes, I know I shouldn't still be debugging Classic applications. It happens sometimes...
|
| CPU Number | 26 May 2005 17:09 GMT | 1 |
Is there any Carbon API available to get CPU serial number in Macosx? Thanks -Hemant
|
| the scrolling map, resizing a custom view | 26 May 2005 16:05 GMT | 7 |
I sure could use some more explanation of how to scroll around with a custom view and NSScrollView. Here's what I've done so far. . . . * I created a custom view with a drawRect method to render my graphic,
|