preferences
What elements should I include in a Mac Preferences Panel?
I have a question about my Mac program\'s preferences window. I have an application with a CoreData-based back end. My program includes a feature that allows users to switch out the database for a dif[详细]
2023-03-21 15:50 分类:问答ListPreference summary not formatting
I have a ListPreference and I want to show the current entry in the summary. According to the docs for ListPreference.getSummary(), I\'m supposed to be able to do this by including %s in the summary s[详细]
2023-03-21 08:34 分类:问答Android Preferences error
In my app, I am trying to set up preferences that allows you to change the background image of a layout from a ton of choices in a ListPreference.[详细]
2023-03-20 17:01 分类:问答Preference Screen as interface for database?
Is it possible to use a preference screen as a simple interface to read and write values to a database?[详细]
2023-03-20 11:02 分类:问答Cocoa button opens a System Preference page
In a OSX Cocoa app, I would like a button that would open the \"speech\" preference pane. Is that possible? I\'m just trying to save them the time to go S开发者_如何学JAVAystem Preferences > Speech >[详细]
2023-03-19 23:41 分类:问答Value of a ListPreference never updates
I have a ListPreference, but when I click on an item, the value doesn\'t update. The getValue() returns always the same thing.[详细]
2023-03-19 14:08 分类:问答New Preferences not loading when back button is pressed
I have this preferences class (below) that saves two ListPreferences, but if the ListPreferences are changed and the back button is pressed, the changes don\'t take affect unless the application is re[详细]
2023-03-17 04:32 分类:问答Where do I put my preference xml files in Android?
I want to use a preferences.xml file for storing/retrieving application wide preferences. Where do I store the xml file so that I can use:[详细]
2023-03-16 13:45 分类:问答URI of a preference of my own application?
For my android application I store a preference, lets call it \"test_preference\". Now I need the URI of this preference, so I can set up a ContentObserver for this preference. But how do I get the UR[详细]
2023-03-16 01:37 分类:问答Android switching between PreferenceScreens
I have a PreferencesScreen, that has some Preferences and a sub-screen. It looks like this: <PreferenceScreen android:key=\"root\">[详细]
2023-03-15 23:02 分类:问答