| Thread | Last Post | Replies |
|
| editing window that is created using .ppob resource | 30 Jul 2007 06:15 GMT | 3 |
Currently i am using X-Code tools for development. Here for application i already includes power plant framework ( here not that i include source of whole power plant framework rather than include
|
| windowDidLoad won't get called | 30 Jul 2007 06:12 GMT | 8 |
Any reason why a windowDidLoad: from within my main apps controller would not be called? This controller is subclassed from NSWindowController. The init get's called, then awakeFromNib, but after my main window is
|
| Sending message to Objective-C object from C file | 28 Jul 2007 12:19 GMT | 1 |
I am an experienced programmer but quite new in Mac OS programming. I am developing a Cocoa application. I have an old C library files which I want to reuse in this application. Part of that C library file plays an audio file using another Audio library file. I want to replace ...
|
| Multi-level sorting of objects in IB | 26 Jul 2007 19:37 GMT | 1 |
I have a tableView representing an array of objects. One column features an image / icon of the object. I'd like the user to sort on that column which would internally sort using several fields. So in IB, I had set for the 'icon' column the following:
|
| fade In/Out effect | 26 Jul 2007 17:47 GMT | 5 |
Is any one have idea about fading effect ? How can i create fade effect using Cocoa on window? Is there any class available for the same ? p2
|
| Application font? | 24 Jul 2007 01:40 GMT | 10 |
I'd like to have an application make use of a custom font I want to package with my application. Is this something that can be packaged into the application bundle itself or something that's left for installation? --
|
| trial and licensing schemas | 24 Jul 2007 00:52 GMT | 6 |
I have a cocoa app that eventually I'd like to release publicly next year and want to start thinking about how to put in the trial days and get ideas for licensing. It's a ways off, but would like to start thinking about this.
|
| Ubuntu Live 2007, Free Community Server and Limited Time Valentina Special Offer | 23 Jul 2007 19:52 GMT | 1 |
http://www.valentina-db.com/dokuwiki/doku.php?id=paradigma:public:events:ubuntul ive_0722 Paradigma Software's Valentina on Linux products now support Ubuntu! We are attending Ubuntu Live 2007 and OSCON 2007. Through the end of July, you can save $100 on products that include Linux ...
|
| calling class methods from main.m | 22 Jul 2007 23:36 GMT | 5 |
Is there something different about calling class methods from the main.m? I just did basically this same thing with a singleton elsewhere in my app and it works fine. And below is code that works in the example I downloaded.
|
| XCode and breakpoints | 22 Jul 2007 08:59 GMT | 4 |
What is the meaning of a yellow breakpoint marker in the gutter? Hartwig
|
| Problem making a RPC server | 20 Jul 2007 09:29 GMT | 1 |
I´m making a RPC server but it dosen´t work well. When I call the pmap_unset function it dosen´t manage well (return false and it takes much time). Then the svcudp_create(RPC_ANYSOCK) functions does return me a server handler but the svc_register function dosen´t work. The
|
| how to declare vars once for only certain classes | 20 Jul 2007 07:10 GMT | 2 |
What is the equivalent of a java 'interface' in objc? I'm looking for a way to define only once some 'const int' vars and be able to add them to different implementation files wherever I need them. I currently have then in a c++ *.h as #define's but I was hoping to
|
| Best LInux distro for Mac G5s? | 19 Jul 2007 06:56 GMT | 1 |
Hey all, sorry for the off-topic post, but its sorta Mac programming related: what is the best distribution of Linux to install on a G5 box? I need to do some Linux-related programming and I've got a second HD with 100GB
|
| How to add option-or-control keyboard equivalents... | 19 Jul 2007 04:56 GMT | 8 |
I'm having a little brain freeze trying to add some extra option-or-control key keyboard equivalents to a carbonized app. I'd like to add, for instance, a keyboard equivalent of "Option-Command-D" (or Control-Command-D...either would be fine). I would also have a
|
| Playing Audio Selection | 18 Jul 2007 19:57 GMT | 5 |
I am an experienced programmer but quite new in Mac OS programming. I am going to write a program that play a selection of an audio file (eg: MP3, avi, ...) for example I should be able to say play only 1 minute of the file from time 1:20 min to 2:20 min .
|