3 messages in com.googlegroups.google-desktop-developerRe: Custom property for object
FromSent OnAttachments
Bernie23 Jul 2008 08:22 
Arnab Roy24 Jul 2008 04:07 
James [GD Team]24 Jul 2008 10:36 
Subject:Re: Custom property for object
From:James [GD Team] (jy@google.com)
Date:07/24/2008 10:36:15 AM
List:com.googlegroups.google-desktop-developer

Yes, expando properties are not supported in basicElement dervied objects.

However, we are now looking to support this.

Cheers! James

On Jul 24, 4:07 am, "Arnab Roy" <36ar@gmail.com> wrote:

i dont think so. only valid properties are allowed

2008/7/23 Bernie <bern@lauber.to>:

Hi I would like to extend a A basicElement with the custom property .detView to save the address of a own object. In the code it would look like: cmdFokus.detView = new detViewFocus("detail.xml"); However, during runtime I get the error 0x800a01b6 I didn't find a predefined attribute which I can use for that Is there another way to achieve this? Thanks Bernhard