{#}  Replies are directed back to [EMAIL PROTECTED]
{#}  To reply to the author, write to IDEGUTI Masaya <[EMAIL PROTECTED]>

Hi,

On Saturday, November 10, 2001, at 05:42  AM, Eric Peyton wrote:

> Yes, but this would require the user to specifically choose a service 
> that they are adding a buddy too before entering the buddy name.  It's 
> not a simple approach.

Isn't it enough to change labels when the user changed the service 
popup, like the code below?

- (IBAction)popUpChanged:(id)sender
{
    switch ([popUpMenu indexOfSelectedItem]) {
         case 0:
             [textField setStringValue: @"John"];
             break;
         case 1:
             [textField setStringValue: @"Paul"];
             break;
         case 2:
             [textField setStringValue: @"George"];
             break;
         case 3:
             [textField setStringValue: @"Ringo"];
             break;
         }
}

Sorry if I missed something.

Best regards,
-------------------------------------------------------------
Doh -- a beer, I need a beer
Ray -- the man who buys me beer
Me -- the one who drinks the beer
Far -- a long way to the pub!
So -- I really want a beer
La -- la, la, la, la, la, la!
Tea? -- no thanks I'll have a beer!
That will brings us back to...
Doh -- a beer...

IDEGUTI, Masaya
Kyoto University, Graduate School of Human and Environmental Studies
Give Peace a Chance!


{#} ----------------------------------------------------+[ fire ]+---



Reply via email to