<div dir="ltr">I get these in my lcldebug.log on Wince:<div><br></div><div><div>TWinControl.DoDockClientMsg DockPanel:TPanel Control=MobileWelcomeForm:TMobileWelcomeForm DestRect=l=579,t=102,r=819,b=550</div><div>TWinControl.DoDockClientMsg DockPanel:TPanel Control=OpenMapForm:TOpenMapForm DestRect=l=823,t=420,r=1063,b=720</div>
<div>TWinControl.DoUnDockClientMsg DockPanel:TPanel Client=MobileWelcomeForm:TMobileWelcomeForm Client.Parent=DockPanel:TPanel</div><div>TWinControl.DoRemoveDockClient DockPanel:TPanel MobileWelcomeForm:TMobileWelcomeForm</div>
<div>TWinControl.DoUnDockClientMsg DockPanel:TPanel Client=OpenMapForm:TOpenMapForm Client.Parent=DockPanel:TPanel</div><div>TWinControl.DoRemoveDockClient DockPanel:TPanel OpenMapForm:TOpenMapForm</div></div><div><br></div>
<div style>I thought perhaps I'm the only one docking windows on Wince!</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 24, 2013 at 10:00 PM, Martin <span dir="ltr"><<a href="mailto:lazarus@mfriebe.de" target="_blank">lazarus@mfriebe.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF"><div><div class="h5">
    <div>On 24/05/2013 19:42, Zaher Dirkey
      wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On Fri, May 24, 2013 at 9:17 PM,
            Martin <span dir="ltr"><<a href="mailto:lazarus@mfriebe.de" target="_blank">lazarus@mfriebe.de</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div>I think the question is what is calling debugln.<br>
                - If your code does, then it should log.<br>
                - If it is in the IDE (but you wouldn't run that on
                wince) then that is correct to.<br>
                - If something else calls debugln, then that probably
                needs to be stopped.</div>
            </blockquote>
          </div>
          <br>
          <div class="gmail_default" style="font-family:tahoma,sans-serif">I am not use it at
            all, LCL in WINCE send this debug lines, it is even in
            release version of my exe, i think Filipe will understand
            me.<br>
          </div>
          <br>
        </div>
      </div>
    </blockquote>
    <br></div></div>
    Ok, so this a messages somewhere in the LCL or in the wince code of
    the LCL.<br>
    <br>
    I only ask because you pointed to the code of the logger. But that
    code is not responsible. Any call to it, in the LCL, should be
    ifdefed.<br>
    <br>
    Or it should go via LazLoggerBase or LazLoggerDummy, instead of
    LCLProc.<br>
  </div>

<br>--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
<br></blockquote></div><br></div>