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 not show up in the UIImageView, every thing is…
I have a viewcontroller, and I would like to display a modal view controller with :
presentModalViewController when a user finished picking an image.
The modal view controller is working fine when I call it from a button in my main view.
But when I…
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 and selected on dates in the show date picker…
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 some simple text fields and labels etc. nothing…
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 example: 1 picker view : (which is your favorite…
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 selected value should be set in an EditText.
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 customize that blue gradient toolbar. I can't even…
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 instead of 12h, is there a way to make the time…
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 image source. The image url that I am getting is…
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 item is selected in the first component. I need…
I want an UIPickerView that fills all the screen. This is the code i have ...
pickerView1 = [[UIPickerView alloc] init];
[pickerView1 setDelegate: self];
[pickerView1 setFrame: CGRectMake(0,0, 480, 320)];
[self.view addSubview: pickerView1];
This…
I am new to mobile development with Titanium Studio. I want to create a picker with a little smaller size. I tried setting the Height and Width property but of no use. And I came across below link:
Changing the height of the picker
But I saw that it…
I'm searching after a color picker jquery plugin, but not like all this:
http://www.jquery4u.com/plugins/10-color-pickers-plugin/#.UHK6XU1mKa8
I want to have a tool like in Photoshop when you can take sample of the color of any pixel in the…