a newbie question:
can you actually tell an application (like iTunes) to open a window, built in interfacebuilder?
i want to achieve the same effect that you get when you do something like this in applescript:
tell app “iTunes”
display dialog
end tell
so to speak, make a dialog appear in a targeted application.
?
jns