Bumping an oldish thread here...
Does the Panel passed to the java DesignerCreateView method have all properties set from the Designer?
Erel stated the Panel Tag is set from the Designer, does the same apply to other properties too?
I'm asking about the Enabled and Visible properties mainly.
I've been wondering why a custom Spinner type CustomView never becomes visible when it's Visible property is set to True in code.
The CustomView's Visible property is set to False in the Designer.
So i'm guessing that my custom Spinner is contained in a parent Panel - and that the Panel is not Visible so neither is my Spinner, regardless of whether the Spinner is visible or not?
Martin.