application-settings Questions

1

Solved

Native developers, I really searched a lot but couldn't find anything that fits my needs. I am new to react native and have a question. I wonder how I can save user preferences of my app. For ...
Tayyebeb asked 9/8, 2018 at 17:38

3

Solved

I can't remember where I saw this but I followed the advice on a blog when setting up my app configuration for my .NET Core MVC application. I created a model like this to hold some settings my app...

10

Solved

I have a windows forms application written in VS2010 with C# and get the following errors in the app.config file: Message 4 Could not find schema information for the attribute 'name' Message 8 Cou...
Inspirational asked 14/3, 2011 at 19:32

1

In our project we save the Window Size, Position and Minimized/Maximized Settings, so we can open the window at the exact same spot and size when we re-open it. All this is working quite well, usin...
Lattonia asked 8/1, 2015 at 10:44

1

Solved

I am using the vue-webpack template and I have created a settings.json file to store environment variables that should be changed when installing the script. My settings.json (just store the absol...
Tetrasyllable asked 15/4, 2017 at 15:57

4

Solved

In Visual Studio, there is an Import and Export settings wizard which you can use to customize Visual Studio and save settings to a .settings file. Do we have something like it in SQL Server Mana...
Twylatwyman asked 7/4, 2011 at 19:54

3

Solved

I would like to add app explanation for location service usage in setting like below image. Does anyone have idea how to do this? Thanks!
Slesvig asked 4/8, 2016 at 3:34

3

Solved

I am trying to store/retrieve a value that is stored in the Application Settings. From within my console application I can not seem to access the Properties.Setting namespace. My web surfing has re...
Aquavit asked 11/5, 2009 at 22:43

3

Solved

Silly questions... purely aesthetic... given the picture above. How do you move the values up/down? For example, State belongs grouped with Height/Width/Top/Left (Window Position + state). Not t...
Newmark asked 30/9, 2010 at 13:47

2

Solved

I'd like to know what is the best solution to manipulate application settings in a cross-platform way. In iOS we can change the settings outside the app in the settings screen, but we don't have t...
Extraterritoriality asked 28/8, 2015 at 10:34

1

Solved

In my Azure App Service I want to update application settings, but after publish from VS the keys doesn't override values from local Web.config In Azure it looks like: In the result my web.confi...

1

Solved

I want to use JSON.Net to handle parsing a configuration file when my application is loaded. Keeping all KVP's in the same scope works absolutely fine. I would however like to break it down into su...
Kasiekask asked 4/2, 2016 at 16:13

6

Solved

I want to save a flag for recognizing that my app is run for the first time or not. For this simple job I don't want to create database.. Is there a simple option to do this? I want to save and r...
Cesarcesare asked 13/3, 2013 at 12:18

4

Solved

I have a python desktop application that needs to store user data. On Windows, this is usually in %USERPROFILE%\Application Data\AppName\, on OSX it's usually ~/Library/Application Support/AppName/...
Caryloncaryn asked 5/7, 2009 at 19:45

2

Solved

Update 2: I found a solution I've altered the settings file to just a JS file, added var tempSettings = to the beginning of the file, and added it in index.html. This way it gets loaded with the i...
Jackhammer asked 28/5, 2015 at 16:25

7

Solved

I am using VS2010 C#.NET 3.5 and application settings (the Settings.settings file). What I want to do is have different settings for my development and production environments without having to lit...
Seleucia asked 12/3, 2010 at 12:16

3

Solved

I need some setting of an application that will be shared among all users of the computer, but could also be changed at at run time. That seam simple, but according to the Application Settings MSDN...

2

We are providing one default app for our customers with android phone. Which user can not be uninstall. I have used Device Admin feature from this example But user can delete app by deactivate from...
Ecumenicism asked 22/8, 2014 at 11:43

3

Solved

I having some issues with saving Application settings during the run time... If i change the setting scope to user, it works fine, but in application scope, nothing being happened... I've used : ...
Diphenylhydantoin asked 8/3, 2012 at 11:52

3

My office uses excel to prepare our data before importing it into a SQL database. However, we have been expreiencing the following error. When the data is imported from one computer it loses all o...
Masinissa asked 23/1, 2014 at 20:40

2

Solved

Background: I had a large xml string in a Setting and it failed to deserialize. The XmlSerializer complained it was not valid xml. When looking at the string in Project > Settings it looked truncat...
Slinky asked 8/12, 2013 at 18:18

2

Solved

If I rename my compiled application for example from myapp.exe to app.exe then when I run the renamed executable a new user settings folder is generated in this path: C:\Users\{User}\AppData\Local...
Kenward asked 21/11, 2013 at 11:59

1

Solved

I've modified my Settings.settings file in order to have system_Filters be a System.String[]. I would like to populate this variable within the Visual Studio designer and not from within the ...

1

Solved

I have a Qt (4.8.5) based application running on OS X 10.9. The app uses QSettings class specifying app name and company. Plist file is created by QSetttings under: ~/Library/Preferences/com.compa...
Electrochemistry asked 2/11, 2013 at 13:37

4

Solved

My settings for these values in eclipse.ini are: -Xms768M -Xmx1024M When setting them higher, Eclipse doesn't start anymore. Is there a way to increase these values without Eclipse crashing?
Stable asked 29/11, 2010 at 13:43

© 2022 - 2024 — McMap. All rights reserved.