Posts

Post not yet marked as solved
1 Replies
366 Views
I am interested in overriding the default find/replace dialog which comes up from the performFindPanelAction method. I want to add additional things you can search for like text color and text style/format. How would I go about doing this?
Posted Last updated
.
Post not yet marked as solved
0 Replies
404 Views
I have code which captures a screen shot of all displays, but what I really want is to capture screen shots of all spaces. Can someone point me at how i do this? Thanks!
Posted Last updated
.
Post not yet marked as solved
2 Replies
2.0k Views
I'd like to detect the difference between close window and close tab so that I can diaplay an alert for command window to make sure the user wants to closee the wndow containing all of the tabs. This is a document based app.I need to do this from the menu as well as from the window and tab close buttons.I have tried using performClose but that isn't called from the window and tab close buttons and using windowShouldClose means I'd have to write some hacky code to tell if that method was being called on all the documents represented in tabs in my windows so I think that is too late.Any pointers?
Posted Last updated
.