I wanted to recompress a bunch of jpg images to jpeg 2000 (.jp2) to save space on my MacBook. I discovered that Spotlight will not index metadata in .jp2 files. Great. I hope th…
Quote:
Originally Posted by streetlightm
butler owns spotlight (except for the part where spotlight can search inside files)
http://www.petermaurer.de/nasi.php?t...prache=engli…
alright my powerbook's (1.33/15in/60gb/combo/apx/bt) one year anniversary will be coming up right away in early april. so far i have found the osx computing platform to be more sec…
I think I've seen reviews of Toast that discuss about its XA capabilities, but I don't actually own it myself.
Firestarter (free) might also do this, but I know that some of its f…
you can do xa in toast, but the limitation is that it needs to be bin/cue files or multi track (ick) (not good for avi files). there is not button or menu that allows you to input …
quick question for firestarter fx users. how bloody long does it take to convert a fairly small avi file (say 200mb) to bin/cue? ive been waiting for awhile now and it still says "…
Does the PS2 read DVD-ROMS? if so then u can select DATA -> DVD-ROM UDF copy your files then burn this to a CD or DVD disk...yes and u can burn UDF to CD's!! Maybe this will wo…
Quote:
Originally Posted by kitcho
you can do xa in toast, but the limitation is that it needs to be bin/cue files or multi track (ick) (not good for avi files). there is not bu…
did the iso 9660 data mode xa but to no avail. i did however get a premade bin image to work using toast. seems like a partial solution. i think i will get a cheap pc eventually fo…
a little bit of an update on my problem. okay, so i still havent found software for mac that will burn cd's for my ps2 media player (mode2/xa, iso level 2, no joliet, disc at once)…
My PowerBook 80 GB drive has 5.6 GB available. Is this enough for OSX? How much "room" do I have left if any? I have dumped so old large files and backed everything up...... An…
you can also look into removing the localization files for languages you don't actually use. one of these programs will do it for you: monolingual, language cleaner or delocalizer.…
Quote:
Originally Posted by OreoCookie
It is enough. I currently have also just 3-6 GB available. Things can get a bit tight if you have less than 1 GB of space available.
…
Thanks to all who chimed in. I would love a 160 in my 17 incher. If I had that, I wouldn't need another computer for years! I use my 17" with a 23" monitor and it works great fo…
hi everyone,
you’ve probably guessed it, its hard finding how-to’s for OSX users, is there a way for us to use modd skins on the RAZR V3c line of phones?
please help! the defaults …
The V3c is a Verizon phone, and Verizon tends to lock things down to prevent you from uploading stuff via Bluetooth. They would rather you pay them $2 or $3 to change something on …
I know that NSToolbarPrintItemIdentifier sends printDocument: to firstResponder, but I can't find information on how to use NSToolbarShowColorsItemIdentifier. I guess I might not b…
OK, I have created a method to change the text of the NSTextField, that method being:
code:- (void)changeTextColorNSColor *)sender
I have setup a collorWell and set its action to c…
I think what NSToolbarShowColorsItemIdentifier does (or rather, what the NSToolbarItem with that as its identifier does) is show the shared color panel. If that's the case (though …
Well I figured it out. I had to modify NSToolbarShowColorsItemIdentifier with the method, - (void) toolbarWillAddItemNSNotification *)notification. Here is my code if anyone is int…