thank but how should i use
code:
PlusWnd.SetControlText()
this is the part that creates the window:
code:
function OnGetScriptMenu(Location)
{
var ScriptMenu ="<ScriptMenu>";
ScriptMenu +="<MenuEntry Id=\"window\">Polite Preferences</MenuEntry>";
ScriptMenu +="</ScriptMenu>";
return ScriptMenu;
}
function OnEvent_MenuClicked(MenuId, Location, Wnd)
{
switch(MenuId)
{
case "window":
MsgPlus.CreateWnd( 'windows_new.xml', 'Polite', 0 );
break;
}
}
so how should i use him there ??? with this default sentence:"hello nice to see you again"
btw the controlid is EdtWelcomeMsg