[mono-android] Events for date and time picker

2011-11-19 Thread Paul F. Johnson
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

[mono-android] NullException error

2011-11-19 Thread Paul F. Johnson
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

Re: [mono-android] Drag and Drop a graphical object sample code/tutorial?

2011-11-19 Thread Glen Hassell
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

[mono-android] Drag and Drop a graphical object sample code/tutorial?

2011-11-19 Thread Amir Waldman
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