Questions tagged [setting]

261 questions
1
vote
2 answers

How can i change the font family in phonegap

I want to change font family in a phonegap project. Means that user be able to change font family in the setting by select the arbitrary font. How can i do it? Thanks in Advance Edit: Seems it doesn't work.this is my jquery code: …
Mohsen Alk
  • 31
  • 6
1
vote
1 answer

How do you access variables using NMake?

I have a makefile with the following code. I'm trying to set a variable in an if statement. It doesn't error, but %OPTION% just prints %OPTION (with only one percentage sign) and the $(OPTION) doesn't print anything. Please…
Dasmowenator
  • 5,505
  • 5
  • 36
  • 50
1
vote
1 answer

Where can I change the default setting which browser to use when starting MAMP's starting page (MAMP 3.0.6, MAC)

Hej, when I open the starting page out of MAMP's app it always opens in Chrome. I simply want to change this setting to Firefox but I can't find where to ... Thank you for your hints! Mary
Mary
  • 59
  • 1
  • 6
1
vote
0 answers

addaxis matlab axis range change

I use addaxis function http://www.mathworks.com/matlabcentral/fileexchange/9016-addaxis (I need 4 different y axis), but I don't know how to set axis range for added axis. I need the "1" value of first axis at the position of "0" value of second…
Jirka
  • 11
  • 1
1
vote
2 answers

Setting Android theme background color using SharedPreferences

I have a theme defined in .xml file and applied to the application tag in Manifest file. I also have a hex value of color stored in SharedPreferences. Is there any way to set this color as a theme's background?
1
vote
1 answer

Visual Basic 2010 Express: Check if my.settings.username has a value

VISUAL BASIC: You know how you can make your own settings in your program setting/properties, well I made a register system for a software. You register by entering a password and username then pressing 'Register' to save the username and password…
atRM
  • 11
  • 3
1
vote
1 answer

Is checking a property value before setting, and setting only if different, quicker or slower than setting blindly?

Please can anyone advise me if in C#.Net it is more performant to check a property value before setting, and only set if the value differs, or is it more performant to just blindly set it to the new value? For example: bool newActiveState =…
Dib
  • 2,001
  • 2
  • 29
  • 45
1
vote
1 answer

Ignoring android large text settings changes in android application?

Currently, I've broken UI when large text is enable in setting accessibility. Is there a tag in manifest or any other solution, to ignore textsize increase and decrease in TextView after check & uncheck large text in accessibility setting.
kabindra
  • 138
  • 1
  • 10
1
vote
3 answers

changed wifi advanced option from code but it won't work?

I used this code to change wifi Ip setting (Ip Address and gateway) you can see the full code here : full class WifiConfiguration wifiConf = null; WifiManager manager = (WifiManager) getSystemService(MainActivity.WIFI_SERVICE); WifiInfo…
hamze
  • 7,061
  • 6
  • 34
  • 43
1
vote
1 answer

spring profile setting in applicationcontext.xml

I currently set my Spring profile using the below two files (Web.xml & MyListener.java). I set the "MyProfile" variable value as JNDI in Admin console and everything works fine. But i was wondering whether there is a way to achieve this through…
Kgan
  • 35
  • 2
  • 12
1
vote
1 answer

Crystal reports variable issue

I have the below report structure Report Header- Variable set to 0 Page Header- Section supressed if variable is 1(which means suppress on last page suppression formula is WhilePrintingRecords; numberVar variable1; if variable1=0…
1
vote
3 answers

Null exception while using AlertDialog to take user to the settings page

Im using the method below to take user to the settings page if GPS is not enabled. But it throws an exception null. public void showSettingsAlert() { try { AlertDialog.Builder alertDialog = new AlertDialog.Builder(mContext); …
Stef
  • 201
  • 1
  • 9
1
vote
0 answers

App not appear in Notification Center in Setting, only restart the phone works

I'm troubled by this problem a long time. Please help me. When first install my app, I register the notification by this code: [[UIApplication sharedApplication]…
CodeToPlay
  • 27
  • 3
1
vote
0 answers

Error: .temp_caseinsensitive_rename in Targets name

I changed the name of my project in Identity and Type this cause my target's name to have .temp_caseinsensitive_rename in the end. I searched for solutions, some suggests to manually change the affected files but I notice that the target's name…
1
vote
1 answer

How to enable reply on comments of profile on facebook

I know you can enable "reply" feature on Facebook pages but I want this also be done on my personal profile? I've seen a few people on my FB who have this feature enabled on their profile and their friends profiles too. Does anyone have a guidance…