Panel window feature request

What is a Panel window?

To quote the Apple Human Interface Guidelines:

A panel is an auxiliary window containing controls, options, or information related to the active document or selection. A panel appears less prominent than a main window, and can behave like a normal window or be configured to float above other open windows—even modal windows.

I’m sure everybody is familiar with panels and how they are used in various applications. The normal Apple color selector is a panel as is the Emoji & Symbols selector panel (note that if you invoke the color selector with the Panorama X colorwheel statement it is opened as a modal window and not a panel).

image

Many applications use various panels for their palettes as in this example of Canvas Draw showing three open panels:

image

A panel window can float atop the main active window and be the key window to receive mouse clicks and keyboard action but can not be the main window. You will notice when using a panel in an application that the main window is always still shown as the active (focus) window even though you might be interacting with a panel window. A panel window is a NSPanel subclass of NSWindow with special attributes. I’m guessing Jim has his reasons for not making this feature available to Panorama X programmers but it sure would be handy if it was.

Here is my version of the implementation of creating a panel window from a form in Panorama X:

OpenPanel FORM, OPTION, VALUE

The options & values would be similar to those in the OpenDialog statement but adapted to meet the needs of a panel window. A panel might be able (I’m totaly guessing here) to be linked to just the file that created it or a certain window and disappear temporarily if that file or window is not active. It could also be set to be available to all open files and windows and silently float above all the them but never interfere with their normal operation. When the application is not active the panels normally disappear until the app is the active application again.

I just see a whole lot of possibilities if this feature was available including auxiliary tool palettes and floating information panels. I’m always hesitant to offer suggestions for new features because I hate being shot down in flames - but since I feel pretty strongly about this I’ll put it out there anyway and wait for Jim to chime in with all the horribly unspeakable disasters that would surface if this was actually implemented. :grimacing:

I can’t remember if I ever investigated a feature like this. I think I didn’t simply because there have been so many other higher priority to-do items on tap.

A related idea that I definitely did look into was an NSPopover window. Here’s an example.

I thought (and still do think) that this would be extremely cool. Unfortunately, it turned out to be quite complicated to implement with a Panorama form, so I had to put that on the back burner. Hopefully at some point I will be able to come back to that, and I would probably look into making NSPanel available at that time also. I agree it could be quite cool.

Do you use and like Canvas Draw? I used to love the old old versions of Canvas back in the late 80’s early 90’s, and was quite excited when a new version appeared. But then I got distracted and never looked into it, and it never seemed to get any media attention and I forgot all about it. Should I look into it?

I got Canvas Draw as soon as it was available once again for the Mac. Mainly I needed to have access to my legacy Canvas files from years past. Today I usually use Graphics since it is simpler and has some nice features, but I open Canvas if I expect to get into more involved things. I recently got a notice for the Canvas Draw 6 upgrade @ $99. I don’t think I’ll take advantage of that at this time because of my limited use.

These items must be related because in TextEdit if I open the Emoji & Symbols panel it will first open as a popover panel but allow you to drag the top and it becomes a standard panel.

I used Canvas for years until I discovered EazyDraw - it’s powerful, easy to use and has excellent documentation but, in the present context, it’s worth noting that almost every feature has its own quite detailed panel which I find very helpful:

You just open and close each one as you need it - they don’t really clutter up the design as I’ve shown here. I’d love to see this option in Panorama but it’s by no means a trivial journey to commence!