Questions tagged [osx-tiger]

Tiger is the code-name of MacOS X 10.4, the fifth release of Apple's operating system for Macintosh computers.

Tiger is the code-name of MacOS X 10.4, the fifth release of Apple's operating system for Macintosh computers.

Related tags

36 questions
1
vote
2 answers

Why does the dialog I created in Leopard look terrible in Tiger?

I have created a simple NSWindow with an NSTextField and an NSButton in Interface Builder on Leopard. I set the window background color in my program. Everything looks fine when I run the program in Leopard. But when I run it in Tiger, the…
gauss256
  • 2,603
  • 4
  • 23
  • 23
1
vote
4 answers

javac says int (x = 1); is not a statement then says ';' expected. What's wrong with my code?

I'm on a Mac Mini G4 trying to learn Java. When I try to compile "DooBee.java" by typing "javac DooBee.java" at the terminal I get two errors. This is what my terminal looks like: > nephi-shields-mac-mini:/developer/MyProjects > nephishields$ javac…
user588389
1
vote
1 answer

How can I compile my application for iOS on Mac Tiger with NeoMAD?

Running NeoMAD on iMac Tiger, I am not able to compile my application for iOS.
1
vote
3 answers

Can't even install just xcode from iphone sdk on my Mac OSX 10.4

I'm trying to do the iphone sdk workaround for my Tiger Mac OSX and it seems that step one is just to install whatevr can be installed...well I can't even select my harddrive for destination because it's not Mac OS X 10.5. Any thoughts on why I…
Shubha
1
vote
1 answer

Why are Core Data SQLite stores not backwards compatible from OS X 10.8 to 10.4?

If my app creates a new Core Data store on Mountain Lion (SQLite 3.7.12), the same app receives a NSPersistentStoreInvalidTypeError error when trying to open the file on Tiger (SQLite 3.1.3). Running the sqlite3 command-line tool on the Tiger Mac…
Michael Tsai
  • 1,945
  • 17
  • 41
0
votes
1 answer

Is it unwise to use XCode 2.5 instead of 3.x/4.x?

I've been looking into a cost-effective way to get into iOS App development. I'm thinking games now, but I could go in a lot of directions. I've got a windows rig, and found a VMWare solution. And although it's possible to virtualize os-x on…
tmsimont
  • 2,651
  • 2
  • 25
  • 36
0
votes
0 answers

macos OS X equivalent of Linux .desktop file

I have developed a set of shell scripts that work on Windows and Linux and would like to distribute them for macos 10.4 and following. (They are to help language development workers in minority languages keep their software up-to-date. You can read…
JimH44
  • 504
  • 5
  • 13
0
votes
1 answer

Using Eclipse for Web Applications

I'm running Eclipse and trying to follow the steps written here for using the Google App Engine. I've pasted what's in the console when I debug as web application. On google's site I've been following the steps. But then when I go to…
user710587
  • 1,263
  • 2
  • 9
  • 4
0
votes
1 answer

Images do not load on website in Safari (Mac 10.4)

I'm having trouble with a website of ours that is not displaying images on Mac Safari The exact same website is on a dedicated server and works fine. When we moved it to a load balanced environment the images stop working only in Mac Safari, but…
DevinB
  • 8,231
  • 9
  • 44
  • 54
0
votes
0 answers

Issue with communicating with an NSView

I've got an NSObject Ive set up controlling a couple of NSWindows. One of these NSWindows contains a custom NSView. I need to tell the NSView to run a method however the view will not do this. Xcode 2.5 tells me that the object may not respond to…
Jobalisk
  • 728
  • 1
  • 6
  • 17
0
votes
1 answer

Sprite transparency in Quartz, Objective C

In Java I can make a background rect colored blue. I can then draw a load of sprites also with blue as the background color. I can then make it so that particular blue does not show up when drawing to the canvas or view as it is here, how do I do…
Jobalisk
  • 728
  • 1
  • 6
  • 17
0
votes
1 answer

Show all NSWindows

Pretty simple idea here, I want to show all the NSWindows in an app. The idea being that there are two windows in the app, one his hidden the other is vissable. I want to show all the windows in the app and then hide one. I can hide the window I…
Jobalisk
  • 728
  • 1
  • 6
  • 17
0
votes
1 answer

Is building on XCode 2.5, OS X 10.4 possible with a OS X 10.11.3

I couldn't find anything in the search so here this goes: I am looking to build an XCode Mac OS X app, and it is required to be compatible with XCode 2.5, which is for OS X 10.4. I have an OS X 10.11.3 with a XCode 7.3.1. I tried downloading XCode…
Michael Shum
  • 2,417
  • 2
  • 11
  • 8
0
votes
1 answer

Errors Installing PIL on Mac OS Tiger

I'm trying to install the Python Imaging Library on Mac OS X 10.4, but I get errors. I'm not sure where the error starts, it's just a huge wall of text when executing sudo python setup.py install. But the last few lines are: ... collect2: ld…
john2x
  • 22,546
  • 16
  • 57
  • 95
0
votes
1 answer

How can I Resolve this Runtime Error that Seems to be Related to Dialog Boxes?

(Intel Mac OS 10.4.11, NetBeans IDE 6.8, SoyLatte 1.0.3) Although I am currently taking a college course in Java and my code is based on a couple of questions from my Java textbook, I would like to make it perfectly clear that this is NOT homework. …
Orion751
  • 65
  • 1
  • 8