Spinners

cadcamman

Member
Licensed User
Longtime User
Hi

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

I am very new to this it is my first program

thanks
 

cadcamman

Member
Licensed User
Longtime User
Hi Klause

Thanks for the reply
When I added it in the designer the spinner shows but it will not drop down

When I add it with code the first item in the list shows and it will drop down
 

Beja

Expert
Licensed User
Longtime User
In the AbstractDesigner you see only Views added with the Designer !

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.
 
Last edited:

klaus

Expert
Licensed User
Longtime User
Hi Beja,
...then Erel's Sliding panels example can never show up in designer because the views were all added by code.
It is possible.
I understood your question about sliding panels only here.
Have a look at the other thread.

Best regards.
 
Last edited:
Top