The preferences tag has no wiki summary.
0
votes
2answers
21 views
How to store Application Preferences in PHP?
For my site/application I would like to have something like "Application Preferences" that are during run-time stored in memory.
These would be basically generic (rather long-term settings) that are ...
0
votes
2answers
16 views
How to save cropped image uri in shared Preference
I have selected an image and cropped it. But I want to save the cropped image uri in shared preference so that it can be showed later. I know how to save in shared preference, but the problem key is ...
1
vote
1answer
11 views
Eclipse: Can you split a project-specific plugin properties file?
My Eclipse plugin stores project-specific preferences in org.myplugin.ide.eclipse.core.prefs, which contains multiple preferences as key-value-pairs. I want to put some of these preferences under ...
1
vote
0answers
15 views
Cross-platform settings / preferences implementation in Xamarin & Mono
In an earlier question, some good solutions were suggested for implementing a cross platform solution for managinging user preferences / settings in a cross-platform manner.
While I can roll my own ...
0
votes
1answer
20 views
How to commit preferences in Eclipse
I have a couple of Error/Warning preferences (Window->Preferences->Java->Compiler->Errors/Warnings) in Eclipse which are saved to ...
0
votes
0answers
27 views
android custom Switch widget for SwitchPreferenc
I search around stackoverflow and find next related topics:
How can i style an Android Switch?
Custom switch widget in Android 4
Set switchStyle - get error resource not found - why?
I also find ...
0
votes
0answers
22 views
Importing eclipse key preferences to Android studio
I've exported my key preferences from eclipse, and now I have a file with epf extension.
How can I import that file in Android studio?
I want to have my custom key preferences there, so I do not ...
0
votes
1answer
14 views
Android Gallery Album as a Preference
I am writing an application which needs to provide a simple preference allowing a user to select an album from their gallery that my application will then load images from.
What I'd like to know is ...
0
votes
0answers
27 views
Android EditTextPreference - how to disable one of the buttons in the default dialog
I am extending the EditTextPreference class and want to disable one of the default buttons in some situations when showing the dialog.
I got a hint form this answer: EditTextPreference Disable ...
0
votes
1answer
19 views
Using settings fragment, the action bar covers up the top preference
I have a simple app with a single page preferences implemented in fragment style. I am running on tablets with Android 4.x (several versions). When I open the preferences page, the action bar covers ...
1
vote
0answers
11 views
Windows 7 Query Folder Preferences
I was looking at adding a feature to an explorer program. Currently the program does not allow folder based viewing preferences (Pictures, Music, Documents, etc.) but Windows does. So I was wondering ...
0
votes
2answers
60 views
How do we dynamically add an array from a java file to an existing xml file in android?
We are trying to dynamically add an array in a java file to a xml file.
We have an ArrayList catList which is filled by reading a xml file from a website. The ArrayList is filled like this: [item1, ...
2
votes
3answers
49 views
How can I save the state of a group of Radio Buttons in my program?
I have two groups of radio buttons (2 groups of 4 buttons), which I would like to save the checked status of and load the checked status as soon as the program/main form loads up. The radio buttons ...
1
vote
0answers
19 views
Manual to Quickly: application preferences?
Where can one find a manual to Quickly, where it is written about using (=programming, how to connect widgets in PreferencesDialogWindow with preferences, and how to use them in the application) ...
0
votes
1answer
42 views
How can I use a radio button on one form to dictate an action on another form?
I have an application where I have a "preferences" form in order to allow the user to select their preferences. The form has some radio buttons that will allow the user to choose their preferences. On ...
2
votes
0answers
31 views
Android preference, how to set dependancy on custom preference
I want some other preference dependent on a preference which invokes an intent to do some processing.
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
...
0
votes
1answer
49 views
styling conflict android actionbarsherlock with preferences
<style name="GCTheme" parent="Theme.Sherlock.Light">
<item name="android:textSize">18sp</item>
<item name="android:textColor">#FFFFFF</item>
<item ...
0
votes
0answers
13 views
Any way to add launch flags to an Intent Preference XML?
I want to use an Intent Preference to launch a simple activity. There are
many examples of how to do this even using extra data e.g.
<header
android:title="@string/title"
...
0
votes
0answers
82 views
Why is my Java preferences icon in System preferences missing?
I am running Mac OS X 10.8.3. I just saw that the little java icon in my system prefernces was missing (it was there before). Is that because I just recently installed 'Java Preferences' (the one that ...
0
votes
1answer
36 views
Java util Preferences constructors
I'm trying to understand how the different constructors for java.util.prefs.Preferences works, and not sure which ones to use under different scenarios.
For one, does Preferences persist ...
0
votes
0answers
19 views
Possible to store lists of objects in a java.util.prefs.Preferences?
In java.util.prefs.Preferences I see a bunch of getter methods, such as getDouble, getBoolean, etc., but nothing like a getObject.
I'd like to be able to store a List<Widget> in a Preferences ...
0
votes
0answers
31 views
Modify the preferences of chrome with C#
I am developing an application in c # to modify the file "Preferences" of chrome.
The problem is when I want to overwrite the file
~Users\"User"\AppData\Local\Google\Chrome\User ...
0
votes
0answers
18 views
How to disable smart motion/eyes option on android programaticlly
Did somebody know how to disable smart motion/eyes option on android pragmatically?
2
votes
1answer
43 views
Algorithm for preference based grouping
I am looking to figure out a way to sort people into classes by preference.
For example, say there are 100 students that are each going to be assigned one of five classes:
Science - 40 seats
Math ...
1
vote
1answer
75 views
How do I add my configuration to Sublime Text 2's menu?
I've written a plugin for Sublime Text 2, which talks to a binary that I wrote. I expose the flags to the binary through as settings file, but I cannot figure out how to get the settings file placed ...
0
votes
1answer
79 views
Not able to create directory for SharedPreferences or DataBase
We're having a crash when starting the app and it tries to create the shared preferences and read from the database. It happens in different devices, mostly HTCs but also LGs, that are running ...
0
votes
1answer
77 views
Preferences doesn't work
I have a problem with preference in my app.
I created preference.xml:
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
...
1
vote
1answer
71 views
R console returns 'inputinputinput', how can I turn this off?
Every time I enter anything into the R console I get a 'receipt' line (i.e. inputinputinput; see attached screen shot). I can not figure out how to return this off and find it very annoying. I am ...
0
votes
0answers
38 views
Thunderbird extension - Read prefs.js file
I'm developing an extension for thunderbird and I would like to read if the user are using IMAP, IMAPs, POP3,... This data is in the prefs.js file. But I don't know how to read this information. I ...
0
votes
0answers
55 views
Programmatically change System Preferences, Security & Privacy on Mac
I can't run Windows Phone application.
Address book access is denied for executable at path: /Applications/Windows Phone.app/Contents/MacOS/Windows Phone
(
0 AddressBook ...
0
votes
1answer
27 views
Store UserName in Preferences Bundle of WebView iOS App?
Is there a way to create a settings/preferences bundle that stores the username of a form in a UIWebView?
In my App I use a UIWebView that requires username and password. I don't want to store the ...
0
votes
1answer
45 views
Android - Save preferences per object
Is there any way to save preferences per complex objects?
I have a dynamic list of objects that each contains 3 strings and 2 dynamic lists of pair of booleans. Is there any way to save those objects ...
0
votes
0answers
30 views
Java Preferences CPU-Type load order won't stick
I am running Lion on my Mac and need to use a 32-bit Java 6 rather than the 64-bit for my MATLAB Student Version. I have tried dragging the 32-bit above the 64-bit within Java Preferences but it ...
0
votes
0answers
57 views
NullPointerException in PreferenceActivity
Here is my code:
public class SettingsActivity extends PreferenceActivity
{
private Activity myactivity;
private Preference logDirPicker, backupDirPicker;
private ListPreference backupLocation;
...
-2
votes
1answer
52 views
EditTextPreference, how to save value as float
How can i save value as float from EditTextPreference?
I follow this PreferenceActivity: save value as integer
But i did not work for me.
my preference file is
<?xml version="1.0" ...
0
votes
2answers
45 views
How to set xmlns path in PreferenceScreen - modified ListPreferenceMultiSelect
I have the code downloaded from site: http://blog.350nice.com/wp/archives/240
But on the line:
<com.threefiftynice.android.preference.ListPreferenceMultiSelect
Is error code:
Multiple ...
0
votes
1answer
30 views
Cant create preferences activity in Android
I am trying to make a preferences activity in android. What happens is you start the app and the you press the menu or settings button on your phone while in the app. Preferences should be on of the ...
0
votes
0answers
13 views
java.utils.Preferences adds / before uppercase chars
I am encountering problems with using the standard library of Java for managing preferences in the registry (java.utls.Preferences).
I found out, that it adds foreslashes before every uppercase char. ...
0
votes
2answers
27 views
Save values to preference summary which needs to persists
I have preferences.xml which contains checkboxes, preferences..etc. I'm extending preference activity and setting preference layout with addpreferencesfromxml method.
Click on first preference opens ...
1
vote
1answer
123 views
Preferences with Fragments and ViewPagers - Android
Got myself thoroughly confused with loads of SO tabs open that look related but don't quite answer my question so finally I admit defeat and ask my own.
I want to implement a settings page. I'm using ...
0
votes
1answer
36 views
(Android) How to reflect changes in preferences to class?
I'm pretty new with Android development. I created a simple class "User" that has an attribute String username. I'm assuming that since Android uses Java, I can create custom classes and it'll use ...
1
vote
1answer
72 views
Dynamically load a preference depending on SDK version
I have a PreferenceActivity in my android app which I use to show the settings screen. I would like to have a "MultiSelectListPreference" in it, but I ran into a problem that it doesn't work on ...
0
votes
2answers
27 views
preference value doesn't change when overrided with 'OnPreferenceChangeListener' - Android
I've implemented a OnPreferenceChangeListener on two preference object in my preference page ( extends PreferenceActivity)
But ever since the preference value isn't updated upon change,
I even tried ...
1
vote
3answers
76 views
How can I make my android app have SharedPreferences as just one set of preferences, so that I can control it and clear the preferences with a button
I am trying to have SharedPreferences once and control it to different methods rather than having different SharedPreferences in different methods. I have SharedPreferences in the onCreate, ...
0
votes
0answers
11 views
Preference to specify value for Menubarpath
Our plugin object contributions on file resources are extended from the Team menu, thus the menubarPath in plugin.xml is:
team.main/group2
etc.
There are approximately 20 menu items contributed to ...
0
votes
0answers
31 views
How to find current text size of Summary field in EditTextPreference?
I am currently extending EditTextPreference so that I can use setSummary in both onDialogClosed and onSetInitialValue, in addition to a few other things, to be able set the Summary field to the ...
0
votes
3answers
103 views
How to find my sharedPreferences xml file for use of getSharedPreferences() in Android
I'm trying to have a checkbox in preferences to check if user wants the application to run on boot.
The settings file is called settings.xml in is under PROJECT.res.xml.setting.xml.
But when I try to ...
0
votes
1answer
15 views
Android preferences page isn't displaying once clicked, how do I get this to work?
I am trying to create a preferences page that once an item is selected, it goes to the preference page for the app. When I click on the item, it doesn't work. Please can someone help me in finding out ...
1
vote
1answer
54 views
Setting Wi-fi Connection
I am new to iPhone development. I am developing an application in which I am using Settings.bundle which allows user to ON\OFF Wi-fi connection.
Is there any way to turn ON\OFF device wi-fi when user ...
0
votes
1answer
50 views
start PreferenceActivity from onClick method in Android
I've used the following tutorial to create my preferences page :
http://www.javacodegeeks.com/2011/01/android-quick-preferences-tutorial.html
But i want the configurations to be displayed in another ...


