Hi Friends,
Iam new to this forums. by the suggestion of my friend i came to know that this forum is very very good and we get a very good responses. iam new to .NET 3.5 , WPF, infragistics and MVVM.
I have two calender controls and button control ( when clicking the button user see a list of events between the date range. We follow M...
I've had some issues trying to get the JPImagePickerController working in my code.
Anyone find any guides on how to do it (I can't find a single one)?
Thanks.
...
I have one issue with Datetime Picker
In my firstview i have button.If i click that button it should open DateTime Picker in the second view.
After selecting the datetime it should show datetime in the firstview text field.
Please help in this issue.
...
hi Everyone..
I am working on Picker control and facing a problem of customising the size (REDUCING THE SIZE OF UIPICKER ) on the view.I tried it but it showed either the data in picker is overlapped or their is a dark grey background on both ends of picker .Response needed badly
Thanks
...
I'm developing a website that will need to be mobile friendly allowing users to select a date range.
Any help will be appreciated.
...
Hey all, I'm using this colorpicker (http://www.eyecon.ro/colorpicker) and am trying to capture the hex value so that I can use it on the server side to store the selected color. If you check out the link provided, I'm using the last option:
$('#colorSelector').ColorPicker({
color: '#0000ff',
onShow: function (colpkr) {
$(colpkr)....
This question1 describes a way how to show list of phone numbers and select one of them if my app needs a phone number. But image if I have a huge contact list, it is not enough to just show list but possibility for filtering (by contact's name) is also needed. Is there a standard way to show phones list with picking possibility and with...
hi guys,
I have a class with 4 arrays: tab_1,tab_2,tab_3 and tab_T.
I set the picker's delegate and datasource to self (which is the class containing the arrays).
The picker is called when textfields begin editing. I return NO in order to prevent the keyboard from being shown. I have a method animating the picker instead.
Depending on...
Hi,
How I could able to add a toolbar to the picker?
I want above the picker there is a toolbar with a "done" bar button item. clicking the "done" button will hide (animate) the picker offscreen (going to bottom like the keyboard)
I'm still looking for this how-to... Hope you could help me.
Thanks
...
I am looking for iPhone-like "picker" control which can be used in the web.
Without using any third party control or Flash\silverlight. Only HTML,Style sheet,javascript\jquery etc. are allowed.
I will appreciate if anyone helps me.
Thanks in advance....
...
Is it possible to add images and columns to Picker View in XCode Interface Builder?
Image here:
http://media.tumblr.com/tumblr_l5fgqaBrEo1qar71d.jpg
Im supposed to come up with something similar.. and im quite new to developing iphone app, but do have experience of C#/Java...
any tips/inputs?
thanks in advance!!
...
Hai,
Can any one post sample code for a simple date picker in Android.
If date picker is not possible in Android, an option to choose a date is needed.
Thanks in Advance..
...
Hi everyone,
can anyone recommend me some jQuery tools date time picker, on official jQuery tools site there is only date picker but I am looking for plugin that has time extension.
Thanks a lot.
...
I have a app that uses the uiwebview to display a web page from the resource bundle.I want the user to be able to choose a picture with the photo picker or camera and display it as the page body background.I suppose i will need some objective c interacting with some javascript in the page......Thanks in advance for any help.......Len K
...
In my application I do have a popover controller which opens when I click on a button
In that popover i m using a tableview controller in which i an giving option to choose image providing by program. Now in that there is one more option in table view to choose image from saved library. Now on clicking on that I want to open imagepickerv...
Hi All. I'm soooooo close to finally finishing my first app to put in the store. Everything works just fine and memory leaks are almost totally nonexistent....except when I'm using the Camera or Selecting an Image from the Camera roll.
If the user chooses the camera vs. the roll....the camera works fine...takes a picture and then when...
in the iPhone app, i have both the text field and picker in the same window. I want the picker popup to disappear when user clicks on textfield and keyboard appears. Similarly keyboard should disappear and picker popup should come up when user clicks on picker.
Any sample code?
...
I'm trying to implement something like a countdown timer that plays an alarm at 0. I want to be able to set the amount of time to wait before the timer goes off and I'm wondering if there's a UI widget or element that provides this kind of selection functionality.
Basically, does android have something like the iPhone's selection spinwh...
Hello.
I am absolutely new to the Android platform and have been building an application while learning the development process.
Currently, I am working on an activity in which i need to deploy 2 date pickers. One is a "Start Date" and the other is an "End date". I have been following the DatePicker tutorial on the android developers p...