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
2 answers

Locale-specific default settings in XCode / iOS

I have an iPhone application with a Settings.bundle. This bundle has items with defaults that must be locale-dependent (ex: "Metric Units" must be "off" for US and "on" for Brazil and such). Is there anyway to keep settings' defaults…
Eduardo Costa
  • 1,974
  • 1
  • 16
  • 22
2
votes
1 answer

iPhone Settings programmatically

can i change the iPhone settings programmatically? For example.. I want to change my ringtone through my application ?? Is it possible or what ??
Arsalan Haider
  • 621
  • 1
  • 6
  • 7
2
votes
2 answers

TYPO3 BackEnd settings - “Select & upload files” and “Add media by URL”

Is it possible with TypoScript configuration or via TCA to disable file uploads and keep the posibility to add media files by url (see screenshot)? Screenshot
2
votes
2 answers

How to remove the default model diagram in Enterprise Architect?

In How do you set the default package and/or diagram in Enterprise Architect? it's very clearly shown how to set the default diagram for a model, so that all the users would get it opened on load of the project. But how can one disable this setting…
Torcian
  • 21
  • 4
2
votes
1 answer

How to access and control the content of a ListModel from another QML

I had asked a similar question here. But this solution worked only for one-paged QML file. I build a QML app that contains many pages, so I made a favorite tab that contains Add/Remove action. There is a list model in favorite tab page. In my…
Edip Ahmet
  • 465
  • 8
  • 18
2
votes
0 answers

Which lifecycle callbacks are called when quick settings menu is opened?

Hi i have an (Main) activity which hosts (Match) fragment. I want to get notified when quick settings menu is opened. On MatchFragment i tried to overwrite methods as onStop(),onResume(),onPause() and in MainActivity i did the same. I put logs in…
MarkyMark
  • 199
  • 1
  • 15
2
votes
1 answer

How solve a Fatal Exception in android.content.ActivityNotFoundException Error

I'm trying to guide my users to the battery optimizations activity and it seems to be working for most except for some Samsung phones with Android 6 where I get Fatal Exception: android.content.ActivityNotFoundException: No Activity found to handle…
Ramesh Yogu
  • 49
  • 1
  • 11
2
votes
2 answers

How to disable, or hide system settings programmatically?

I do not want the user to open device settings, so I need to disable device settings. I found way to open settings startActivityForResult(new Intent(android.provider.Settings.ACTION_SETTINGS), 0); But I am looking for a way to disable it, how can I…
user311086
  • 920
  • 2
  • 16
  • 29
2
votes
0 answers

eclipse change default formatter and auto-apply to all projects (including new projects)

I am using Juno. I have been searching, but I can't find an answer. Hopefully, someone can help with the issue I have. Every time I create a new project, I need to go to project > properties to enable the custom (company) formatter. I even set this…
asun
  • 151
  • 5
  • 15
2
votes
3 answers

How to enable daily new filename of logging in Python Django's Settings?

I want to log the calling of restful api on each day into yyyy-mm-dd.log. In settings.py I write: LOGGING = { 'version': 1, 'disable_existing_loggers': False, 'formatters': { 'standard': { 'format': '%(asctime)s [%(levelname)s]…
Üh Lieh
  • 35
  • 2
  • 6
2
votes
0 answers

How to get list of settings in android

Does anyone know where can I find a full list of settings? This is my code it works, the only problem I have I cannot find the line to bring up the google voice settings I'm looking for: if (Build.VERSION.SDK_INT >= 14){ Intent intent = new…
Jani
  • 51
  • 8
2
votes
2 answers

Storing application settings | Registry

I use HKLM\Software\etc\etc to store my basic settings which essentially is the location of my program and it's related database. The problem I have now is that I have created a Windows Service and need to read those locations. I am unable to read…
David
  • 958
  • 2
  • 12
  • 29
2
votes
1 answer

VS Code autocomplete in html file for components

I use Visual Studio Code for my test angular project. I see in some internet lessons they have ability autocomplete with method names or properties declared in component in connected to the component html template. Could I know how to customize VS…
Sergii
  • 7,044
  • 14
  • 58
  • 116
2
votes
1 answer

Visual Studio Code highlighting and clicking copy pastes

When I highlight some text with my mouse and then click off of the highlighted text, sometimes it copy pastes that text right after what was highlighted. I don't want it to copy paste on click, I just want it to unhighlight. I looked through the…
2
votes
1 answer

Use default settings.xml file instead of one in ~/.m2

Is there possibility for Maven to ignore settings.xml contained in .m2 folder? I want it to use default repository, but my laptop has configured development environment for other repositories and I don't want to lose these settings. What's more,…
oneat
  • 10,778
  • 16
  • 52
  • 70