application-settings Questions

8

Solved

In the case that a user may accidentally declines to receive notifications and wants to turn notifications later, how can I use an NSURL to open the IOS Settings App to my app's notification page w...
Triphthong asked 17/3, 2017 at 3:9

5

Solved

In large and complex software products managing configurable settings becomes a major pain. Two approaches I've seen to the problem are: have each component in the system load its own configurat...

6

Solved

So I have some settings that are of the user scope, but for some reason, they are not being saved to the .exe.config file. I do the following: Properties.Settings.Default.Email = "[email prot...
Underbelly asked 28/6, 2009 at 6:58

3

Solved

I am using Android Studio 1.5.1 on Windows 7 Home Premium 64 bits. When I scroll in a text editor window (like editing my MainActivity.java) it jumps 10 lines ahead (or back). That's just too muc...

4

Solved

I am very confused. I want to get a connection string in an Azure v3 function (.Net Core 3.1). My local settings looks like { "IsEncrypted": false, "Values": { "AzureWeb...

19

Solved

Okay, I know that there are many question about it, but they are all from many time ago. So. I know that it is possible because the Map app does it. In the Map app if I turn off the localization ...
Moselle asked 13/4, 2011 at 21:10

2

Solved

I am trying to setup the formatter "black" to work with PyCharm. I have tried setting it up with both the standard External Tools preferences and using the Files Watcher Plugin. Neither has worked ...

4

I'm using swift with ios 8.3. I want to open settings app from my application. I know that using the code UIApplication.sharedApplication().openURL(NSURL(string: UIApplicationOpenSettingsURLStrin...
Sensate asked 4/7, 2015 at 4:23

10

Solved

I recently wrote a DLL in C# (.Net 2.0) which contains a class that requires an IP address. A co-worker of mine altered the class to retrieve the IP from a ".dll.config" (XML) file -- This apparent...
Anthology asked 10/10, 2008 at 18:53

3

Solved

I want change value in "MyProject.Properties.Settings.Default.Property" but give to me error and this error; Severity Code Description Project File Line Suppression State Error CS0200 Property ...
Rusch asked 20/3, 2017 at 14:4

7

Solved

I have added "android.permission.WRITE_SECURE_SETTINGS" in the Manifest. But still i get an error message saying - required "WRITE_SECURE_SETTINGS". I have seen a lot of talks about this, and that...
Goods asked 24/10, 2012 at 8:17

8

Solved

Is there a way to access the settings file from a different project? For example, I have a solution that contains 2 projects (Lets call them Proj1 and Proj2). I want to access the application setti...
Dachi asked 30/3, 2010 at 20:31

13

Solved

I would like to include the application version and internal revision, something like 1.0.1 (r1243), in my application's settings bundle. The Root.plist file contains a fragment like this... &lt...
Alexandrina asked 18/5, 2009 at 10:45

6

Solved

I have created a project that set and retrieve values from settings.bundle. I have also set some defaults values in settings.bundle file. Now the problem is when I retrieve values as NSUserDefault...

5

Solved

I have recently became familiar with C# application settings, and it seems cool. I was searching for a way to store a list of custom objects, but I couldn't find a way! Actually I saw a post to sto...
Jotham asked 31/12, 2011 at 14:46

1

Currently I am working on a project, where I want to store a custom class in Application Settings, and this is working how I want it to work. If I edit the new setting, it can be Saved, and t...
Zama asked 21/10, 2020 at 15:48

0

In my C# WinForm I have a settings window that allows the user to change database connection settings. At design time I set the initial settings that would connect to a database successfully. I'm ...
Timberland asked 3/4, 2020 at 18:40

4

Solved

I define my settings and styles in a ResourceDictionary: <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/...
Tribune asked 27/5, 2011 at 19:17

14

Solved

What I want to achieve is very simple: I have a Windows Forms (.NET 3.5) application that uses a path for reading information. This path can be modified by the user, by using the options form I pro...

4

Solved

I have a C# unit test project with application settings in the app.config file. I am testing a class that exists in a different project. That class depends on both, ConfigurationManager.AppSettings...

2

I can enable/disable the whole @RestController using @ConditionalOnProperty, for example: @RestController @ConditionalOnProperty(name = "com.example.api.controller.decision.DecisionControlle...
Complication asked 8/4, 2018 at 7:10

4

Solved

Any one who uses SQL Server 2008, or earlier variants, knows that when you run the commands in the window the results window pops up for the lower half of the screen. I do want to see my results bu...
Henpeck asked 15/2, 2011 at 14:39

2

Solved

I am working on a new ASP.NET Core web project based on Docker and micro services and I'm wondering if there is a way to avoid storing password or sensitive data in the appsettings.json. My questi...
Gentilism asked 28/7, 2019 at 6:9

4

Solved

Given a "standard" spring boot application with a @RestController, eg @RestController @RequestMapping(value = "foo", produces = "application/json;charset=UTF-8") public class MyController { @Requ...
Amphi asked 30/4, 2015 at 2:56

1

I'm developing a windows application with C# . I need to add some comments into Application settings ( App.config ) Here is my App.config <connectionStrings> <add name="SLTBillCo...
Bussard asked 6/11, 2018 at 4:6

© 2022 - 2024 — McMap. All rights reserved.