The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
11 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
1answer
8 views

Changing the Picker Appearence in sencha touch

I am facing some problem in changing the picker view in sencha touch. I want to call the picker in the right hand side of my view rather than coming from the bottom in a streched manner without ...
-1
votes
1answer
36 views

Sencha Touch How to display the values in the store in Picker?

I need to add my store value in picker. Is it possible in Sencha? If anyone know the answer please help me on this. Thanks in advance.
0
votes
0answers
62 views

Filtering a List in Sencha Touch 2

i'm filtering a list in Sencha Touch 2 through a picker. The filtering works, but when i pick a value, that is not in the list at the moment, the list gets empty (which is understandable). But when i ...
1
vote
1answer
52 views

Create custom picker control

See screenshot of custom picker: I know there isn't a way to style the picker control in Titanium. This picker only needs to work on iOS (iPad only). I was thinking I could hack the TableView ...
0
votes
0answers
15 views

Android - Image picker [duplicate]

Please excuse my English, i'm French. Do you know if there is something that allow user to select a picture from everywhere he can ? As the "Share intent chooser", I would like call an intent that ...
0
votes
0answers
33 views

How to use a discrete list view instead of picker for selectfield like iOS settings

I am looking for the best way to create a selectfield similar to the iOS settings fields where the field consists of a label on the left and the value on the right with disclosure icon. Instead of ...
-1
votes
4answers
67 views

iOS : Add Picker Ui element dynamically

I am new to iOs and trying to add the picker UI element dynamically to the UI. In the class - UIPickerView , i don't see any methods for adding the picker to the view. Has anyone tried doing this? ...
-2
votes
0answers
39 views

Android Number Picker Manual and Scroll [closed]

How I can create a number where you can enter Picker manual and scroll? The goal is that people can use it both ways. Help me, please.
0
votes
2answers
113 views

Datepicker not showing current value when edit cakephp form

I am using jquery date picker with cakephp 2.3. Datepicker popup is OK. When I want to edit a any record, it does not display date field value in form. I checked many ways and I am sure that it is ...
2
votes
1answer
62 views

Is it possible to get access to a single google drive file without access to whole drive or using an drive app?

In the past I used the old Google Docs API and the Google Picker to have access to one single private file from Google Docs. I've got an access token to get access to that file. With Google Drive ...
-2
votes
0answers
131 views

Android wheel ListView [closed]

I use the android-wheel picker. There is one problem! Unable to android-wheel scroll in ListView. Turns scroll the list itself, not android-wheel. Help please. Sorry for my english. ...
0
votes
0answers
28 views

how can i display picker value in a loop?

i searched stackoverflow but i didn't find the answer so i hop that some one can help me here i got a picker and i want to display the value for it in my textfield but the problem its only working ...
0
votes
2answers
86 views

DateTimePicker also showing time

I have a Day- and Timepicker on my form that is supposed to only show me the time in this format: 01-May-13. I've set the custom format in the properties to: dd/mm/yyyy but the value still shows ...
0
votes
0answers
51 views

Where is the Monotouch Dialog UI Picker Element?

Wheres the custom picker element for monotouch dialog (Xamarin.IOS)? // update UIPickerView would be a wonderful element to have as a monotouch dialog element along with UIActionSheet. Instead I ...
1
vote
1answer
161 views

color picker in magento admin panel

I want to add a color picker in Magento 1.7 CE Admin panel. Knowing that I already used the custom select model but I can't find how to add a custom color picker. Can anyone help me out? Thanks.
0
votes
1answer
33 views

Android: Facebook SDK 3.0 - FriendPickerFragment setChecked

I'm trying to restore the selected checked friends in a FriendPickerDialog, I tried this before showing fragment but it doesn't help : Bundle args = new Bundle(); ...
0
votes
0answers
48 views

Android two NumberPicker OnValueChangeListener

I have 2 Number Picker and I want to set the value of one of this when I change the other. I try with OnValueChangeListener but nothig happen. I must use a separated thread or handle? thank you!
0
votes
0answers
100 views

Android simple Picker Dialog

I need to use in my application Android native pickers. I have already integrated the android.app.DatePickerDialog as described in the Android Pickers API guide. But now I have to display a picker ...
0
votes
0answers
146 views

Get Android Contacts with contact picker from synced accounts like Facebook and gmail

I have followed this tutorial to get contact info from the contact picker. I am using the exact code, but I have realized that this code does not work for synced contacts from gmail or Facebook. ...
0
votes
1answer
90 views

hide day picker in datepickerdialog

Hi is there any correct way to hide the day picker in a datepickerdialog? I'm using native android datepickerdialog not a custom datepickerdialog. Hope someone can help. Below is my code for the ...
1
vote
1answer
99 views

How to implement the magnifier glass on color picker of Mac OS?

