Custom Control Initialization

Hi All,

I’ve created my own custom control which has an attribute “fooprop” that is actually a property of type FOOInfo. When I try to add code for this property to the adapter class via Code Assitant generated code looks as

FOOInfo m_foo;

where I’d like it to be as

FOOInfo m_foo = new FOOInfo();

Is there anyway to do this, maybe by editing the Handler class?

  • Regards,
    Mehmet.

…unfortunately: no. I understand your problem. We will add this to our product planning.

Thanks! Bjoerm