Show
Ignore:
Timestamp:
11/05/09 17:56:15 (3 years ago)
Author:
gbooker
Message:

A lot of Take 3 compatibility. Layouts still need a lot of work though.
Refs #323

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/Browser/SapphireTextEntryController.m

    r790 r939  
    4545         
    4646        title = [SapphireFrontRowCompat newTextControlWithScene:scene]; 
    47         [SapphireFrontRowCompat setText:titleText withAtrributes:[[BRThemeInfo sharedTheme] paragraphTextAttributes] forControl:title]; 
     47        [SapphireFrontRowCompat setText:titleText withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:title]; 
    4848        [self addControl:title]; 
    4949 
    5050        textEntry = [SapphireFrontRowCompat newTextEntryControlWithScene:scene]; 
    5151        [textEntry setInitialText:defaultText]; 
    52         [textEntry setTextEntryCompleteDelegate:self]; 
     52        [SapphireFrontRowCompat setDelegate:self forTextEntry:textEntry]; 
    5353         
    5454        entryComplete = [completetion retain];