It's the magnifier glass at the top left: I've tried 2 methods, but both failed. Once the magnifier glass is clicked, create a new cursor(a cursor with magnifier glass image, or a crossfair, ...
2
votes
2answers
223 views

How to set the from 'day' and 'month' in datepickerfield in sencha touch 2

I am trying to do something which I think should be simple enough. I am using a datepickerfield in ST2.1 and trying to set the start date. I know I can set the year like so: { xtype: ...
0
votes
1answer
80 views

iPhone caption camera, imageview does not show picture taken

I was asked to make an app that gave random captions about their cat. I have 2 problems and I followed tutorials step by step and nothing worked. 1. When ever a picture is taken or selected, it does ...
0
votes
1answer
188 views

Access 2010 - limit date range in date picker

I am using Access 2010 on Win 7 pro. I am trying to limit the dates returned in a date picker associated with a text box on an access form. I have created the text box set its format to short date ...
0
votes
0answers
61 views

Tabbed Application

I see that someone already asked similar question once before, but no one replied. So I'm going to reask it. I've created a simple tabbed application for my iPhone with only two views. First one has ...
0
votes
1answer
110 views

Stuck with UIActionSheetPicker , iOS

This is going to be a very targeted question , as its for people that have actually used the UIActionSheetPicker before. I used it in my iphone applications and everything worked great , but now that ...
0
votes
4answers
130 views

How can I create a Picker like this in Android?

How can I create a Picker like this in Android?
0
votes
0answers
39 views

Using delegates to pass information from a picker on a popver view

This part of my app is supposed to work the following way. When the user presses a button, a popover with a picker shows up. The user then makes the selection in the picker and when the picker is ...
1
vote
1answer
141 views

UIImagePickerController fullscreen

i'm using the UIImagePickerController to show the camera view in my main view, calling it with this code: self.picker = [[UIImagePickerController alloc] init]; self.picker.sourceType = ...
0
votes
1answer
20 views

Use pickerview information in other view?

I have a tabbed application. I have 4 tabs and in the first 2 tabs there are pickerviews. How can I use the information that im giving in the first and second picker view, in the third tab ? for ...
0
votes
1answer
89 views

How to make a picker with custome values?

I have made an Android application in that I want to put a value picker as shown in the image below. Can anyone help me how to make it? I want a picker with 4 values "100","110","125","150" and the ...
2
votes
1answer
205 views

Wrong color in Interface Builder

I'm so sorry for my bad english) The problem: I set in Interface Builder color, setting the channels RGB, then I do a screenshot of the working window, open it in Photoshop and check color by color ...
4
votes
2answers
166 views

Mark selected user as checked in FriendPicker (Facebook SDK for Android)

I've done the tutorials for the Facebook SDK for Android (Especially the "Show Friends"-tutorial). How can I mark the selected users which i've selected before at the PickerActivity when i click on ...
1
vote
1answer
52 views

UIImagePicker and Camera in UITabBar popup for iPad

I wan't to include in my recent development a popup which shows a UITabBarcontroller with two tabs, one for the photolibrary and the second one for the camera. I don't want to use fullscreen for the ...
0
votes
0answers
215 views

Time and date picker in spring mvc

I'm using spring mvc and need a calendar or date and time picker into my jsp. My question is what is best to do, use an existing date picker in jquery or write own calendar in java ? And I need to ...
1
vote
1answer
138 views

Using FBFriendPickerViewController with Parse framework

I'm trying to build a facebook friend selector. At the moment I'm using the Parse framework for logging into my app using my Fb account. Do you know if it's possible to use the FacebookSDK's ...
0
votes
2answers
651 views

Style or customize Picker in Sencha Touch Architect

How can I customize a Sencha Touch picker completely? Here is what the default picker looks like. I've managed to customize the frame, center, and buttons but I can't find anything to allow me to ...
1
vote
0answers
174 views

RingtoneManager.ACTION_RINGTONE_PICKER crashes on some devices

the following code keeps crashing on some devices (instantly closes the ringtone picker dialog), on most of the devices it's working as expected. I didn't manage to find a common common denominator ...
0
votes
1answer
527 views

Phonegap native date time picker

I'm using this to choose times in my app: https://github.com/phonegap/phonegap-plugins/tree/master/Android/DatePicker However, when the native time picker pops up, the time is shown in 24h format ...
1
vote
2answers
313 views

DocsUploadView and setOAuthToken causing “undefined Dismiss” error

I'm building a webapp where a user can Authorize via OAuth2 and choose/upload files from their own Drive for later use. Essentially we're just storing the file ID and using the API to access them ...
0
votes
1answer
79 views

Display image in a packagedapp/extension after selecting from Google Drive

My packaged app gets images from google drive and then display them on the side. But I can't get the images to be displayed. I am trying to get the url of the image so that I can put that url in an ...
1
vote
0answers
253 views

Google Picker API sign in

I've got a few problems with Google Picker that I just can't seem to solve. Firstly, I have a problem with signing into my google account via the google picker window (as reported here ...
0
votes
1answer
102 views

xcode Picker loading subsequent components after selection

Here's what I would like to do. If someone knows if this is possible, and how, that would be great. I have a picker with three components. The second two components can change value based on which ...
1
vote
1answer
362 views

Android contact picker - retrieving name and number

I have researched this question a lot. I actually had this working perfectly, but now it suddenly doesn't work. I am trying to retrive a contact's name and number using the contact picker. I want to ...
0
votes
1answer
47 views

Animating pickerview movement with scrolling

Currently, these are my codes to create a picker view genderPicker = [[UIPickerView alloc] initWithFrame:CGRectMake(0, 244, 320, 270)]; genderPicker.delegate = self; ...
1
vote
0answers
58 views

Contacts Picker issue

I'm new to Android programming and I'm trying to see some examples in the internet to understand the general idea of Android development . Actually, I'm facing a issue since a week. I'm trying to run ...
0
votes
0answers
189 views

jQuery Datetime Picker - disable previous time

I use the Timepicker Addon and have this code: </pre> $('#date-time-checkin').datetimepicker({ addSliderAccess: false, minDate: +0, sliderAccessArgs: ...
0
votes
0answers
38 views

Windows phone 7 picker opens when changing pivot tab

I have a picker inside a pivot control, whenever I drag my finger over the screen to switch tabs, if I acidentally touch the picker control, the picker options pop up automatically in the middle of ...
1
vote
0answers
218 views

Update database with value from datetimepicker

Using Visual Studio 2010 and c#, I created a windows form and dragged text fields from the data sources tree to the form. The fields display fine and when I change the text in one of them and press ...

1 2 3 4 5 6