Hi,
My date and time pickers are non-modal (they are part of the layout).
AIUI, for modals, a listener has to be set (as per the examples). As
these are not modals, I'm trying to use the bog standard form
DatePicker dp // define it from a resource
dp.Click += new EventHandler(dateChanged);
Unfor
Hi,
My (slowly) developing Android app seems to have come a cropper with a
very unhelpful error message
Unhandled Exception:
System.NullReferenceException:
and that's it.
I have three tabs. Tab 2 has a reference to tab 1 like this
public class tabTwo : Activity
{
tabOne tab;
// etc
}
The
http://docs.jquery.com/UI/Draggables/draggable
Very simple. Use a webview
On Nov 20, 2011 12:32 AM, "Amir Waldman" wrote:
> I'm looking for a piece of code that shows how to easily drag a graphical
> object with your finger from point A to point B while having a background
> image behind. Just
I'm looking for a piece of code that shows how to easily drag a graphical
object with your finger from point A to point B while having a background
image behind. Just to make things clear, I'm not interested in moving an
object from one container to another, simply dragging it on the screen to a
r