Questions tagged [setting]
261 questions
0
votes
1 answer
Setting Default CheckBoxPreference and ListPreference
Will someone please help me? I have 8 CheckBoxPreference and one ListPreference & I can't seem to get them to set a Default Value. Inclosed is my preferences.xml, string.xml &…

Les
- 41
- 1
- 1
- 6
0
votes
1 answer
Add a location switch for my app under iphone location services
I am going to add a switch setting under settings/LocationServices for my App. I searched a lot posts and I can add a setting under settings(of course, the Xcode has a template called settings bundle which is aimed to do it). But my problem is how…

user418751
- 1,937
- 2
- 18
- 21
0
votes
2 answers
create string list in XML settings file
what is the best way to save a list of strings to the settings file? i've seen some solutions of editing the xml setting file type to string[], but i can get that to work in the editor.
i also don't know how many strings are going to get added at…

ikathegreat
- 2,311
- 9
- 49
- 80
0
votes
1 answer
Access (.MDB) deployment issue - Windows 7 - Installation with admin user?
I use microsoft access (.mdb) database for my business software. Recently I have noticed a lot of feedback from users saying that they are unable to open the software after installation.
Basically, I store database in user\appdata\local\myfolder…

manojthecoder
- 61
- 6
0
votes
1 answer
Setting the size of a button and action listener
Problem 1:
I'm trying to set the size of my button, but doesn't seem to change and instead always fills the entire screen which isn't what I want.
Problem 2:
When I add the public void actionPerformed1(ActionEvent e) with my message, it doesn't…

Afsheen Taheri
- 139
- 2
- 13
0
votes
1 answer
Obtain Network Notification setting in Android
Does anyone know if there is a way to programmatically obtain the Network Notification setting on an Android device? This setting is what allows a user to be notified (or not) when a network is available. I simply need to retrieve the current…

blh83
- 495
- 5
- 17
0
votes
2 answers
Using variables with bgStretcher
I am just starting with php programming and I have this question:
Is there any way to set the width and height values of bgStretcher image with variables?
"http://mydomain.com/myimage.jpg"); $w=1500; $h=800;…

Mike
- 1
0
votes
1 answer
some php setting?
I'm on Ubuntu 8.04 LTS server, i upgrade my php from 5.2 (forgot version) into latest 5.2.4 from official repo.
After some error with eaccelerator, it run fine, but i have errors in many places in my legacy application (coded by someone else)
Take a…

Dels
- 2,375
- 9
- 39
- 59
0
votes
1 answer
Passing user control properties from controller to view in MVC3
I have created a layout page which has some regularly used user controls (like buttons, text box etc). But the visibility of these controls are determined by the view which is defined from this layout page. What is the best way of setting these…

mahesh79
- 1
0
votes
1 answer
Editing root.plist as source code results in corrupted plist
I am just starting to work with preference files and I started having problems immediately when editing the root.plist in my settings bundle. My XCode 4 crashes every time I add a property to the plist while editing it as a property list. So I…

Jim
- 5,940
- 9
- 44
- 91
0
votes
1 answer
WCF Timeouts - How and where to set?
I have a question about timeouts
Question 1: Where to set timeout values (on server/service side or client side)?
Question 2:
By definition,
The openTimeout as the name implies is the amount of time you're willing to wait when you open the…

CoolArchTek
- 3,729
- 12
- 47
- 76
0
votes
2 answers
Where is Netbeans UI setting file?
I want to use my UI setting from another PC, where can I find the setting file and copy it over to my 2nd PC, so I can have the same look on both PCs.

Frank
- 30,590
- 58
- 161
- 244
0
votes
1 answer
Changing language on iPhone simulator crashes app
In a multi-language application, if you change language in iphone simulator from xcode (running the app) does it crash?
It crash everytime I do this, the strange thing is that if I do the same operation from iphone simulator opened in Instruments it…

reja
- 1
- 1
0
votes
0 answers
PhpStorm mutualized deployment conflicting server root URL
How to set an absolute project URL, different from the root server URL ?
I look for solutions other than:
Settings: seems out of date (I run PS-181)
leaving server root url empty, tip from Jason Lotito.
The second works for me but the GUI keeps…

nicolallias
- 1,055
- 2
- 22
- 51
0
votes
0 answers
Android Programming on phone but Tablet
I am not an android developer but I am performing Alpha testing for one of the android application.
The app has two languages English and Odia.
The app when installed on Phone, it opens in both the languages but when the same is installed on tablet,…

CodeKavi
- 45
- 7