Skip to main content
Search titles, bodies, and author names
Found 71,843 posts across 1 forum.

Question involving CC — #4

Quote: Originally posted by jguidroz: Thanks! Now I wonder is there is a way to fix this so I don't have to type ./ There certainly is. But please DON'T DO IT!! …
MacNN Troubleshooting

Question involving CC — #5

You can add the current directory to your path by adding the following line to your .tcshrc file (in your home dir): setenv PATH {$PATH}:. This causes the shell to search the pat…
MacNN Troubleshooting

PHP 4.0.3pl1 on Mac OS X Server — #1

I have been trying to compile PHP 4.0.3pl1 as a static module of Apache 1.3.14 withou any success, I followed instructions of fellows saying that it compiles with no problem but wh…
MacNN Troubleshooting

PHP 4.0.3pl1 on Mac OS X Server — #2

matt vaughn already made a installer for apache-mysql-php 4 do a search on this section of the site. it was a whole lot easier than installing trying to compile. lou
MacNN Troubleshooting

PHP 4.0.3pl1 on Mac OS X Server — #3

Thanks Lou, But Matt package is for Mac OS X Public Beta and doesn't work with Mac OS X Server. Do you know if there a pre-compiled package for Mac OS X Server? ---------------…
MacNN Troubleshooting

Soma Cocoa questions — #1

How do I access and change the text in a NSTextView? I've looked in the java browser and on Apple's cocoa pages but I can't find it. I'm looking for something like NSTextView.setT…
MacNN Development

Soma Cocoa questions — #2

Quote: Originally posted by gabrielf: How do I access and change the text in a NSTextView? I've looked in the java browser and on Apple's cocoa pages but I can't find it…
MacNN Development

how do I run rdist? or even rsh? — #1

I'd like to use rdist from my Linux machine to synchronize with my iMac running Mac OS X. I am experienced with rdist. However, the iMac always rejects requests to connect using …
MacNN Troubleshooting

Baseball scores dockling (kman42) — #1

I just took the perl code from the dockling ideas thread, and inserted it into another dockling I had lying around to make a dockling that checks the baseball scores and puts them …
MacNN General by tie

return character on os X — #1

Hi. My problem is very simple. I don't have MacOS X so I ask you : on macos X is return character : -> chr(13)+chr(10) (Like Windows or UNIX) -> chr(13) (like MacOS …
MacNN Software by pgrabo

return character on os X — #2

The Cocoa and BSD APIs use the UNIX convention, a bare linefeed only -- chr(10). I think this is the most typical case you'll find on the system, at least at the lower levels. I'…
MacNN Software by lindberg

return character on os X — #3

FYI. In Java, you can inspect the line.separator environment variable to determine the return character(s) of the host operating system. Use this to avoid hard-coding a certain con…
MacNN Software by honeydew

return character on os X — #4

In this day of networks and files of relatively unknown origin (PC, Mac, *nix) shouldn't we write software that doesn't make assumptions about what line break characters are used? …
MacNN Software by clarkgoble

Writing Services — #1

I was wondering a few things: 1) How hard is it to write a service, and waht language must it be in (C, Objective-C, etc...) 2) Would it be possible to write a service that would …
MacNN Development by kupan787

Writing Services — #2

I think you're looking at quite a daunting task, but I'll give you a short answer. Only Cocoa (ObjC or Java) programs can use services. Services are possible because of Cocoa's OO-…
MacNN Development by starfleetX

Applescript for automating file copy — #3

Alternatively, you could write a shell script and have cron run it every other night. You could use "scp" to transfer the file (unless it has resource forks, then I think it has to…
MacNN Software by Xeo

Pluggable Applications — #1

I'm interested in setting up an Application for which a third party could create plugin code to add or modify the abilities of the program. I know that the very core of this in Ob…
MacNN Development by Detrius
mp.ls