Questions tagged [setting]

261 questions
0
votes
2 answers

How to refresh MainActivity after using SettingActivity

following situation: I have a MainActivity with some simple UI widgets (Buttons, TextView, EditTexts) and I have a SettingActivity with atm 2 options. So my problem ist, if I change something in the settings, it should be applied to the…
globus243
  • 710
  • 1
  • 15
  • 31
0
votes
1 answer

ubercart file download setting problem

Hi I am using drupal 6.x and ubercart 2.x. I trie dto create a product,but when it comes to add the file download feature I am getting some issue. I put a folder called downloads in the drupal folder and one file inside the download folder.then I…
anjali
  • 1
  • 1
0
votes
2 answers

How to set the background image full-width

i want to set the background with full like this image (must responsive) but when i applied it look like this and crop the below part. https://dl.dropboxusercontent.com/u/180176008/test1/index.html Please somebody help me ?
0
votes
3 answers

NSMutableArray adds object locally, but seems to clear when accessed in the next function

So basically, I declare an NSMutableArray, alloc and init it in the viewdidload, call a function that adds an object to the array (which I verify with an NSLog right after its added), but then when the next method is called and tries to access the…
0
votes
0 answers

Android preference non-deprecated onClickListener

I've recently started coding an app and I've come to add preferences. Now I need some kind of non-deprecated onClickListener. I want to be able to clear a set of SharedPreferences using this preference which should be handled as a button. Is that…
rhbvkleef
  • 214
  • 3
  • 12
0
votes
1 answer

How to set value in python dictionary while looking it up from another dictionary?

I have two dictionaries. The first is mapping_dictionary, it has several key-value pairs. It will serve as a reference. The second dictionary only has two key-value pairs. I would like to look up the value that should be assigned to the second…
user3144095
  • 491
  • 1
  • 4
  • 3
0
votes
1 answer

how to set Maven home and path variables in windows7 using command prompt?

I just downloaded maven from apache website and I cannot set the variables through my system settings and I want to know the command to set the maven home and path variables , I have already installed java .So any one could tell me the commands for…
user3094413
  • 11
  • 1
  • 1
0
votes
3 answers

Default Browser in Android

On the first boot itself, I want to set the default browser from the three that are already installed on the system. I do not want to give the user the option to select the default browser, I want to set it for him/her. How do I go about it? EDIT :…
0
votes
1 answer

Codeigniter validation

Based on the backend data i may have n number of items displayed along with the check box and textarea for selecting and give commnet on the page and there is also a option given to the user to remove the items based on the requirements. I need to…
ASD
  • 4,747
  • 10
  • 36
  • 56
0
votes
1 answer

Wordpress Post/Pages redirect when using permalinks and do not when using default settings

I have a webiste on which I use permalinks like /%category%/%postname%/ . They were working fine a week or two ago. Now when I want to enter a page a get an error telling me that the page is not redirected correctly. I have no redirects made in my…
0
votes
0 answers

wordpress wp e-commerce paypal setting not saving value

I have the newest wp e-coomerce plugin (Version 3.8.12.1) on my wordpress Version 3.6.1 installed I'm just trying to change username (email address) in paypal standard settings of the store and it simply doesn't work - the address is not being…
nickornotto
  • 1,946
  • 4
  • 36
  • 68
0
votes
1 answer

Reading and setting lock screen password/pattern on Android devices within an app

Hello stackoverflow users! I'm making an app that requires reading and setting the lock screen password depending on which state the app is in. Is there a way to do this without rooting? Or are there any alternatives like making the user reset the…
Peter
  • 33
  • 3
0
votes
1 answer

Can a Webpage loading in a browser change that browser's settings?

I am developing a asp.net website, I want the browser, from which a user is browsing from, have certain settings enabled for the user to surf my site. 1) Can my webpage detect if those settings are enabled in the browser? 2) If not, can website…
paxglobal
  • 77
  • 2
  • 12
0
votes
1 answer

cakephp checkbox naming patterns

(Edited to provide clearer example) I have cakephp model structure of document->section->variables In a form I want to be able to list all variables, but nested within document and then section levels. That bit is fine. I want check boxes alongside…
Paul Snell
  • 33
  • 2
  • 8
0
votes
1 answer

How to store all user settings in one database with a unique id

Im making an app where I have a server-side sql database to store the user settings of all users. Im not sure how to make each user unique, so that the database knows who is who. The database is storing these user data for each row: id, email,…
Mac Luc
  • 971
  • 5
  • 14
  • 31