Here is a short video demonstrating how to add the AVWindow Objective-C class to an AppleScriptObjC project. The AVWindow class can be found in the tutorial "Adding a Titlebar Accessory View to a Window" by Matt Patenaude located at http://iloveco.de/adding-a-titlebar-accessory-view-to-a-window/
View more videos at http://allancraig.net
@omfgimagic NSWindow has a method makeKeyAndOrderFront: Set the popup item to link to a handler like the one below.
on activateWindow_(sender) OtherWindow's makeKeyAndOrderFront_(me)
end
AllanCraigTutorials 1 year ago
how do i set this up so that if one of the buttons is clicked eg. Item 1 , it will bring theWindow to the front (a property that i linked to another window)
omfgimagic 1 year ago