[Lazarus] usability: please not focus the messages window, only bring to front

Mattias Gaertner nc-gaertnma at netcologne.de
Mon May 21 18:32:31 CEST 2012


On Mon, 21 May 2012 18:27:19 +0200
Bernd <prof7bit at googlemail.com> wrote:

> Does anybody know where is the code located that is executing when I
> compile something and that is writing the messages to the messages
> window? I only need some starting point so I can try to step throuhg
> it but the codebase is so uge that I just can't find it.
> 
> On compilation when there occurs an error it is definitely trying to
> focus the message window, exactly at the moment the error occurs. My
> window manager does definitely NOT focus things on its own, something
> must call setfocus but I can't find it.

ide/main.pp
function TMainIDE.DoBuildProject

  IDEWindowCreators.ShowForm(MessagesView,EnvironmentOptions.MsgViewFocus);


Mattias





More information about the Lazarus mailing list