[?] Change caption when a window is opening - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [?] Change caption when a window is opening (/showthread.php?tid=69499) [?] Change caption when a window is opening by gravier on 12-14-2006 at 06:29 PM
Hi, code: and the error's translation (my error is in french..): code: Thx. EDIT: the code is in OnEvent_MenuClicked() and the line 62 is "Wnd.SetControlText('website', url);" RE: [?] Change caption when a window is opening by Silentdragon on 12-14-2006 at 10:05 PM
code:And do note that it is case-sensitive when you use a control's name. RE: [?] Change caption when a window is opening by NanaFreak on 12-14-2006 at 11:09 PM
and also your xml might have an error... like the unicode it was saved in... make sure it is saves in unicode-16 ( UTF-16 ) RE: [?] Change caption when a window is opening by gravier on 12-15-2006 at 04:46 PM
Yes! Thanks SilentDragon! It works |