Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  BYOB: Build Your Own Browser, Part 3
Subject:   Prefrences
Date:   2004-11-12 15:27:04
From:   Nemisis
What am I doing wrong? I'v done everything how it say's but prefreces wont apply or save, but defualt homepage does?
if i add
[p setLoadsImagesAutomatically:YES];
to
- (void)awakeFromNib
then images will load, but they dont work from
- (IBAction)apply:(id)sender
apply saves the homepage but not the prefrences and doesn't apply the prefrences.
Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Prefrences
    2004-11-13 03:22:15  Nemisis [View]

    I'v found the problem, I was testing the prefrences befor adding the ignore content code so when apply called to save conntent on the lines above prefrences it exits the apply call, to solve this with out add ignore conntent code, either comment it out or more it to the bottom of the function.