You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My usecase:
I want to create a menubar app where you can click the icon to open an attached popover which contains a webview. Would be useful to also support dragging of the popover which turns it into a pseudo window. Try ctrl+cmd+space and try to dragging the popover to see what i mean.
@sindresorhus This can acheived using the Tray class in addition to creating a smaller transparent window that goes from hidden to shown when the user clicks on the Tray icon. See TIWindow.create (transparent frame). If the user drags a portion of the window you could then just switch the frame to normal.
May only be available in MacOSX, further investigation on Windows:
https://developer.apple.com/library/mac/documentation/userexperience/conceptual/applehiguidelines/Windows/Windows.html
The text was updated successfully, but these errors were encountered: