Bug with type="FigureElement" - 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: Bug with type="FigureElement" (/showthread.php?tid=72508) Bug with type="FigureElement" by Flash on 03-10-2007 at 05:30 AM
<Element xsi:type="FigureElement" Id="FigRectNews" Visible="false"> RE: Bug with type="FigureElement" by Matti on 03-10-2007 at 09:30 AM
ShowWindow can only be used for windows/controls which have a handle assigned. Elements don't return a handle (try it: PlusWnd.GetControlHandle("FigRectNews") will return 0) and therefore you can't use API functions such as ShowWindow on it. RE: Bug with type="FigureElement" by Flash on 03-10-2007 at 06:12 PM
Thx that work great and i can use RichEditControl without the move window bug |