Re: Scripting Bridge warning: 'no class for scripting class iTunesBrowserWindow'

2011-10-24 Thread Matt Neuburg
On Sun, 23 Oct 2011 20:22:40 -0400, Gabriel Roth gabe.r...@gmail.com said: I think iTunesBrowserWindow *is* the classForScriptingClass and that you want to ask for classForScriptingClass:@browser window. m. Yes, that seems to be correct. Thanks! Actually when I said I think I was just being

Re: Scripting Bridge warning: 'no class for scripting class iTunesBrowserWindow'

2011-10-23 Thread Gabriel Roth
I think iTunesBrowserWindow *is* the classForScriptingClass and that you want to ask for classForScriptingClass:@browser window. m. Yes, that seems to be correct. Thanks! ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

Re: Scripting Bridge warning: 'no class for scripting class iTunesBrowserWindow'

2011-10-22 Thread Matt Neuburg
On Thu, 20 Oct 2011 15:39:54 -0400, Gabriel Roth gabe.r...@gmail.com said: if ( [theWindow isKindOfClass:[iTunes classForScriptingClass:@iTunesBrowserWindow]] ) I think iTunesBrowserWindow *is* the classForScriptingClass and that you want to ask for classForScriptingClass:@browser

Scripting Bridge warning: 'no class for scripting class iTunesBrowserWindow'

2011-10-20 Thread Gabriel Roth
Hello all: The Scripting Bridge header file for iTunes identifies iTunesBrowserWindow as a subclass of iTunesWindow. But when I run the following code: iTunesApplication *iTunes = [SBApplication applicationWithBundleIdentifier:@com.apple.iTunes]; SBElementArray *windows = [iTunes