cross-platform Questions
3
Solved
During the building of react native project. The app launched on the simulator, but after that getting a issue like this 'Termination Reason: DYLD 1 Library missing'
also attached the screenshot fo...
Contralto asked 7/9, 2022 at 9:4
2
Electron app was initialized using electron-forge webpack template and everything works perfectly for macOs.
While running the dev version using electron-forge start the app loads perfectly on wind...
Alphonsa asked 23/2, 2020 at 14:39
9
Solved
Before I wrote this, I searched everywhere for my mistake, but I didn't find anything.
although I have everything correctly and written down in the pubspec.yaml file, I get this error in the debug...
Duplicity asked 20/12, 2019 at 23:2
1
I am thinking about porting my app made in WPF to Avalonia.
My first requirement is to enable click-through transparency (same as <Window Background="{x:Null}" WindowStyle="None&q...
Lucre asked 16/10, 2021 at 20:48
1
Solved
Previously, when I ran the app and turned on the widget mode in the Flutter Inspector, if I clicked on any widget in the APP, it would immediately navigate to the code related to that widget elemen...
Duarte asked 21/8, 2023 at 20:42
5
Solved
I have an assets folder in which I have a tab folder and then a list of folders and each folder contains some files:
I want to read the names of all the files and folders that are in my assets fol...
Mezzanine asked 6/11, 2019 at 23:58
6
Solved
What is the best way to do cross-platform handling of hidden files?
(preferably in Python, but other solutions still appreciated)
Simply checking for a leading '.' works for *nix/Mac, and file att...
Brokendown asked 12/11, 2008 at 14:35
2
Solved
The Single UNIX Specification Version 2 specifies the sprintf's format '-flag behavior as:
The integer portion of the result of a decimal conversion (%i, %d, %u, %f, %g or %G) will be formatted ...
Penrose asked 13/6, 2017 at 14:3
5
Is it possible to differentiate between operating systems in C# using preprocessor? like :
#if OS_WINDOWS
//windows methods
#elif OS_MAC
//mac methods
#elif OS_LINUX
//linux methods
#endif
Distinctly asked 10/5, 2015 at 16:30
9
Solved
I'm using cmake for managing my cross-platform builds, and I have everything worked out except for this problem. I set RUNTIME_OUTPUT_DIRECTORY to a bin/ directory where I have data files stored. O...
Cecilececiley asked 12/2, 2009 at 20:55
9
Solved
I keep getting myself in knots when I am manipulating paths and file names because I don’t follow a naming standard for path components.
Consider the following toy problem (Windows example, but hop...
Arkose asked 10/2, 2010 at 7:45
4
I would like to create a flutter project but I don't want to include the android and iOS version build folders and functionalities.
How can I make this to create with the web build only?
Gragg asked 10/8, 2021 at 13:58
8
Solved
I have read a few articles in the cross-platform tag. However, as I'm starting a fresh application (mostly a terminal/console app), I'm wondering about the easiest way to make it cross-platform (i....
Kuenlun asked 24/1, 2011 at 9:17
2
Solved
I am a WPF developer. Our team is looking for a good cross-platform solution to replace the old desktop product developed with WPF. We recently found that Avalonia might be one of the great ways, b...
Cowboy asked 7/1, 2020 at 8:58
5
Note: I'm using Python 2.7, and pySerial for serial communications.
I found this article which lists two ways: http://www.zaber.com/wiki/Software/Python#Displaying_a_list_of_available_serial_ports...
Abort asked 3/7, 2012 at 2:51
2
Solved
Is there a way to find out if the python script is running in the IDLE interpreter or the terminal?
Works cross-platform if possible, or if needed a different way for each platform.
Work with Pyt...
Effuse asked 16/6, 2013 at 13:18
6
Here is the error I'm facing while building the android apk of a branch. (does not happen while building for ios). I have been using react-native-gesture-handler since years on this codebase but ne...
Nevski asked 18/5, 2023 at 11:54
2
With C++, is it possible to recursively copy files and directories from one path to another
without having to use any additional libraries?
and with platform independent functions?
Considering ...
Kaohsiung asked 19/7, 2018 at 20:44
6
Solved
Is it possible to use Python to write cross-platform apps for both iOS and Android
Dg asked 19/5, 2012 at 10:5
3
Solved
I'm trying to use Conda to set up build & testing environments for a project (LensKit), and need to have platform-specific dependencies. Specifically, on Linux builds I need libgfortran and ope...
Ardenia asked 30/9, 2015 at 14:42
11
I want the simplest possible way to pop up simple dialogs in Python scripts. Ideally, the solution would:
Work on Windows, OS X, Gnome, KDE
Look like a native dialog on any OS
Require minimal cod...
Shoal asked 28/10, 2009 at 3:20
12
Solved
I have developed a number of classes which manipulate files in Java. I am working on a Linux box, and have been blissfully typing new File("path/to/some/file");. When it came time to commit I reali...
Delve asked 8/11, 2009 at 17:47
2
Solved
Are there articles or presentations about building VS Code - architecture, approach for plug-ins, any abilities to communicate with OS specific stuff etc?
Coming form .NET, we have Windows-only ap...
Appease asked 7/6, 2020 at 5:9
6
Solved
I'm writing a UI for my program using opengl with SDL in a combination of Lua and C++
What I need now is some library that will allow me to call a function that presents the user with a file selec...
Leelah asked 26/5, 2011 at 22:36
0
I want to integrate Microsoft clarity with the Flutter application. There is no proper documentation/information available over the Internet. Microsoft says it can be integrated with native android...
Antre asked 17/4, 2023 at 6:59
© 2022 - 2024 — McMap. All rights reserved.