How would I scroll a NSStatusBar I came up with a temporary fix but if there is a better way please tell me.
- (void)timer:(NSTimer *)t {
   if (scroll) {
      if ([info length]>5 && lasts != [info length]-4) {
[musicMenuItem setTitle: NSLocalizedString([info substringWithRange:NSMakeRange(lasts, 5)], @"")];
         lasts++;
      } else {
         lasts = 0;
      }
   }
}
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to