RE: MOSS - Web Part chrome is locked

2011-09-27 Thread Paul Noone
Sydney From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nigel Witherdin Sent: Wednesday, 28 September 2011 12:47 PM To: OzMoss Subject: RE: MOSS - Web Part chrome is locked DocumentTemplate is an optional parameter for a ListInstance element, so presumably if you omit it,

RE: MOSS - Web Part chrome is locked

2011-09-27 Thread Nigel Witherdin
zMOSS Subject: RE: MOSS - Web Part chrome is locked Hi Shahram, That hasn’t been my experience. It’s possible that it’s an either or (by design or otherwise) but the properties added to the webpart file seem to apply directly to its properties in the gallery, not a page instance. In any case

RE: MOSS - Web Part chrome is locked

2011-09-27 Thread Paul Noone
: Re: MOSS - Web Part chrome is locked Hi Paul, This change to elements.xml won't help. Similar change has to be applied to .webpart file: ... None Regards, Shahram. From: Paul Noone To: ozMOSS Sent: Tuesday, 27 September 2011 3:04 PM Subject: RE: MOSS - Web Part chrome is lock

RE: MOSS - Web Part chrome is locked

2011-09-27 Thread Paul Noone
Part chrome is locked Hi Paul, This change to elements.xml won't help. Similar change has to be applied to .webpart file: ... None Regards, Shahram. From: Paul Noone To: ozMOSS Sent: Tuesday, 27 September 2011 3:04 PM Subject: RE: MOSS - Web Part chrome is locked Hi Jorge, Fou

Re: MOSS - Web Part chrome is locked

2011-09-27 Thread Shahram Banihashem
Hi Paul,   This change to elements.xml won't help. Similar change has to be applied to .webpart file:   ...       None Regards,   Shahram. From: Paul Noone To: ozMOSS Sent: Tuesday, 27 September 2011 3:04 PM Subject: RE: MOSS - Web Part chrome is locked

RE: MOSS - Web Part chrome is locked

2011-09-26 Thread Paul Noone
] On Behalf Of Jorge Carvalho Sent: Monday, 19 September 2011 9:32 PM To: ozMOSS Subject: RE: MOSS - Web Part chrome is locked Hi Paul, The CreatechildControls method creates the controls on runtime when the web part is rendered, not when it is provisioned. You're resetting the Chrome type

RE: MOSS - Web Part chrome is locked

2011-09-19 Thread Jorge Carvalho
Hi Paul, The CreatechildControls method creates the controls on runtime when the web part is rendered, not when it is provisioned. You're resetting the Chrome type every time you display the web part. You can define custom settings when you are provisioning the web part as part of a web template,