| Thread | Last Post | Replies |
|
| interface builder options dimmed | 17 Jan 2007 14:21 GMT | 4 |
I followed the help file from Apple's help for interface builder i first created a new cocoa document based application in objective-c i then double-clicked the mydocument.nib file and interface builder opened i then followed the instructions and created a subclass of nsscrollview
|
| Thanks! Textmate rocks! | 17 Jan 2007 01:35 GMT | 1 |
John, Thanks - this is great. I am a heavy Textmate user, but somehow never found this. It's the perfect solution. -Robin
|
| cvs/subversion client help needed | 17 Jan 2007 01:33 GMT | 4 |
Hi. I have two friends who are most certainly NOT software developers, but they are collaborative writers who have a need to keep track of various versions of documents (mostly MS Word and a few other types). To help them, I figured I would get them a hosted CVS or Subversion ...
|
| multithreading and buttons | 14 Jan 2007 20:32 GMT | 16 |
if i use the following code in one thread and the class yasse_link is in another thread, is this allowed? thesun = [[NSButton alloc] init]; [thesun setButtonType: NSRadioButton];
|
| change font size to NSCells in columns created programatically | 14 Jan 2007 07:09 GMT | 1 |
Where would I change the font size to an NSTableView if I'm creating the columns programatically? I can change the font size in IB, but since I have the number of columns set to 0 there, it just seems to adjust the line height in the
|
| Small C IDE for students | 13 Jan 2007 19:57 GMT | 1 |
Is there a small library with turtlegraphics for gcc under Tiger ? Preferably with a popup graphic window. Thanks a lot, JG
|
| why is there no replaceObjectForKey | 13 Jan 2007 13:50 GMT | 23 |
why is there no replaceObjectForKey it would be MUCH better than this... and before you guys yell at me about the (NSMutableString **), that's the requirements of the plugin interface. the nil detection section will disappear soon.
|
| Printing CF objects in gdb | 13 Jan 2007 04:21 GMT | 4 |
What's the correct way to print an object in gdb? If I have a CFStringRef str, and I do print str, I just get it memory address. po str also fails. How do I get the string?
|
| byte swapping for floats on Intel Mac | 12 Jan 2007 22:58 GMT | 6 |
we've got data in Little-endian format, which we need to convert to the local Host format. I can't seem to find a way to do that. We've got existing software which writes data out in Little-endian format, which may be read on a Mac or on a PC, and now on an Intel Mac, so we ...
|
| resource fork handle! | 12 Jan 2007 11:13 GMT | 2 |
I'm new to the mac programming. And i need to access the resource handle, to fetch the text in the dialog. GetResource() is used to get the resource handle. I'm aware of few APIs for similar work i.e. GetDialogItem();
|
| resource fork handle! | 12 Jan 2007 06:33 GMT | 1 |
I'm new to the mac programming. And i need to access the resource handle, to fetch the text in the dialog. GetResource() is used to get the resource handle. I'm aware of few APIs for similar work i.e. GetDialogItem();
|
| resource fork handle! | 11 Jan 2007 21:02 GMT | 1 |
I'm new to the mac programming. And i need to access the resource handle, to fetch the text in the dialog. GetResource() is used to get the resource handle. I'm aware of few APIs for similar work i.e. GetDialogItem();
|
| Viewing video in a HIView (carbon) | 11 Jan 2007 17:08 GMT | 2 |
I´m viewing video from a webcam in a normal window via a SGChannel and so on in Carbon. I want to represent it in a HIView control because I need to change size (live resizing) as the user changes the windows size and I
|
| creating install package | 11 Jan 2007 11:43 GMT | 8 |
any body have idea how can i create install packge in MAC ? like in window i can create install package using "InstallShield" .. Is there any tool that create install package same way ?
|
| Groups for discussing unix side of Mac OS X? | 10 Jan 2007 18:42 GMT | 3 |
Do you know which group / forum where the unix side of Mac OS X (environment, tools, etc.) is discussed? Thanks! http://www.arifsaha.com/
|