Questions tagged [settings]

Settings may refer to the tweaking which can be used to help improve the user-experience or performance etc.

Settings may refer to the tweaking which can be used to help improve the user-experience or performance etc. Settings typically represent a set of options which a user can choose from adjust the interface or controls of a certain application to their preferences.

5394 questions
2
votes
1 answer

Should I turn off Warnings Mode in Flash

Some Background: I make Box2D games using WCK, which is an alchemy port of Box2D with a Flash IDE friendly interface. WCK is component heavy, and also has a SWC that you must include. basically as soon as i setup a basic World and a Static and…
2
votes
2 answers

google chrome browser - read/write settings in C#

I need to build a console program to read and update the chrome browser setting. Where should I start?
herme 0
  • 912
  • 1
  • 9
  • 23
2
votes
4 answers

Simple Advice where to save setting

Im programming C# WinForm application which have big SQL Server Database. I need to make setting. I dont know how to save application setting. Which is better just add my solution .setting file or save in database Table?
Irakli Lekishvili
  • 33,492
  • 33
  • 111
  • 169
2
votes
1 answer

How to turn off Preserve JavaScript console perseverance in Google Chrome

Currently in my Google Chrome JS console, all of my console.logs, network errors, etc. are preserved between page refreshes even though I have Preserve logs disabled. Does anyone know a fix to this? Here are my current settings for my console:
Jay
  • 998
  • 1
  • 10
  • 22
2
votes
1 answer

Access iOS Keychain from iPhone Settings app

Here is my situation... I want my password to be encrypted and at the same time I want it to be in iPhone settings (by adding resource and accessing it through NSUserDefaults), but i think NSUserDefaults saves the password or information in plane…
Deam
  • 1,007
  • 2
  • 17
  • 36
2
votes
1 answer

Saving the default processor architecture for tests in VS 2017

I am using Visual Studio Community 15.7.5 and I have checked in my complete solution to github. It contains 3 projects, where one of them is using the google test framework. Additionally I am using the VS-extension "Google Test Adapter" from…
SoulfreezerXP
  • 459
  • 1
  • 5
  • 19
2
votes
2 answers

load .vimrc for gvim in windows and change font and colors

Possible Duplicate: configure gvim setting color and font Hi. I have just installed vim and want to set some default settings. I have installed gvim here: C:\Program Files (x86)\Vim\vim73 I have my config file here: C:\Program Files…
ganjan
  • 7,356
  • 24
  • 82
  • 133
2
votes
3 answers

PhpStorm column option

I started learning Laravel, and also I got a licence for PhpStorm so I decided to use this software. I set it up without problems, but I'm having a problem with disabling this option which you can see in the picture. I tried googling it, tried…
Dvenee
  • 39
  • 7
2
votes
1 answer

Best tutorials for understanding settings/preferences for os x apps

I am trying to write a simple app (a menulet) and want to have a settings page for it. Is there ant good resource that can be recommended for getting started with the basics of adding settings to an app. I have spent days looking on google for…
Designer023
  • 1,902
  • 1
  • 26
  • 43
2
votes
1 answer

Make specific product variations not taxable in Woocommerce

I manage a Woocommerce website that sells videos. Most of them are variable products with different product variations: A hard-copy DVD by mail Or a stream. The streaming videos are, obviously, virtual products, so no shipping is charged and…
2
votes
1 answer

Emulator Settings Menu doesn't work

Using the level 11/3.0 emulator, the 'Settings' menu doesn't work. Click on any item eg. 'Sound' or 'Screen' and nothing happens beyond the momentary high-lighting of the item. In eclipse, a logcat entry appears INFO/ActivityManager(73): Starting:…
Geoff
  • 338
  • 3
  • 8
2
votes
3 answers

What sets the __debug__ variable in a production Django / WSGI based site?

The python documentation defines a global constant named __debug__ : __debug__ This constant is true if Python was not started with an -O option. See also the assert statement. I'm using some python library under my production Django site…
Boaz
  • 25,331
  • 21
  • 69
  • 77
2
votes
1 answer

Custom SettingsProvider and retrieving default value

I have implemented my own class that inherits from the SettingsProvider class. If the value I am retrieving has not been set by the user, i.e. it is the first time the program starts, I attempt to grab the default value. The problem I am seeing is…
Matt
  • 1,354
  • 10
  • 18
2
votes
3 answers

Migrating Visual Studio User Options File (.user file)

When I give a copy of a solution to a student, the .user file is regenerated with default settings (because he is a different user). This is inconvenient as each new developer has to manually enter in a number of properties (e.g "Debug command",…
Ken
  • 4,367
  • 4
  • 28
  • 41
2
votes
1 answer

How to call the native window of Bluetooth settings on Android in Delphi?

I've seen an app where its Bluetooth settings calls the native window of Android Bluetooth settings. When the user press Android Back button, it returns to the app. How does this call the native Bluetooth settings window in Delphi?
wBB
  • 821
  • 1
  • 18
  • 39