StrataFrame Forum

What is the ThemedDetailWindow?

http://forum.strataframe.net/Topic4873.aspx

By Greg McGuffey - 11/30/2006

What is the purpose of this control? Example usages?



Thanks!
By Greg McGuffey - 12/4/2006

Ah, did you guys miss this one?
By StrataFrame Team - 12/4/2006

Hrm... yes, apparently, I did miss this one...

The ThemedDetailWindow is a control that can be used to show a specific set of details about an object.  A perfect example would be within the activation client (StrataFrame Menu -> License Information).  It is the control that displays on the first page of the wizard to show you details about your license file.  You can use it by adding items to display to the collection.  You then have to programmatically set the value of each of the items that you add.

By kkchan - 12/16/2006

Hi,

How could I modify ThemedDetailWindow so that it supports data binding to BO? I would think information come from data source like database or XML most of the time. Data retrieval usually done va BO.

Thank you

By Trent L. Taylor - 12/17/2006

ThemedDetailWindow so that it supports data binding to BO?

This control does not support individual row data binding at the moment.  This is something that has been requested before and is already on the possible list of enhancement requests.  As for where the data comes from, it would not matter.  Business objects are ignorant of where the data comes from.

By kkchan - 12/17/2006

This is something that has been requested before and is already on the possible list of enhancement requests.




Anyway for us to view list of enhamcements requested/accepted?



Thank you
By Trent L. Taylor - 12/17/2006

Only when a new release is published.  We have an article that shows all updates since the previous version.