SkylarEC
12-06-2007, 05:21 PM
Holy crap. After spending the last week (actually almost two weeks) banging my head against the wall, I finally realised my problem.

You see, my apps were all launching only from Terminal, and not from SpringBoard. That's why I made Bluetooth.app, just to prove to myself that I could actually make something. Well I finally figured out why that happened. And it's so simply, I had to laugh.

When you are making your apps, don't forget to set the view in the HeaderFile. Otherwise the app will load, but the view won't (and the iPod will freeze up).

UIView *preferencesTable;

Shizam! Now I can finally get continue working on my little pet project. Although I might start from scratch and recode it the way spicychicken told me to rewrite it.

I need to sleep on it. Sorry for wasting your time, I just needed to let off some steam.

jmiz9000
12-06-2007, 05:29 PM
so when should it be done?

SkylarEC
12-06-2007, 05:31 PM
so when should it be done?

Patience, patience. I have to work a 12 hour day tomorrow (3am 'til 3pm), and I'm planning on getting wasted this weekend (as usual). So I don't expect to actually get to work on it until next week.

Scythal
12-08-2007, 05:31 AM
Wow, sounds like a job to die for... Happy wasting then ;)

RazerM
12-08-2007, 04:12 PM
What project are you working on Skylar? Glad you got it working.

I spent ages trying to find out why my views wouldnt change, I kept double checking the headers, and the class definitions. It ended up I had missed this line in applicationDidFinishLaunching:
sharedInstance = self;
so the other classes (with views I was trying to switch to) could not call members from my main class.

Blake
12-08-2007, 04:17 PM
Glad you figured out your problem...
Getting wasted will help get your mind off of it.

rokrboy
12-08-2007, 04:21 PM
Glad you figured out your problem...
Getting wasted will help get your mind off of it.

thats funny..this uiview thing sounds cool, good luck.