Appjs openDialog return value is malformed

using appjs-0.0.20-win32-ia32

window.frame.openDialog({
            type: 'save', 
            title: 'Save...', 
            multiSelect: false, 
            dirSelect:true           
            }, function( err , files ) {
               for(var i=0;i<files.length;i++) {
                  console.log(files[i]);
               }

           });

      

example: 轠 ѓ 轤 ѓ 轤 ѓlo

This issue only occurs on Windows 7 with dirSelect true, it works correctly on Ubuntu 12.04. Also, it works correctly if I used the openDialog dirSelect false mode, which is included in the file list. I tried both 64 bit and 32 bit machines.

+3
appjs


source to share


No one has answered this question yet

Check out similar questions:

8
Questions about AppJS / Tidesdk
7
appjs - compile into a single executable?
2
Deploying Apps with AppJS?
1
AppJs as a browser
1
Splash for appjs apps
1
Makefile for AppJS
0
Sound not playing in appJS and tideSDK
0
AppJS does not display Unicode characters
0
How do I submit a form in appjs?
0
Database local path in Appjs



All Articles
Loading...
X
Show
Funny
Dev
Pics