| Thread | Last Post | Replies |
|
| interactively editing NSButtonCell text | 09 Jun 2005 08:42 GMT | 2 |
Hi. I'm currently using an NSButtonCell in an NSOutlineView column. A single click on the ButtonCell obviously is used to toggle the state of the button cell, which works fine. What I would like to add is the ability for the user to edit the buttons text by double clicking on the
|
| [Xcode] management of header-files | 09 Jun 2005 01:18 GMT | 6 |
Excuse me for my bad english, i am a stupid german... My problem is the management of my header-files. I would like them to be in the subfolder "az", but i don't see any option in Xcode, where i can define this. I can define groups, but this seems not to be right.
|
| XCode 2.0 with autoconf | 08 Jun 2005 20:54 GMT | 3 |
Has anyone yet tried to use XCode 2.0 with autoconf projects. In XCode 1.5 there is the highly annoying bug, that if you have your source code spreaded in subdirectories then XCode won't be able to find a specific source file, when clicking on a compilation error. I was
|
| Split string and attach | 07 Jun 2005 15:58 GMT | 12 |
Hi there everybody. First of all let me thank everybody who was kind enough to help me out on some modem issues i had in the past week, now i got another little issue for another little project i am working on i need to
|
| static text click event | 06 Jun 2005 17:24 GMT | 1 |
I want to catch the click event of static text in a xcode carbon application. I have followed the code given in apple site http://developer.apple.com/qa/qa2004/qa1380.html . I have implemented the code as follows. It is catching the event, but it
|
| PDF processing | 06 Jun 2005 15:39 GMT | 2 |
I am very new to Cocoa programming. I need to write an application which opens PDF file, searchs for the criteria and divides the file into diffrerent files. Please provide your comments and suggestions. If anybody has some working samples of accessing PDF, please be so
|
| SetEventParameter() question | 06 Jun 2005 08:14 GMT | 3 |
What does the carbon API SetEventParameter() do and why does someone need to use it. I've seen some sample code from apple's website that uses it, but I don't understand the concept behind it. * posted via http://www.mymac.ws
|
| [Objective-C++] @defs, objective-c classes, and pod types | 05 Jun 2005 12:10 GMT | 1 |
Can we assume that objective-C classes are C++ pod types when we do something like the following? @interface Foo { //...
|
| Notifications | 04 Jun 2005 21:13 GMT | 1 |
I have an NSTableView that displays the contents of a std::vector (assume that my datasource methods properly change my vector contents so that they can be displayed). What I want to do is for the table to update itself "live" as the std::vector changes. Unfortunately, the
|
| -Wuninitialized is not supported without -O | 03 Jun 2005 10:13 GMT | 5 |
Hi, anyone care to tell me what this means or how to suppress this warning from every file compiled by XCode 1.5? cheers * posted via http://www.mymac.ws
|
| modem | 02 Jun 2005 22:15 GMT | 6 |
First of all let me introduce myself, i am Bastiaan 30 years old and working on macs as long as i can remember (it feels like i had one since birth). I am a freelance photo manipulator and editor i also do a little bit of 3d works every now and then. I am currently the
|
| XCode 2.0 & Interface Builder Questions | 02 Jun 2005 22:15 GMT | 1 |
I hope I'm posting to the right group. I've just upgraded to OS 10.4 (from OS 10.3) and installed XCode 2.0/Interface Builder, but am having some issues with the latter. Would appreciate it if someone could advise:
|
| can't get cocoa demo app to work | 02 Jun 2005 10:01 GMT | 3 |
I checked out the Learning Cocoa (from Apple) book from the library and was trying to work through a demo app using IB and XCode. It's the currency converter app. However, it doesn't build. I get a compile error:
|
| NavCreateChooseFolderDialog or NavChooseFolder filter by extension | 01 Jun 2005 14:45 GMT | 3 |
Is it possible using NavCreateChooseFolderDialog or NavChooseFolder create a chooser dialog window that enables the Choose button only for folders that have the ".abc" extension. Thank you
|
| misconception about HIViews and kEventControlDraw | 01 Jun 2005 07:07 GMT | 13 |
I need help clearing up a misconception I may have about HIViews and using kEventControlDraw. I'm switching all my drawing code to draw into HIViews instead of in a window. But there's one concept I don't understand. In my old code, I have a handler that responds to
|