| Thread | Last Post | Replies |
|
| Please help with NSMutableArray | 06 Jul 2005 22:10 GMT | 3 |
Probably I don't understand something essential !! The following thing happens : I pick up NSString from other NSString and put it into NSMutable array. The initial NSString is different from what I store in the array.
|
| Converting C string to CFStringRef | 06 Jul 2005 19:49 GMT | 13 |
I have a stl::string (and thus, a null terminated C-string) and need to create a CFStringRef. There's the CFSTR() macro, bit it only applies to constant strings, not dynamic run-time strings. I have the following code with some questions:
|
| Plug in for XCode | 06 Jul 2005 18:45 GMT | 1 |
can someone tell me where can I found documentation about writing plug in for Apple XCode? I've googled around but I have found little information. Many thanks
|
| Save a retreive text in Cocoa | 06 Jul 2005 13:57 GMT | 15 |
I've developed a widget that downloads some text from a website on every refresh. I need to be able to cache the results to disk and so the only way to do that seems to be via a cocoa plugin that would save the text as an XML file to disk and then later retrieve it. I have no ...
|
| Need Development environment suggestions | 06 Jul 2005 05:06 GMT | 4 |
I need to know if there are any low cost alternatives to REALBasic / CodeWarrior for creating GUI application to run under both OS X and Windows (other than Java)? If it's relevant my Mac is a old 867mhz 15in PowerBook running 10.2.8
|
| NSMatrix examples? | 06 Jul 2005 04:15 GMT | 2 |
Are there some good examples somewhere of how to use NSMatrix? "Learning Cocoa with Objective-C" doesn't cover it, the examples in the Developer Tools don't seem to either, and the reference documentation for the class isn't a good place to start, although I dare
|
| functionality similar to Windows' hooks | 05 Jul 2005 10:08 GMT | 8 |
I'm porting a program from Windows to Mac. Most of it's functionality is copied, but I have one last problem: Version running on MS Windows uses hooks to capture all pressed keys. 10 times per second it enumerates and saves all windows, founds and saves
|
| Xcode: NSTableView in Inspector Becomes NSScrollView when viewing connections...? | 04 Jul 2005 23:18 GMT | 3 |
I could really use some help here. I'm going through the projects in "Cocoa Programming for Mac OS X", and we've gotten to the section on helper objects. In this case, I'm supposed to drop an NSTableView onto my window, and then set the NSTableView's
|
| Accessing objects instatiated in Interface Builder | 04 Jul 2005 10:34 GMT | 3 |
When I subclass an object in IB, and then instantiate it, it appears on the instances tab. From here I can connect outlets, etc. My question is: how can I access this instance from other parts of my code (i.e. how do I send it messages?)
|
| PowerPlant Licensing | 04 Jul 2005 08:51 GMT | 2 |
Metrowerks recognizes that there is some question regarding the future of PowerPlant based applications. Metrowerks will make sure that our PowerPlant users are able to continue to use the source codes for PowerPlant and PowerPlantX Frameworks for future development.
|
| Drawer | 04 Jul 2005 08:49 GMT | 1 |
has someone a class to open a drawer under PP 2.2.1 (CFM Target). I found only the LSheet class. Thanks, Gruß Chris
|
| NSImage size from PNG file | 03 Jul 2005 11:19 GMT | 6 |
Today my goal was to load a PNG file into memory, then stamp copies of the image into my view. I finally got it to work, but I was left with a mystery. . . Why do I have to set the size of the NSimage manually, using the "setSize:" method? I assumed "initWithContentsOfFile:" ...
|
| TXNFind Mlte | 03 Jul 2005 08:24 GMT | 2 |
I am using TXFind of MLTE for finding the text hello from TXNObject. If it finds the text I want to display Message Find.For that I have written TXNFindPrc But It is not working eventhough word "hello" is there.
|
| Question Regarding Key Windows | 03 Jul 2005 06:17 GMT | 2 |
I am just learning Mac programming (coming over from .NET on Windows Web), and I was going through "Introduction to Developing Coco Objective-C Applications: A Tutorial". In it, Apple says "Key windows respond to key presses for an application and are th
|
| adding multiple HIViews to an HIScrollView | 03 Jul 2005 04:31 GMT | 3 |
I have an HIImageView that I have attached to a scroll view. Scrolling the image works fine. But I also have another HIView that contains Quarts graphics commands that are dependent on user input. How can I embed this HIView into my HIImageView so it uses the same
|