DisplayToastW bug? - 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: WLM Plus! Bug Reports (/forumdisplay.php?fid=7) +----- Thread: DisplayToastW bug? (/showthread.php?tid=43475) DisplayToastW bug? by RaceProUK on 04-23-2005 at 01:41 PM
I've just converted Phoenix to Unicode (v2 will support all them fancy Eastern characters now), but the toasts are broken. While eventually I will be doing my own, I'm using Plus's DisplayToastW in the meantime. RE: DisplayToastW bug? by Mnjul on 04-23-2005 at 02:23 PM DisplayToastW has always been working fine (for Hopper)...there might be something wrong with your string manipulation RE: DisplayToastW bug? by RaceProUK on 04-23-2005 at 02:41 PM It happenes even when I pass a string like L"Test". If I pass a string like that to MessageBoxW, it works fine, but it won't for DisplayToastW. RE: DisplayToastW bug? by Mnjul on 04-23-2005 at 03:43 PM
That sounds strange code: to code: I don't really think it should correct your problem, but why not give it a try? RE: DisplayToastW bug? by RaceProUK on 04-23-2005 at 04:40 PM
* RaceProUK W RE: DisplayToastW bug? by RaceProUK on 06-02-2005 at 01:39 PM
I think I now hold the record for looking in the wrong place the whole time. I've found what's wrong with my use of DisplayToastW. RE: DisplayToastW bug? by Patchou on 06-05-2005 at 08:59 PM lol . As for RegisterWindowMessageW(), it's not needed as the string parameter that is sent to this function is always the same and not unicode: "MessengerPlus_DisplayToast" . |