Questions tagged [setting]

261 questions
5
votes
2 answers

Android location request PRIORITY_HIGH_ACCURACY has no effect

My Android app needs high accuracy location tracking. On app start, it reads the location settings programmatically and presents a screen if high accuracy is not selected. I adapted Google's official example…
janfreymann
  • 61
  • 1
  • 4
5
votes
1 answer

python - How to set exif data in a webp image?

I am trying to save an image in Webp format with exif data. Supponsenly I have built libwebp with webpmux support, but even with that, I save the image but not exif data is in. Can someone help me? It is a code problem or I am reading in a bad way…
MGs
  • 453
  • 1
  • 5
  • 7
5
votes
3 answers

terraform aws_elastic_beanstalk_environment SSL PolicyNames

Using terraform, does anyone know how to set a predefined SSL Security Policy for an ELB, from within the aws_elastic_beanstalk_environment resource? I've tried various permutations of parameters, branching out from something like the below, but…
5
votes
3 answers

Right Pop up menu coming slowly

When i right click in the text editor in Visual studio 2008 IDE, the Pop Up menu comes at a slower pace. Is there any setting in visual studio that can control this behavior?
Atul
  • 745
  • 3
  • 9
  • 17
5
votes
1 answer

Difference between 'scope:setting(Key, Value)' and 'setting(scope:Key, Value)'

In SWI-Prolog's settings library, is there a different between the following: scope:set_setting(Key, Value) and set_setting(scope:Key, Value) scope:setting(Key, Value) and setting(scope:Key, Value) :- scope:setting(Key, Type, Default, Doc) and :-…
Wouter Beek
  • 3,307
  • 16
  • 29
5
votes
1 answer

Check if device is locked in Portrait mode

Is there way to get information if device settings is enable to locked screen orientation?
CoDe
  • 11,056
  • 14
  • 90
  • 197
4
votes
2 answers

Android SDK setting proxy with ubuntu

Where can I find android SDK proxy setting? I am working with ubuntu, thanks in advance. All what I have is in below screen
Vervatovskis
  • 2,277
  • 5
  • 29
  • 46
4
votes
3 answers

Using FileUpload in DNN Setting.ascx possible?

first time asking a question here. I'm making a DNN module and in the Setting.ascx I'm trying to add any form of FileUpload in there. I'm successful at adding ASP's FileUpload as well as Telerik's RadUpload, but when I click a button I added to save…
Mitchell
  • 253
  • 1
  • 5
  • 16
4
votes
2 answers

vba : Can't seem to turn off the "making unconstrained variables non-negative" option for Solver

After SolverReset I want to switch off the Make Unconstrained Variables Non-Negative option in the vba Solver. What are the commands to switch off the Make Unconstrained Variables Non-Negative in Solver? I tried recording a macro to find out but…
csta
  • 2,423
  • 5
  • 26
  • 34
4
votes
2 answers

How to divide read/write database setting in Laravel?

This is recommended regulation for database divide setting in Laravel. 'mysql' => [ 'read' => [ 'host' => '192.168.1.1', ], 'write' => [ 'host' => '196.168.1.2' ], 'sticky'…
JsWizard
  • 1,663
  • 3
  • 21
  • 48
4
votes
1 answer

Get Apps Using WLAN & Cellular Setting

How to get Apps Using WLAN & Cellular Setting setting status in the picture below ? How can I check that status(None, WLAN, WLAN&Cellular) for my App, so that I can show an alert to remind user of open this switch ~
Shawn Wang
  • 2,314
  • 1
  • 16
  • 19
4
votes
2 answers

Where to change the font color for the annoatations in phpstorm?

PhpStorm offers the feature to show annotations of a file via Annotate. I wanted to change to color as I am using a dark theme and the currently used dark blue is very hard to read since contrast is lacking. I was looking through the settings yet…
k0pernikus
  • 60,309
  • 67
  • 216
  • 347
3
votes
1 answer

How can I add class folders into Eclipse?

Eclipse is set to compile to a build directory at 'bin'. I have a folder structure with various Java .class files (precompiled) which I want to copy into the folder 'bin' on compile. How do I tell Eclipse to automatically do this?
meds
  • 21,699
  • 37
  • 163
  • 314
3
votes
2 answers

iOS: How to Create a "User Preference" Feature

I have an application that is based on a UINavigationController; I wish to add a "Setting" page where the user will have the ability to set some features like Language and some other preferences. Currently the UIViewController where I wish to have…
Ohad Regev
  • 5,641
  • 12
  • 60
  • 84
3
votes
4 answers

Is it possible to use a folder named vimfiles to replace .vim in macvim?

I am using MacVim at home and using gvim in Windows at work. Since I use git to sync my vim settings, I want the settings to be in the same folder named vimfiles. I set runtimepath in my .gvimrc like this: set…
treblam
  • 265
  • 4
  • 14
1
2
3
17 18