appjs Questions
3
Solved
I'm trying to write a file with the users authentication data to the disk. To achieve this I wrote the following function:
function writeAuthFile(data, success, fail) {
var fs = require('fs');
f...
Sciurine asked 16/2, 2015 at 15:40
5
Solved
I'm using nodejs and chromium for my desktop app. The problem is that I can't open pdf files in chromium. So I googled and found that most of the answers are related to mozplugger plugin. I install...
Garbo asked 25/2, 2013 at 13:4
3
Solved
I am having a tough time figuring out how to access a page loaded in an iframe from the outer page. Both pages are local files, and I'm using Chrome.
I have an outer page, and many inner pages. Th...
Ammoniac asked 30/7, 2013 at 15:2
3
I've spent all night trying different tools for building cross platform desktop apps via html5 and so far appjs seems to be perfect. I've only been playing around with the windows executable-based ...
1
Solved
So not sure if this would be the correct place to ask these but I know I could perhaps get some answers.
I am getting into Meteor and now would like to make some desktop apps. I was going to go th...
Eolande asked 28/11, 2012 at 5:18
1
Solved
Here is how I run my js code:
node --harmony ./data/app.js
Now I want to move to the CoffeeScript. So I try to run it like that:
coffee ./data/app.coffee
And it fails. How can I pass this --h...
Floyfloyd asked 25/11, 2012 at 4:13
1
© 2022 - 2024 — McMap. All rights reserved.