You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
For the first time I've packaged an app in Windows. That's a good feeling - everything is working out of the box. Except one thing - my frameless windows isn't frameless (as it is on my Mac). I set the frameless option in package.json so what gives? Any ideas?
-Vibeke
Vibeke
unread,
Oct 31, 2013, 4:17:23 AM10/31/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
I should be precise: Even though I have a frameless window I still on windows see the address bar, the back/forward buttons etc. This is not the case on OSX.
So my question is: How to remove the address bar + buttons when using Windows?
-Vibeke
Vibeke
unread,
Oct 31, 2013, 4:34:51 AM10/31/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
To answer my own question: "toolbar": false in package.json does the trick.
Apparantly this is the default for frameless windows on OSX but not on Windows.
Kaiyang Lv
unread,
Nov 18, 2013, 4:12:15 AM11/18/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
Check frameless windows demo Here. Hope it will help you.