| Thread | Last Post | Replies |
|
| Has anyone created a class for the new Round Button control | 30 Sep 2003 22:45 GMT | 4 |
I need to add a couple of round button controls (OS X controls) to a dialog (assistant window). But since there is no CDEF Id and the only way to create one is with CreateRoundButtonControl() API I am at a loss as the best way to implement this. My first thought was to create a new ...
|
| Newbie quit problem | 30 Sep 2003 20:17 GMT | 5 |
Here's my little problem. I have a floating window that is essentially modal, when it's showing the Quit menu item isn't available. However if another document is open without the floater the user is allowed to quit, as usual. I've overridden AttemptQuitSelf() to stop the user
|
| Shared memory in OS X? | 30 Sep 2003 04:46 GMT | 3 |
I am porting an app from Classic to OS X...and the biggest problem I've run into is how to get live notification of changes to prefs. The app consists of a "daemon" and a preference-setter. The daemon is Mach-O, the preference-setter is written in Carbon.
|
| How to debug a non-draw problem? | 30 Sep 2003 01:33 GMT | 1 |
I've got a window with 3 sub panes. Usually all of them draw fine. However, I've noticed that through one code path, 2 of the 3 panes stop drawing until I do something like resize the window (as a user). I've verified that these "empty" pane's draw routines are being called.
|
| O'Reily's Safari Service? | 29 Sep 2003 22:13 GMT | 4 |
Hi. Anyone use the Safari online book service? Seems like a neat idea but I'm so used to real books that I dunno if it works. - you can't curl up with the book. I'd like to cut down on my bookshelf, though. It's getting oppressive (especially all those expensive books that I
|
| Cocoa User's Group | 29 Sep 2003 20:49 GMT | 1 |
Anyone in the greater Kansas City area who would be interested in forming a Mac user group concentrating on Cocoa and the UNIX aspects of OS X please drop me a line. Thanks!
|
| Commander Question | 29 Sep 2003 18:09 GMT | 3 |
In my class's ClickSelf() routine, I do a SwitchTarget(this); but in tracking down a bug, I see that the address that arrives in LCommander::SwitchTarget() is slightly different from the
|
| Live Connect | 29 Sep 2003 17:59 GMT | 1 |
I am trying to implement a major vendor's security slution that makes it possible to confirm the identity of individuals who are visiting and using a Web portal. It works as expected from a Windows desktop system, but not from a Macintosh. I am told that the Mac browsers (Netscape, ...
|
| Fixing Tab Order in Cocoa Window | 29 Sep 2003 16:55 GMT | 2 |
I am a Cocoa Newbie who comes from VB. In VB, you can choose from properties whether I have a "TabStop" on a particular command button, option button, etc. and also the order the TAB
|
| how to ping on older macos? | 29 Sep 2003 16:03 GMT | 2 |
Hi all!! How can I ping a host from java program on macos older than X? I know there are some diagnostic utils but is there a simple way to ping and not opening any windows?
|
| ***Help on GCC*** | 29 Sep 2003 02:32 GMT | 1 |
I have a very problem on Macosx: I tried to install a cpan module for perl and i received an error by c compiler /Local/Library/Frameworks: Not a directory. Someone can help me?
|
| Removing the outer plexiglass edge off of a IMac monitor????? | 28 Sep 2003 15:45 GMT | 1 |
Is there a way to do this????? Mark T.
|
| copy an application to cd | 28 Sep 2003 03:54 GMT | 2 |
I have an application instalation file and i need to have a version of the application on a cd. is there any way to get the application installed onto the cd? some one told me about creating cd images but I am a complete novice and do not understand.
|
| current directory | 28 Sep 2003 00:11 GMT | 2 |
Help! I am writing an application that can be lauched from either the Finder or from the command-line. I need to know the locations of two directories:
|
| Change Notification functions in Darwin? | 27 Sep 2003 08:19 GMT | 4 |
I'm pretty new to the Mac, having a Windows and to some extent BSD background. I'm still making my way round the documentation. Apologies if I'm asking an obvious question, but I can't find the answer. I need to use change notification functionality, e.g. a mechanism to notify
|