| Thread | Last Post | Replies |
|
| Help fixing a web page in safari on mac 10.4.6 | 21 Oct 2006 21:49 GMT | 7 |
I am not sure if this is the right group to post this question. If not, can someone please guide me to the right group. Still I am posting my question here, because this is urgent for me. I have a mac 10.3.9 and all the pages from our website are working fine
|
| Using kqueue in a Cocoa program | 20 Oct 2006 15:28 GMT | 2 |
I'd like to use kqueue in an Objective-C/Cocoa program, and am not sure how to design it. Do I need a separate thread to listen for the events, and get it to post events into the Cocoa event dispatching queue?
|
| controlling master volume using cocoa | 20 Oct 2006 05:21 GMT | 15 |
I would like to know if it is possible to control the OS X master volume (i.e. the one that displays the grey volume dialog with the speaker symbol on it) using Cocoa? Also, is it possible (again, using Cocoa) to programatically control
|
| Help fixing a web page in safari on mac 10.4.6 | 19 Oct 2006 17:59 GMT | 3 |
I am not sure if this is the right group to post this question. If not, can someone please guide me to the right group. Still I am posting my question here, because this is urgent for me. I have a mac 10.3.9 and all the pages from our website are working fine
|
| windows message pump equivalent? | 18 Oct 2006 06:22 GMT | 9 |
I am looking to develop an application in Cocoa using Xcode that is based on an existing app I have written for Windows. The Win32 app uses a WindowProc() method to process the incoming windows messages from a USB HID device (using custom Windows messages). I would like to know
|
| Using XCode to build Windows apps? | 17 Oct 2006 17:27 GMT | 1 |
I realize such a question is sacreligous but has anyone tried doing cross-platform development under XCode?
|
| Building universal binaries with architecture-specific .o files | 17 Oct 2006 13:07 GMT | 1 |
I currently produce an object .o file for ppc chip. I have now produced a .o file for Intel chip. What is the easiest way for me to distribute these to people who want to link these files to a universal binary?
|
| Getting value from NSTextField | 17 Oct 2006 11:42 GMT | 2 |
A very simple question, but I'm stumped. Just learning Objective-C. I've got a window with an NSTextField on it and would like to get whatever is typed into it and display it into NSLog. I have Hillegass' book which says I just need stringValue.
|
| Bypassing the print dialog box (i.e. quick print)? | 17 Oct 2006 07:09 GMT | 2 |
I don't know anything about Mac programming, so forgive me if this is a stupid question. Is there a way to bypass the print dialog box when an application wants to print a document? I'm talking about this dialog box:
|
| Determining type of mount | 16 Oct 2006 19:23 GMT | 2 |
How does one go about determining the type of a particular volume? For example, if I have and AFP or SMB server volume mounted on my desktop, how can I distinguish them pro programmatically?
|
| focus problem | 13 Oct 2006 20:29 GMT | 1 |
I've developed an application in Cocoa using WebView. I have loaded flash application in webview. I want initialFirst responder to flash application. i Already set initialfirstresponder to webView, but i am not getting
|
| strange compiler behavior (gcc 4) | 13 Oct 2006 07:46 GMT | 1 |
Using Xcode 2.4 and gcc 4.0: I have a base class, like so: template <class T> class Aryptr {
|
| seeking an example for NSOutlineView and NSTableView | 12 Oct 2006 20:46 GMT | 1 |
I am newbie learning cocoa programming on mac os x. I am having trouble understanding the NSOutlineView. Can somebody point me to an example for the same ( which has step by step instructions)? Also, can somebody point me to an example for NSTableView with more than
|
| resize problem | 12 Oct 2006 06:02 GMT | 1 |
I've developed an application in Cocoa using WebView. I have loaded flash application in webview. i resize my application as below first i get older contentPane size
|
| Movie is offset within Quicktime view? | 11 Oct 2006 08:51 GMT | 2 |
I'm playing a Quicktime movie within an NSMovieView, but for some strange reason, the movie & its associated controller are offset to the right (about 100 pixels, in this case) from the left edge of the view. Any idea how to remedy this? I tried using SetMovieBox() to reset the
|