Neutralinojs is a lightweight and portable cross-platform application development framework. It lets you develop native applications using JavaScript/TypeScript, HTML and CSS.
Questions tagged [neutralinojs]
55 questions
0
votes
0 answers
How does an app receive data from an extension?
I have an app that implements sending the event "eventToExtension" from an app to an extension as found here. My app launches the sample extension from the repo. The app dispatches the event and it is successfully received by the extension that…

user7915231
- 1
- 1
0
votes
0 answers
Provide a default filename for the "Save as" in showSaveDialog
Is there some way to provide a default value for the "Save as" field displayed in the showSaveDialog?
Currently, it defaults to "untitled" (see below). This is not useful when an app user already has indicated what they want to save. I get around…

user7915231
- 1
- 1
0
votes
0 answers
Neutralinojs with vitejs and litElement
I would like to try the NeutralinoJS using viteJS and litElement.
I have followed https://neutralino.js.org/docs/how-to/use-a-frontend-library but i can't get it to work.
What i have tried:
After initializing the neutralinojs app with neu create…

Boguz
- 1,600
- 1
- 12
- 25
0
votes
1 answer
blank window when lunching .exe produced by neutralino build release command
I've tried neutralino.js ( javascript framework for building desktop application using web technos).
The first time i run the program , every thing work right. But after running the neu build --release and lunching the .exe file in dist folder, I…
0
votes
1 answer
NeutralinoJs is not working in Raspberry Pi 3 (Using 32bit Raspbian OS)
I have to create a simple GUI app with 3 screens so I decided to use more light-weight and less ram memory using techstack. I tried PyQT, Java swing, JavaFx all these are taking too much memory.
But neutralino impressed me. It is taking 1.5MB to…

Vishnu KR
- 718
- 1
- 8
- 22
0
votes
3 answers
How to fix neutralino white screen?
I created a blank neutralino js application and when I turn it on using the neu run command, a white screen is displayed. I used the CheckNetIsolation.exe ... command and it still doesn't work.

Babantos
- 11
0
votes
1 answer
How to show/hide the main app window in NeutralinoJS?
I have a tray app that needs to start up without a main app window (or with it hidden). If the users selects a specific tray menu item, I want to open a window to allow them to perform a task and then close or hide it again.
Is it possible to…

TinoK
- 301
- 1
- 9
0
votes
1 answer
neutralinojs and Blazor in Linux
I try some platform to create Linux Desktop application with Blazor (Including ElectronNET), but in most case its empty self advertising without really opportunity to do even simplest task.
Therefore I'm still in searching a good platform to make…

Viacheslav
- 1,054
- 12
- 16
0
votes
1 answer
Can I get the start-up arguments in Neutralinojs?
I'm trying go make an application able to run a file type, I want to get the path to the file which the user opened the app with.

moamen
- 169
- 1
- 7
-2
votes
1 answer
How to code neutralinoJS to move the window to 0,0?
Clueless dude here that does not get any results with anything in neutralino except HTML and CSS mods.
I have to neu build because CheckNetIsolation does nothing on my x64 Windows 10 Pro machine. So I can run the "myApp" executable. While that's…

ClintonGallagher
- 99
- 2
- 13