sciter-sdk/pysciter

view.selectFolder() shows nothing

mice2100 opened this issue · 1 comments

Windows 10./Python3.8.2

I borrowed the main py from examples/pysciter.py
The TI code snap is:

self.on("click.func", "#btnBrowser", function(evt){
var fn = view.selectFolder();
view.msgbox("here...");
});

This just shows the message box, nothing happends to selectFolder(). Any idea?

Somehow this works today. I guess this might be caused by other script.