Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tray not show tooltip on win8.1 #1903

Closed
icode opened this issue May 23, 2014 · 1 comment
Closed

tray not show tooltip on win8.1 #1903

icode opened this issue May 23, 2014 · 1 comment

Comments

@icode
Copy link

icode commented May 23, 2014

global.tray = new gui.Tray({
tooltip: 'tooltip',
title: 'title',
icon: 'app/img/icon_16.png',
menu:menu
});

version v0.9.2

@b1rdex
Copy link

b1rdex commented Sep 12, 2014

@rogerwang confirmed on windows 8.1 with node-webkit 0.10.4

Works only this way:

var tray = new gui.Tray({
  tooltip: 'this not works'
  , icon: 'icon.png'
});
tray.tooltip = 'this works';

@icode icode closed this as completed Sep 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants