Almost but not quite!!
Managed to repeat the process for minute and hour hands and now have all hands working but still have the ugly face of the standard clock persisting. How to get rid of that is difficult.
LabelHour.Initialize("")
Activity.AddView(LabelHour,(ScnWidth-400)*.5,(ScnHeight-400)*.5,400,400)
LabelHour.BringToFront
bmpNeedleHour.Initialize(File.DirAssets,"clock_hours.png")
LabelMin.Initialize("")
Activity.AddView(LabelMin,(ScnWidth-400)*.5,(ScnHeight-400)*.5,400,400)
LabelMin.BringToFront
bmpNeedleMin.Initialize(File.DirAssets,"clock_minutes.png")
LabelSec.Initialize("")
Activity.AddView(LabelSec,(ScnWidth-400)*.5,(ScnHeight-400)*.5,400,400)
LabelSec.BringToFront
bmpNeedleSec.Initialize(File.DirAssets,"clock_seconds.png")