Stephan Bogner
Stephan Bogner
I can also recommend [this tutorial](https://www.youtube.com/watch?v=yZQStB6nHuI) by "The Shaggy Dev". I now combined my approach mentioned above with his transition logic and it works really well.
**Some investigation:** - The [copyPath-function is located os.cpp file](https://github.com/neutralinojs/neutralinojs/blob/7044e0f9ed326f760e7f2851ac53befd6c697e83/api/os/os.cpp#L180) - The functionality itself is located in platform_folders.cpp, e.g. [getPicturesFolder()](https://github.com/neutralinojs/neutralinojs/blob/332e7d4915081643b32dcf870d93d97bea2dc09d/lib/platformfolders/platform_folders.cpp#L341) - The Trash locations on different OSes to enhance `os.getPath("trash")`: -...
I'd also appreciate this (mainly to preserve image orientation/rotation). **My workaround:** I [found an example](https://github.com/paolobarbolini/img-parts/blob/fa23682517eed028ce0061e670d93fe6c5aaf9eb/examples/image-rs/src/main.rs) on how to integrate `img-parts` with `image` ... but I couldn't get it to work....
**To add to the discussion:** I am trying to find a proper way to disable all interactions for a certain element. For example: - A grid of buttons that when...
@mhilbrunner and @AThousandShips Thanks for your help ❤️ Should be good now (hopefully)
Ok damn. Will have to get the build tools working locally to be more efficient 😅
@mhilbrunner @AThousandShips Seems to work now: Local build output ``` make FILELIST='tutorials/i18n/internationalizing_games.rst ' html sphinx-build -M html -d _build/doctrees '.' "_build"/html tutorials/i18n/internationalizing_games.rst Sphinx v4.4.0 in Verwendung Build language: en, i18n...
@AThousandShips @mhilbrunner Reminder in case this PR got drowned in notifications (everything seems to work now)
Thanks for all the help 🤗 (My life has been crazy for months, otherwise I'd have finished it myself)
Adding this information to the docs would be great. Some ideas of what to include: 1. Mentioning things like "Virtual mouse" or "Emulated cursor" as it seems like a common...