I actually have CW6 and Java working on MacOS X. I'm building and running a Java app which is GUI free (this may make a difference, depending on what Apple has supported).
Just l…
Do you have the JavaDoc Prelinker on? If so, turn it off.
If you can't finish linking because you get some message about the VM initing, this is most likely the result of trying …
No, I can't get it to work either. When I use the Java Application wizard to make a new project it says the VM could not be opened and it could not make the source files.
Crap. No…
No, I can't get it to work either. When I use the Java Application wizard to make a new project it says the VM could not be opened and it could not make the source files.
Crap. No…
I'm sorry that I did not see this thread sooner.
Have you installed CWPro 6 according to the instructions on this thread, http://forums.macnn.com/cgi-bin/Foru...ML/000067.html ?
…
Thanks for ur cooperation.
But i have tried to set the properties during the creation of the installer through the MRJApp.properties:
IO redirection: $CONSOLE
It worked.
Now th…
I don't know about text colour, but to get a count and icon you could do something like this:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font>…
Okay, looks like Fraser answered for me. Good.
The current version of OADockStatusItem was (re)written with a very specific purpose in mind... we didn't want to have generalized (…
I've managed to get OADockStatusItem to work. I've also replaced the left center and right tiffs of the badge background in the framework to use a 'Mail.app like' red badge. My o…
Quote:
Originally posted by Rickster:
<STRONG>Okay, looks like Fraser answered for me. Good.
The current version of OADockStatusItem was (re)written with a very s…
The NSSTRINGIFY problem only occurs if you're using the gcc3 compiler. Switch back to gcc 2.95 and you'll be fine.
Remember, you should only use the beta gcc3 compiler in the Apr…
Hmmm...I thought you had to explicitly choose GCC3 in a build setting, which I didn't do. I wasn't intending to use GCC3, so I'll check that again.....
Fraser
I'm talking from memory here, but I think you have to put all the build products in the same directory. In PB's Build preferences, choose the radio button that's labelled 'put bui…
Yeah. In Build Preferences, choose "Separate Location for build products" and "Put intermediate build files with build products" and it should all build OK.
Actually, I did choose the "Separate Location for build products" and "Put intermediate build files with build products" under "Preferences" -"Build" menu, and used the following p…
Problem Solved!
The latest OmniFrameworks are not compatible with the April Developer Tools (still Beta). I uninstalled the April tools and reinstalled the December Tools and ever…
Actually I got it to build alright with ther beta tools. I had to comment out one portion of the define clauses which seemed to be giving it fits, but otherwise it works fine.
F-…
Quote:
Originally posted by everdream:
<STRONG>I have a program where I need to use arrayWithContentsOfFile in awakeFromNib. I also need to use writeToFile:atomic…
To clarify, you declare your array by
NSMutableArray *myArray;
in your .h file. Then you can allocate and fill it with
myArray = [NSMutableArray arrayWithContentsOfFile:blablabla];…
Yes, as Juan says, let us know what you think - especially in context of someone who doesn't know how to program at all (or is this one of those books which assume you know C/C++ a…