From f8b15427731ec2d8b6374baa51f5d133a209121e Mon Sep 17 00:00:00 2001 From: Joseph Spiros Date: Mon, 7 Apr 2003 23:30:22 +0000 Subject: [PATCH] did what I could to implement showPrimaryInterface... Alex, could you try and finish the rest? --- iTunesRemote.m | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/iTunesRemote.m b/iTunesRemote.m index c7850d0..412b5e5 100755 --- a/iTunesRemote.m +++ b/iTunesRemote.m @@ -72,13 +72,11 @@ - (BOOL)showPrimaryInterface { // Make this into AppleEvents... shouldn't be too hard, I'm just too tired to do it right now. - //tell application "iTunes" - // set frontmost to true + [[ITAppleEventCenter sharedCenter] sendAEWithSendString:[NSString stringWithFormat:@"data:long(%lu), '----':obj { form:'prop', want:type('prop'), seld:type('pisf'), from:'null'() }",YES] eventClass:@"core" eventID:@"setd" appPSN:iTunesPSN]; + // Still have to convert these to AEs: // set visible of browser window 1 to true // set minimized of browser window 1 to false // set view of browser window 1 to (playlist (index of current playlist)) - //end tell - //Someone do this plz kthx return NO; } -- 2.20.1