Page 1 of 1

Messages Box

Posted: Thu May 17, 2007 5:40 pm
by mmurdock
Is there a way to write information to the messages pane within the designer?

Thanks,

Mat

Messages Box

Posted: Fri May 18, 2007 9:16 am
by Vital
You can use following code:

Code: Select all

StiMessagesPanelService.GetService(designer).WriteMessage("123");
This code work only for build starts from 18 May.

Thank you.

Messages Box

Posted: Fri May 18, 2007 11:34 pm
by mmurdock
Thanks,

Mat