Open
Description
I tried this code,but found nothing happened, node-v0.10.33, node-webkit-v0.8.6
// Load native UI library
var gui = require('nw.gui');
// Create a tray icon
var tray = new gui.Tray({ title: 'Tray', icon: 'img/icon.png' });
// Give it a menu
var menu = new gui.Menu();
menu.append(new gui.MenuItem({ type: 'checkbox', label: 'box1' }));
tray.menu = menu;
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.