Releases: jtg-gg/node-webkit
Releases · jtg-gg/node-webkit
nwjs-v0.12.0-linux-arm
nw-v0.12.0 [Build][Linux] arm compatibility
Node Webkit v0.10.2 with transparency support
nw-v0.10.2-transparency [Transparency][Linux] implement the transparent window, using expose-…
nw-v0.9.2-jtg-gg
New features:
Notification for MAC and WIN
see this sample code http://jsfiddle.net/yoshi6jp/Umc9A/
the windows bubble icon size must be >= 32x32 pixels
Window.requestAttention(integer number)
on MAC:
- -1 bounce 1 time, the existing "true" value
- 0 stop the bounce, the existing "false" value
- >=1 bounce infinitely these will only works if the app is in background
on WIN:
- -1 blink 4 time, the existing "true" value
- 0 stop the blink, the existing "false" value
- >=1 blink according to the number
Window.setProgressBar(double number)
- normal number input is from 0 .. 1
- value < 0 will deactivate the progress bar
- value > 1 will show indeterminate progress bar