nwutils / nw-sample-apps

Sample Apps
MIT License
1.95k stars 551 forks source link

In the fileexplorer demo the left-handside links don't work #16

Closed DinisCruz closed 9 years ago

DinisCruz commented 9 years ago

here is what it looks like

image

I am able to click on the navigation links (middle-right) and on the folders, but nothing happens when I click on the left-hand side links.

I'm on OSx and here is the npm install nodewebkit logs:

image

linquize commented 8 years ago

I use nwjs 0.15 and 0.16, encounter this error when pressing "About" link

Error: Invalid value for argument 2. Property 'toolbar': Unexpected property.
    at validate (extensions::schemaUtils:34:13)
    at Object.normalizeArgumentsAndValidate (extensions::schemaUtils:117:3)
    at Object.<anonymous> (extensions::binding:414:30)
    at Object.about (chrome-extension://npfnmehgalggmdjddldgojjmnapbkmgd/main.js:18:34)
    at HTMLAnchorElement.onclick (chrome-extension://npfnmehgalggmdjddldgojjmnapbkmgd/index.html:33:65)
linquize commented 8 years ago

I have to remove 'toolbar' property in the param object to call gui.Window.open()