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

Ouch: build failed! — #4

Well, I figured it out. Those two definitions of reference were because I unintentionally did this: #import "reference.m" instead of: #import "reference.h" kman
MacNN Development by kman42

Standard C Libraries in OS X Dev Tools — #2

Try /usr/include. Most non-framework stuff can be found by rooting around in there. (If you want to use the finder to navigate instead of the terminal, you can type "open /usr/incl…
MacNN Development by aleph_null

Standard C Libraries in OS X Dev Tools — #3

Thank you aleph_null, you are a great help. I look around at /usr/include and sure enough stdio.h and others are there. I created an empty project, write a hello world C program …
MacNN Development by Luuthan

Applescript and Shell Script Question — #2

Ok....so I've set up some shell scripts and they work ok. Now I want to make them pretty by attaching a GUI via Applescript. I've done this nicely with one line UNIX commands which…
MacNN Development by BostonMACOSX

Applescript and Shell Script Question — #3

in the current version of AppleScript, the do shell script command only works for non-interactive programs (i.e. ones that run, print something, and exit; not ones which run contin…
MacNN Development by Rickster

Applescript and Shell Script Question — #4

Quote: Originally posted by BostonMACOSX: <STRONG>Ok....so I've set up some shell scripts and they work ok. Now I want to make them pretty by attaching a GUI via A…
MacNN Development by Synotic

Applescript and Shell Script Question — #5

one thing you can do if expect is installed on the system is write an expect script to interact with your shell scripts. Then you can use studio as a front end to write a text fil…
MacNN Development by Michael A. Peters

Getting Java App to Save — #2

The developer tools come with a sample Cocoa Java version of a text editor that can save files. Have a look at it.
MacNN Development

Applescript: how to rename a file? — #2

Quote: Originally posted by AJM: <STRONG>Hi, sorry if this is trivial, but I am just starting out. How do I make the Finder rename a file with a script? I can dupl…
MacNN Development by BLAZE_MkIV

Applescript: how to rename a file? — #3

Alright, Mr. AppleScript smarty-pants (I grovel before your greatness...) explain this one... I have a script that takes a URL, parses it down, and attempts to create a folder str…
MacNN Development by Kickaha

Applescript: how to rename a file? — #4

You need to coerce dlDir into an alias for it to work correctly as a location reference for the make new folder command. So, you need to change this line: <blockquote&gt…
MacNN Development by King Chung Huang

Packet sniffing help — #2

Quote: Originally posted by 3R1C: <STRONG>Im trying to figure out how the program "CDCoverTool 1.0B5 OSX" (available on version tracker) is getting its album cove…
MacNN Development by petard

Setting minimized window image in AS-S — #2

I have a problem with the minimized image property of a window in AS Studio : it doesn't work . This is the code that I use in the will open and will miniaturize events of a windo…
MacNN Development by Jan Van Boghout

WinTV-Cards with Mac OS X — #2

I was in the support discussion of OSX. I'm going to try this myself very soon. Here's the URL: http://forums.macnn.com/cgi-bin/Foru...ML/002953.html
MacNN Development

Help evaluating Mac OS X with Java — #2

Are you talking about using the Cocoa framework through Java, or pure (portable) Java programming? Through Cocoa, it's easy -- just call print() on the text view, which brings up …
MacNN Development by lindberg

Help evaluating Mac OS X with Java — #3

ThanX for the reply >>>>>>>> Are you talking about using the Cocoa framework through Java, or pure (portable) Java program…
MacNN Development by TheBarty

Help evaluating Mac OS X with Java — #4

NSMutableData data = new NSMutableData(); NSPrintOperation op; op = NSPrintOperation.PDFOperationWithViewInsideRect(.. ., data); if (op.runOperation()) data.writeToURL(someFi…
MacNN Development by lindberg

Here's a challenge... — #2

Moving to OS X Developer. thanks ------------------ the oddball newsletter ------------------ it's only after you lose everything that you're free to do anything
MacNN Development by gorgonzola

Here's a challenge... — #3

Well, the whole login window is a tiff. I think it might be mighty hard to change the textField into a pull down menu, but you can always edit the tiff itself to say "enter guest …
MacNN Development

Here's a challenge... — #4

It seems like all you would need to do is write a new login application that gets opened rather than the default login app. To me it seems there would be several challenges in thi…
MacNN Development
mp.ls