Telp
Jan 10, 05:42 PM
If i could come, i would come, however i cant, but i wish i could. Have fun everyone thats going!!
alust2013
Apr 4, 12:03 AM
If it does what you need it to, and does it to your liking, I don't think there is any reason to upgrade.
applekid
Apr 1, 11:44 AM
Not limited edition according to Engadget and Joystiq. Worry not.
Dagless
Mar 20, 11:43 AM
Its a great version of lemmings in fairness and works very well. And at �3.50 you cant really complain about faults etc.
Nice way of telling me it's worth avoiding :D
Nice way of telling me it's worth avoiding :D
more...
OrangeSVTguy
Apr 19, 07:57 AM
Wont the OS 'be PPC', preventing it from booting on intel hardware, and also devoid of drivers? I know the apps included on OS X are UBs, but isn't the 'core' either PPC or x86?
Intel can boot from a GUID(intel) or Apple Partition Map-APM(PPC). Leopard is also universal as it contains all files for both PPC and x86 Macs. All Snow Leopard was basically a stripped down version of Leopard, just removed all PPC support.
I removed a hard drive from my G5 and had it in a USB enclosure and it booted just fine on my 2009 Mac Mini. I was running 10.5.8 even though my Mini shipped with 10.6.
Intel can boot from a GUID(intel) or Apple Partition Map-APM(PPC). Leopard is also universal as it contains all files for both PPC and x86 Macs. All Snow Leopard was basically a stripped down version of Leopard, just removed all PPC support.
I removed a hard drive from my G5 and had it in a USB enclosure and it booted just fine on my 2009 Mac Mini. I was running 10.5.8 even though my Mini shipped with 10.6.
olternaut
Jan 14, 12:22 PM
I'll try but I'll be on MacRumours by half 5, and then I'll watch the video on Wednesday probably.
What the hell?? Wednesday? Aren't they going to post the video tuesday night?????/ :confused:
What the hell?? Wednesday? Aren't they going to post the video tuesday night?????/ :confused:
more...
benbarsh
Oct 23, 06:27 PM
see you all at KOP. Ill be the kid wearing the skinny jeans and thick rimmed glasses, im kind of hard to miss (im a guy BTW). Say your from Macrumors, and we'll talk!
xStep
Apr 4, 07:12 PM
rustywild sent me a private message and this is my response to that.
I only slept 4 hours last night so I might still be misunderstanding. Part of your explanation didn't make any sense given your code.
This is what I believe you have�
A dictionary where the keys will be the left most component that sets up what the right side component should display. The keys are placed into a sorted array. Each time component 0 changes, you want to update the right side component. Each time a choice is made, you want it reflected in two labels. The following code should do that for you. This is untested code.
- (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component
{
if (component == kPotenciaComponent) {
NSString *selectedState = [self.potencia objectAtIndex:row];
// Update values array for key of component 0.
[self.cantidad release];
self.cantidad = [potenciavoltaje objectForKey:selectedState];
[pickerView reloadAllComponents]; // Might not need to load all, but I do.
[pickerView selectRow: row inComponent: kPotenciaComponent animated: YES];
[pickerView selectRow: 0 inComponent: kCantidadComponent animated: YES];
label1.text = [self.potencia objectAtIndex:row];
label2.text = [self.cantidad objectAtIndex: 0];
}
else {
label2.text = [self.cantidad objectAtIndex: row];
}
}
The labels are updated here because that is when the change is occurring in your selection. You may also want to set them when you first setup your two data arrays in your viewDidLoad method.
P.S. Looks like you are a native Spanish speaker. Welcome to the challenge of communicating technical problems in another language. :)
I only slept 4 hours last night so I might still be misunderstanding. Part of your explanation didn't make any sense given your code.
This is what I believe you have�
A dictionary where the keys will be the left most component that sets up what the right side component should display. The keys are placed into a sorted array. Each time component 0 changes, you want to update the right side component. Each time a choice is made, you want it reflected in two labels. The following code should do that for you. This is untested code.
- (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component
{
if (component == kPotenciaComponent) {
NSString *selectedState = [self.potencia objectAtIndex:row];
// Update values array for key of component 0.
[self.cantidad release];
self.cantidad = [potenciavoltaje objectForKey:selectedState];
[pickerView reloadAllComponents]; // Might not need to load all, but I do.
[pickerView selectRow: row inComponent: kPotenciaComponent animated: YES];
[pickerView selectRow: 0 inComponent: kCantidadComponent animated: YES];
label1.text = [self.potencia objectAtIndex:row];
label2.text = [self.cantidad objectAtIndex: 0];
}
else {
label2.text = [self.cantidad objectAtIndex: row];
}
}
The labels are updated here because that is when the change is occurring in your selection. You may also want to set them when you first setup your two data arrays in your viewDidLoad method.
P.S. Looks like you are a native Spanish speaker. Welcome to the challenge of communicating technical problems in another language. :)
more...
devilot
Dec 14, 09:54 PM
Me Want!, Me Want!:)Yeah, seriously... that is awesome, DCV! :D
Beanoir
Apr 18, 11:29 AM
A microfiber cloth usually does the trick, wet it a bit if you need to. For the screen use purpose made screen cleaner solution or wipes, available in all good computer stores.
DO NOT do what my other half did and clean the screen with furniture polish as she did on my new TV....needless to say she suffered for that.
DO NOT do what my other half did and clean the screen with furniture polish as she did on my new TV....needless to say she suffered for that.
more...
fatboyfootball
Apr 28, 05:40 AM
I think a blue or pink one would be great!! Maybe Apple will have a "rainbow" collection of colors? That would be so much fun!!
WesCole
Apr 22, 08:16 AM
I'm a little confused, I understand the OSX and bootcamp win7 on the SSD but why are you partitioning the 750GB HDD? You might want to format the 750GB as mac osx journaled and get macdrive for win7, that way windows can write to both the bootable osx and the 750GB drive.
I have one drive with 3 partitions. SL, Lion and win7 and can share files between each OS. Just a suggestion... :)
I understand that part of the equation, but I was wondering if windows would give me the option to install programs (like office and photoshop) to the second hard drive. For example, would the installer be able to tell that it is a hard drive that windows can use to install programs?
I have one drive with 3 partitions. SL, Lion and win7 and can share files between each OS. Just a suggestion... :)
I understand that part of the equation, but I was wondering if windows would give me the option to install programs (like office and photoshop) to the second hard drive. For example, would the installer be able to tell that it is a hard drive that windows can use to install programs?
more...
Blue Velvet
Sep 25, 08:51 PM
how to post a pic?
Either link to one on the web placing the URL within the xxx tags (check the little yellow box above the reply field) or...
When posting a reply, use the 'Manage Attachments' function where it says 'Additional Options' just below the reply field � you can upload a picture from your computer this way.
Either link to one on the web placing the URL within the xxx tags (check the little yellow box above the reply field) or...
When posting a reply, use the 'Manage Attachments' function where it says 'Additional Options' just below the reply field � you can upload a picture from your computer this way.
c2kvette
Dec 22, 07:02 AM
Try the ice>Link from Denison
http://www.dension.com
http://www.dension.com
more...
alust2013
Jul 28, 07:51 PM
I'm thinking the car broke down. It is no easy feat to get a car onto a flatbed without the key.
talmy
May 6, 12:49 PM
Looking at the GUI aspects, Lion seems to be optimized for small screens and is particularly irritating for using with multiple displays. "Full Screen" blanks any secondary displays! Agree that Launchpad looks ridiculous.
I don't like the change in operation for Spaces, and the change in keyboard assignment seems gratuitous, but at least the assignments can be changed back.
However the changes "under the hood" (particularly resume, version control, and off-line TimeMachine) look good indeed, but most will require updated software. I expect the iWork suite to be updated at the time of Lion's release, which will help. Other Apple-centric developers will certainly play along, but I expect long waits for Microsoft Office and Adobe CS.
I don't like the change in operation for Spaces, and the change in keyboard assignment seems gratuitous, but at least the assignments can be changed back.
However the changes "under the hood" (particularly resume, version control, and off-line TimeMachine) look good indeed, but most will require updated software. I expect the iWork suite to be updated at the time of Lion's release, which will help. Other Apple-centric developers will certainly play along, but I expect long waits for Microsoft Office and Adobe CS.
more...
LimeLite
Jul 25, 09:04 PM
Why don't you go to the website of the manufacturer and look for a driver for OS X? I'm assuming this is an HP, if it is, they have a bunch of drivers that sometimes have to be installed first.
MisterMe
Jan 26, 09:15 AM
Hi!
I need some advice on a good guide to selecting a font to go with logos or illustrations pleeease :) ...derickm's link in Post No. 5 is a gross simplification of the steps required to select the typeface(s) used in a logo. You don't give a hint what the logo is for. It could be a product, business, school, church, service, anything .... Whatever it is, its logo says everything about it in a glance. Not only does the logo for a funeral home require different typefaces than a burger joint, but also a five-year-old burger joint requires different typefaces than a 60 year-old burger joint. Many concerns use original custom typefaces in their logos. Think Coca Cola, General Electric, Ford, Burger King.
Only persons who are personally familiar with what the logo will be used for have a clue about the proper typefaces(s) to be used in it.
I need some advice on a good guide to selecting a font to go with logos or illustrations pleeease :) ...derickm's link in Post No. 5 is a gross simplification of the steps required to select the typeface(s) used in a logo. You don't give a hint what the logo is for. It could be a product, business, school, church, service, anything .... Whatever it is, its logo says everything about it in a glance. Not only does the logo for a funeral home require different typefaces than a burger joint, but also a five-year-old burger joint requires different typefaces than a 60 year-old burger joint. Many concerns use original custom typefaces in their logos. Think Coca Cola, General Electric, Ford, Burger King.
Only persons who are personally familiar with what the logo will be used for have a clue about the proper typefaces(s) to be used in it.
Stephen1025
Jun 23, 04:54 PM
Me either! Clerendon is definitely looking busy, so *hopefully* Reston will be alright. I've tried calling the store all day and cannot seem to get a response out of them on anything, much less when they'll let people line up, how many they'll have, etc.. =/
Probably going to try and be there around 4 or 5.
Probably going to try and be there around 4 or 5.
Nereus
Dec 16, 06:14 PM
I pulled out the battery but there is no AirPort "door" as described in the document. What should I do now? :confused:
nevermindxntrik
Apr 17, 02:30 PM
I love my G5 PowerPC- works beautifully, but I'm looking to upgrade from the PowerPC chip set to an Intel set, since it appears the software people don't want to support it anymore. I want to know if I can cannibalize my old Power Mac- just install the hard drives and memory into a couple of Intel Mac Pros that I'm looking at. Bottom line: are the memory and hard drives compatible?
PlaceofDis
Feb 9, 12:27 PM
looks good, maybe add in possible upgrades for each computer, so you know what you can get BTO, just an idea, and i think perhaps columns would work better for a side by side comparison good work though, thanks
mad jew
Dec 16, 05:42 PM
Perhaps you should try removing the file com.apple.airport.preferences.plist from the folder you find it in. Perhaps some of the preferences are corrupt.
Also, I'd check to make sure the antenna is plugged in correctly. :)
Also, I'd check to make sure the antenna is plugged in correctly. :)
sammich
Apr 2, 08:53 AM
When Leopard was released, the minimum requirement was a machine with a 867 MHz G4 or better. The installer blocked it from installing on a machine that was lower. However, with a little bit of work, you could install it (with some caveats, depending on the machine).
So it's entirely possible that someone will release a hack that will allow Lion to run on unsupported machines.
So it's entirely possible that someone will release a hack that will allow Lion to run on unsupported machines.
0 comments:
Post a Comment