Tuesday, January 06, 2009

Issue with LogToHistoryListActivity

Sometimes the Hostory discription of this activity is not set when you set the value direclty like

this.logactivity.HistoryDiscription = "some text" is not worked while it is within the loop section.

to fix this, you need to do this:

(sender as LogToHistoryListActivity).HistoryDiscription = "some text" in

LogToHistoryListActivity_methodinvoking event.

This should work fine.