Questions tagged [setting]

261 questions
0
votes
1 answer

How do you jump into Application Preference Setting Page with UIButton?

Does anyone know how to jump into application preference setting page without pressing home button? How do I do it with UIBUTTON and get into application preference?
0
votes
1 answer

Setting "Restore system settings and previous versions of files" option

Using the command prompt or Windows Powershell of Windows 7 SP1, how can I set the option "Restore system settings and previous versions of files" for the creation of restore points?
Balubeto
  • 11
  • 1
  • 2
-1
votes
1 answer

How to access Camera, Calendar, Photos, Microphone, Location, Media Library, Motion, Speech Recognition, SiriKit, TV Provider in iOS 10

I am developing my app for iOS 10, but my default iOS functionality extensions not working well. Like am not able to access camera, Microphone and media Library. Every time it got crashed. I have written all, but nothing working. case .Authorized: …
Mohit Tomar
  • 5,173
  • 2
  • 33
  • 40
-1
votes
2 answers

Setting save in c#

I have a problem with c# settings... I have a string in Setting and call it UserStr when I debug my program, I can change and use it without any problems: using it: var str=Properties.Setting.Default.Userstr; changing…
Arsalan
  • 709
  • 2
  • 14
  • 27
-1
votes
2 answers

how to guide user to open permission in system setting for my app

all I have a question about android 6 permission. If user deny to grant permission, user cannot use some function in my app. How can i use code to guide user to app permission setting in system setting app, so that user can open this permission. I…
mmm2006
  • 1,227
  • 2
  • 11
  • 18
-1
votes
1 answer

C# Save setting for each listview item?

I want to save settings for each Item in a ListView control. For example: I selected Item 1 and setting: Checkbox1 = checked Checkbox2 = checked Checkbox3 = unchecked ComboBox1 = Combo1 Textbox1 = 123 Textbox2 = " " => Save setting. Selected Item 2…
-1
votes
1 answer

call parent class in run.py from a authentication class child in setting.py

I have started using Python-Eve to access an existing database. I want use a Token-Based Authentication but for SignIn I want use a Basic Authentication with bcrypt. I create a specific endpoint: DOMAIN = { .... 'signin': signin_setting, …
-1
votes
1 answer

Launch setting battery stats activity

I would like to know how I can open an activity of the phone setting application with an intent. I would like to oppen battery stats activity with a button. Thank you !
Dev Loots
  • 708
  • 9
  • 28
-1
votes
2 answers

setting button in android application

I develop an android application and put it in a android market. users put comments for me and tell me that setting button doesn't work for my application. I don't know what setting button is and how I can enable it for my application. can any one…
softweng
  • 173
  • 2
  • 9
-1
votes
2 answers

Dotnetnuke issue on certain pages

I have a website running on dotnetnuke. However, recently I can't do any action (edit content or page setting) on certain pages (the products subpges in www.midoco.com). Does anybody know why this happen?
-1
votes
3 answers

Getting 3rd object from json array

I have an array in json that looks like this: [ {"x":161,"y":109,"colour":"FF0000"}, {"x":146,"y":93, "colour":"FF0000"}, {"x":133,"y":81, "colour":"FF0000"} ]; I want to set a strokeStyle property to get a colour from the objects given. So…
jamesbar
  • 147
  • 1
  • 2
  • 11
-1
votes
1 answer

Disable date/time to set automatically on windows phone 8

I wonder if someone know if i can disable the option in settings to set date/time automatically on windows phone 8. When application starting it disables if its on. Thanks in advance.
Robin M
  • 41
  • 1
  • 8
-2
votes
2 answers

Notification setting ON/OFF Screen

How to open iOS app notification toggle (on/off) screen within device notification setting programmatically? I have checked UIApplication.shared.openURL(URL(string: UIApplicationOpenSettingsURLString)!), but it opens only app root setting, not a…
-2
votes
1 answer

How can setting smtp email on wordpress website

How to smtp setting on wordpress,actually http://snvenkataraman.com/ this website move hosting aws server.Use by plugin-contact form 7 and WP Mail SMTP plugin, contact form not working? ![][2] my email configuration is : From Email :…
Charul
  • 1
  • 3
-2
votes
3 answers

Set Wallpaper on application background

I am making an application, in which i want to set wallpaper on application background, not on the homescreen background. Can anyone there guide me how to do this?
Sam
  • 21
  • 2
  • 6
1 2 3
17
18