| Thread | Last Post | Replies |
|
| implement desktop sharing application | 10 Mar 2008 19:46 GMT | 9 |
I want to develop desktop sharing application like VNC on macintosh plateform. I am new to this development. can anybody tell me that what are the possible ways to develop desktop sharing application? Thanks,
|
| Leopard/10.5 - Code control over Screen Sharing preference | 09 Mar 2008 06:44 GMT | 7 |
I would like to be able to provide my >80 yo mother some remote control tech support for her Mac, but I am concerned about her ability to manage the Screen Saving Preferences, particularly remembering to turn it off (for security reasons) after she's done.
|
| Newbie to Cocoa: Using multiple NIBs | 09 Mar 2008 00:02 GMT | 6 |
I'm writing my first program in Cocoa with xCode 3.0. Having written embedded programs for many years, I'm slowly getting used to not having to code every corner of the world. I have an array of objects, and from my UI Window I can change various
|
| Detect library version | 07 Mar 2008 23:48 GMT | 2 |
I need to know a predefined macro that tells me the SDK that being included, so the question is... am I building against 10.3.9 or 10.4.x or 10.5.x? Reason being is that I am building a leopard specific version of an app with extra functionality. I have various build targets to use ...
|
| determining network/removable drives on MacOSX | 07 Mar 2008 23:17 GMT | 9 |
This must be in an FAQ somewhere, but I haven't found it: We have an application that needs to determine if a provided path to a file is on a local drive, network or other removable drive. This application needs to run on both Windows and MacOS. On Windows, I found a very useful
|
| gprof bug on Mac OS X? | 07 Mar 2008 17:36 GMT | 7 |
With Mac OS X, I gcc and gprof. But the result is as follows. % cumulative self self total time seconds seconds calls ms/call ms/call name
|
| Stepping assembly in XCode IDE | 07 Mar 2008 09:37 GMT | 1 |
I am new to XCode. I want to step my program at assembly level (not source level). I get a view window to view disassembled code, but could not step it (there is
|
| Enable NSButton using bindings | 06 Mar 2008 21:42 GMT | 2 |
I have an NSButton that needs to remain disabled until a textfield is populated. Can this be done with bindings? I've looked through the button inspector in IB3 and can't see how this might be done. Any pointers?
|
| wireshark trojan? | 05 Mar 2008 21:59 GMT | 4 |
Being lazy, I downloaded a wireshark .dmg from http://mac.softpedia.com/progDownload/WireShark-Download-23340.html and installed. I just rebooted and was informed that the wireshark copy in my startup
|
| Traversing windows with Cocoa/Applescript | 03 Mar 2008 22:56 GMT | 8 |
I'm new to Mac development and need help with the following problem: Given a window's TITLE, how do you determine what kind of application the window is (the name of the application/executable)? and how do you move that window to the front?
|
| Odd ksh problem | 02 Mar 2008 16:17 GMT | 5 |
This worked on Uwin, but it is blowing up on my Mac. I just have a fragment here. Data prints out a colon separated record of every week in our database for a stock "$i." I change the colon to <TAB>, extract the first, third
|