thx~
The pluswnd showed.
But another question:
quote:
function OnWndColorEvent_CtrlClicked(PlusWnd,ControlId) {
if(ControlId == "Red") {
ChatWnd.SendMessage('紅色');
WndColor.Close(0);
}
else if(ControlId == "Blue") {
ChatWnd.SendMessage('藍色');
WndColor.Close(0);
}
else if(ControlId == "Yellow") {
ChatWnd.SendMessage('黃色');
WndColor.Close(0);
}
else if(ControlId == "Green") {
ChatWnd.SendMessage('綠色');
WndColor.Close(0);
}
}
When I click the button, there's nothing happened.
I wanted the result wil be like this:
Click the first button, send something to my contact, click the second button, send another thing....
Please help me to check that part of the js file above, or see the post before last post and check the whole js file for me.) Give 100000000 thanks!