| Thread | Last Post | Replies |
|
| Newsgroup for Java questions? | 29 Feb 2004 23:46 GMT | 2 |
I have some OSX/Java questions. What's the best newsgroup? Not a lot of Mac people on the Java newsgroups. One question is: My Java GUI app (built with javac, no xcode or Mac classes involved) doesn't show the FruitMenu menu when the Java app has
|
| Working with transparent image on Carbon | 29 Feb 2004 21:01 GMT | 1 |
I am working on a Carbon Application & I want to place an image on a window. But the problem is I need the image to be transparent. Please any one guide me in this regard. the method I followed: Created an image in photoshop & saved in TIFF ( I suppose TIFF
|
| How to do a "what folder do I live in?" query? | 29 Feb 2004 20:53 GMT | 20 |
I need to write some data to a file. Rather than either (A) Asking the user where to put it, then not being able to find it again later without user intervention, (B) Arbitrarily dumping it someplace, or (C) Stuffing it into "program support" or one of the similar folders (even ...
|
| Problem with NSThread and usleep | 29 Feb 2004 05:22 GMT | 7 |
I have the following problem: - my Cocoa app creates a NSThreads - this threads needs to sleep periodically, this is done using usleep - the app and the thread share a NSLock
|
| Xcode with Perforce doesn't work | 29 Feb 2004 04:18 GMT | 1 |
I want to use Xcode with a Perforce SCM. Did anyone do that? How? When I create a new project and open the project's info dialog (select the first group and type command-i), I see a popup at the bottom under the 'General'-tab labelled 'SCM System'. When I switch that to
|
| get a signal when app is raised in osx? | 28 Feb 2004 17:39 GMT | 2 |
What would be the best way to find out when my app is brought to the foreground on OSX? Should I just poll & check if i'm the foreground app? Or is there some type of signal i can register for?
|
| Running a thread as a different user under cocoa | 28 Feb 2004 09:40 GMT | 2 |
I'm using cocoa and objective-C to write a front end to some command line tools which need to run as a different user (either news or root). I can sucessfully use NSTask to run the tools in a different thread, and have set up pipes so I can read the output from the tools back into ...
|
| Blue or Graphite | 28 Feb 2004 09:06 GMT | 9 |
How can I determine whether the user has selected blue or graphite appearance? Thanks a heap, Glen
|
| Rez: Output a literal as a string? | 28 Feb 2004 07:27 GMT | 1 |
I am trying to build a plst resource by concatenating a bunch of string constants in Rez. Everything is fine expect that I have a literal #define creatorCode 'tmnC' which I wish to include in the string. I presume that I need a $$format
|
| Getting OSX finder to refresh folder contents? | 28 Feb 2004 04:43 GMT | 3 |
I was under the impression that re-setting the modification date on a folder would trigger the Finder to redraw its contents. This seems not to be the case (OSX10.3.2). When my app adds a new file to a folder, it will not show up until I click on the Finder window showing
|
| problem creating a file (rather long) | 27 Feb 2004 19:11 GMT | 6 |
I write an application (carbon), both for OS9 and OS X. By the way, I'm still looking for an IDE able to produce the two executables on a single plateform. I'm currently working alternatively with
|
| OTConnect error -3167 | 27 Feb 2004 08:50 GMT | 3 |
I'm trying to connect to a local server (128.0.0.1) using Open Transport lib on my eMac (OS X 10.3 Panther). The code comes from the same app in MacOS 9 in which it works very well.
|
| OSX vers 2 equivalent? | 26 Feb 2004 22:27 GMT | 1 |
What is the equivalent of the old package version resource under OSX? If I put one in, it overrides the plist version, so I was hoping that there was a way to stick it in the plist. TIA,
|
| C++ in cocoa | 26 Feb 2004 19:19 GMT | 6 |
I read various statements in google but... Is it now possible to use c++ in "traditional" obj-c cocoa applications? Tschau - Robert
|
| NSProgressIndicator | 26 Feb 2004 18:05 GMT | 5 |
I am trying to display an NSProgressIndicator in an NSTableColumn. Since the NSProgressIndicator is not an NSControl, there is no obvious way I can see to get it's cell, if it even has one. Is what I am trying to do even possible? Why the inconsistency among how the
|