| Thread | Last Post | Replies |
|
| Sockets in Cocoa | 01 Jul 2005 00:38 GMT | 13 |
Hi, I'm kind of lost in between the sockets. There's tons of connection classes, Ports, Handles, Protocols etc.... I just want to open a TCP connection to some server and be able to send and receive data (i.e. cstrings or bytes) to it. A pipe
|
| Disable/Remove Tabs from LTabsControl | 30 Jun 2005 11:02 GMT | 2 |
I am trying to disable some of the tabs from LTabsControl. I have implemented MPV , with Say Five different tabs in which if suppose i want to show only first three
|
| How to wait for Notification | 29 Jun 2005 21:50 GMT | 4 |
One more question. I'm performing a search function in PDF file. I use didFind delegate to proccess results. The problem is to make program wait for the search to be completed. The search method I'm using is posting notification documentDidEndDocumentFind, but I have
|
| XCode hanging after a build | 29 Jun 2005 19:24 GMT | 4 |
I am using XCode and lately after every other time or so that I build and run the application, the build sort of hangs. XCode itself continues to respond, but my application is not launched, and most of the items
|
| adding graphics to my console app | 29 Jun 2005 16:08 GMT | 3 |
I need to add scientific visualization capability to my "console" application (text-based UI, C code). This just means being able to open a window and display data in graphical format. I have a couple of options:
|
| Not Receiving quit AppleEvent under Tiger in PP | 29 Jun 2005 12:39 GMT | 7 |
I have a PP project that is working fine under Panther, but under Tiger it is not receiving the quit AppleEvent when the application is shut down. The application does quit, but none of my destructors are called and LApplication::DoQuit() is definitely not being called.
|
| NSData's +dataWithContentsOfFile | 29 Jun 2005 12:05 GMT | 1 |
I'm considering using Cocoa rather than Carbon... How do I init an NSData object with data from a file *but* only from x bytes in with a length of y bytes into the file? I don't want to read the whole file into one data object then copy x bytes into another NSData object.
|
| Convert long filenames between Classic and back? | 29 Jun 2005 09:50 GMT | 4 |
I am working with a program that launches a URL into a browser instance. Within this URL is query string parameter that contains a Mac file path encoded as a URL. For short filenames, the filename within the file path URL is normal. However, if the filename
|
| Extract frames from MOOV files using Quicktime SDK | 29 Jun 2005 08:09 GMT | 5 |
I am using Quicktime SDK 6. I want to extract and decompress the frames from the mov files. Currently, i am able to get the media samples using GetMediaSample function from the mov file but it is compressed data. How can i decompress that sample data. Do i have to use ...
|
| Submitting new feature requests to Apple | 28 Jun 2005 23:42 GMT | 3 |
How receptive are Apple to feature requests submitted via bugreport.apple.com? Has anyone any positive or negative experience? I've left my Select ADC membership expire - would I have more luck if I rejoined?
|
| I just wanted to open a file in 10.4 api! | 28 Jun 2005 21:59 GMT | 8 |
I need to change from FSpOpen (deprecated) to FSOpenFork so I can comfortably make a universal binary that will last for years. But FSOpenFork uses uni code. What's the easiest way to open "myfile.txt" in the application directory? It seems too complicated to convert from a C ...
|
| How to describe external Object? | 28 Jun 2005 18:49 GMT | 5 |
I'm trying to describe an object which should be visible to every other in the module. I'm trying: in .h file : extern PDFDocument *temp1PDF;
|
| Please help with delegates | 28 Jun 2005 14:42 GMT | 2 |
I'm newbie to Cocoa. Could you help me with the following problem. I'm trying to implement the delegate [docPDF setDelegate :self] If I try to make some changes on the object which is the owner of the
|
| how to load a resource os x 10.x | 28 Jun 2005 09:19 GMT | 3 |
Hi I'm not able to load a Image.rsrc file at runtime and can't find out how its done. The icns images and picts are usable in interface builder. The executable resource fork contains the Image.rsrc, but it just can't find it at runtime.
|
| Cross Platform Development | 27 Jun 2005 19:58 GMT | 3 |
I am about to start a project to be deployed on both Macintosh and Windows. I am considering Code Warrior, but I need to know first, will code warrior support the new macintosh intel architecture? Thanks for your help
|