Search results

  1. dadidoe

    Questions regarding transferring of info (and #?) to new iPhone 3G S

    First sync your old iPhone with your computer. Then plug in the 3gs and sync it. I don't know about number transfer, you should go to AT&T for that.In the UK it's only possible within 30 days of owning the iPhone, not sure how it works in the US.
  2. dadidoe

    How Do I Verify "Factory Unlocked"?

    Well, simply insert a SIM Card from a different provider.Here in the UK, my iPhone is locked to O2-UK, so in my case I could test the unlock by inserting a T-Mobile SIM.Since you're in the USA, AT&T is responsible for the iPhone. So try inserting a Verizon SIM Card and see if it works!
  3. dadidoe

    need help with new ipod mini 2nd generation

    Attach your iPod on your song's account and sync it from there,it's easier.I think it has to do with the account switching.
  4. dadidoe

    NSTextView not updating String

    Hi, I am building a XCode console like window to help users debug my BETA app.The Console is a window with a NSTextView in it.On "applicationDidFinishLaunching:", I've implemented a welcome message:[console setString:@"Welcome to the Console etc"];.When an IBAction is being executed,such as...
  5. dadidoe

    iPhone 2.2-Loading External XIB

    Hi, I've been trying to make a connection between a button in my MainMenu.xib and MyVideo.xib, but all the attempts I've made resulted to a freeze-up. I'm new to iPhone development-does someone know the code? Thanks :)
  6. dadidoe

    http:// insert fails to work, giving me a 0?

    Hi, I'm working on a browser and it needs automatic http:// substitution. However, whenever I click on go, the whole URL gets replaced with either a 0 or a 1. Not very useful. I can't find the issue here. Can someone help out?:) Here is my .h file: #import <Cocoa/Cocoa.h> @class...
  7. dadidoe

    Autoclose Window

    Hi, currently I am working on a Splash Screen. It's being displayed but not autoclosed. Instead the Mac OSX "Bottle" Sound comes every 5 seconds.(that's what I set the NSTimer for)The Window is named window2. Can someone tell me what I have done wrong? -(void)awakeFromNib//I must ensure...
  8. dadidoe

    Put App into Menu Bar

    dangerous in what way :P
  9. dadidoe

    Put App into Menu Bar

    i got it now :) thanks
  10. dadidoe

    Put App into Menu Bar

    thanks ed this is what i needed. what do I need to replace the TheItem with though?
  11. dadidoe

    Put App into Menu Bar

    Tapir sounds good but is shareware and isnt too customisable. I need to build this for my own app, how can I do that using Objective C?
  12. dadidoe

    Put App into Menu Bar

    How is it possible to put app related information into the menu bar, such as the Airport Icon for example?
  13. dadidoe

    Remove Font Trait fails to work!

    I was using the Font Manager cube in Interface Builder, in order to make a bold font I tagged it using number 2 and connected it to "add font trait". But how do I remove the bold font? RemoveFontTrait didnt work, tagging it -2 and connecting it to removeFontTrait doesn't work or tagging it as 2...
  14. dadidoe

    NSDrawer Problem

    Hi, I've got a NSDrawer, but I ran into 2 problems. The first one is that the drawers size is too small, can someone give me a snippet i can use? Secondly, how can the NSDrawer AutoOpen when the app launches? thanks
  15. dadidoe

    Loading External NIBS

    How can I open a nib included in my project? I got this, but it doesn't work. [NSBundle loadNibNamed:@"AboutPanel.nib" owner:self] Could anyone please help me?
  16. dadidoe

    Bindings don't work in NSToolbar?

    I'm trying to set a binding for enabled in the NSToolbar, but it doesn't get applied. Can anyone tell me how to make it work?
  17. dadidoe

    iTunes Help

    select all of them, right click and select Get CD Track Names. If that won't work you'll need to enter them manually.
  18. dadidoe

    Non-iPod with iTunes?

    From what I heard there are a few supported mp3 players that are supported, but the sync funtion is not. So it makes no difference if you drag music files over or do it on iTunes.
  19. dadidoe

    X-Code for iPhone Problem

    I have specified my .Mac Sharing Certificate & Created a new one. Specifying any of them fails to fix the error.
  20. dadidoe

    X-Code for iPhone Problem

    i cleaned it and touched files, no change. All I changed was the XIB File...
Back
Top