I have added a spinner using Activity.AddView(Spinner1,150dip,100dip,100dip,40dip) which is working ok but it does not show in the abstract designer.
if I add the spinner using the abstract designer it does not work
In the AbstractDesigner you see only Views added with the Designer !
What's the problem when you add the Spinner in the Designer ?
When you add the Spinner in the Designer you MUST not initialize it in the code.
Thanks Klaus, Herzlichen Dank!
This is the answer to a question that I have been asking for more than a week,
then Erel's Sliding panels example can never show up in designer because the views were all added by code.