O.P. RE: RE: some problem...
understand that, thanks for you help.. ^^
the other question, DisplayInfoMessage function.
DisplayInfoMessage(
[string] Message,
[int,optional] Duration,
[boolean,optional] ForceNow
);
Duration and ForceNow parameters seen to be not work right now...
maybe it also my mistake
I want to show some info on information area, so code like this
chatWnd.DisplayInfoMessage("12345",3,false);
it's mean, "12345" will be show on information area for 3 sec. right?
and if message queue have something, that also show out after my message.
but work not like I thought, why? >"<
|