Anthony Catel

Results 16 comments of Anthony Catel

Yes it's available (GTK and macOS) :) https://github.com/nidium/Nidium/blob/master/src/Binding/JSWindow.cpp#L1119-L1120 ```javascript window.openFileDialog(["jpg"], function(files) {}); ``` Not implemented the save dialog yet though. Dragging files from the Desktop to the Window is also...

For reference, the GTK implementation is here : https://github.com/nidium/Nidium/blob/master/src/Interface/linux/X11UIInterface.cpp#L69

We probably want to open the guide stuff for contribution. I'll try to figure out this asap

Indeed there is no save window. If this is something you really need to continue, this is something pretty straightforward to create.

Indeed IIRC this was quickly added. A better way would be to provide a more complete Child process API (but something more simpler than the one provided in NodeJS). In...

Adding custom section with objcopy `objcopy --addsection sname=file oldelf newelf` Example of extracting custom ELF section : https://github.com/foxx/elfdataembed How to get the current executed file path (usefull to self clone)...

Indeed. There is a confusion between Interface and System. We should reorganize the code in System to remove any frontend related code.

This should be fixed by https://github.com/nidium/Nidium/commit/1d4af802cc72626e80d8163240c17d6ee64ba2b9 Can you confirm?

@verpeteren debug build or normal build?

Is this the same problem than : https://github.com/nidium/Nidium/issues/52#issuecomment-279160319 ?