Welcome, Guest
Username: Password: Remember me
CodeTyphon MS Windows (Win7, Win8.x, Win10 and Win11) OS Development, discussions and problems
  • Page:
  • 1

TOPIC:

Can't see the messages window... 11 years 11 months ago #2825

  • azrael11
  • azrael11's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 59
  • Thank you received: 0
I see a topic here, but it doent help...

I olso make everything from this topic no results...

Please help...
Free minds... with focus in future...

Please Log in or Create an account to join the conversation.

Last edit: by azrael11.

Can't see the messages window... 11 years 11 months ago #2829

  • avra
  • avra's Avatar
  • Visitor
  • Visitor
Your display might be small so initially Messages window is out off the visible screen.

Find this file: "c:\Documents and Settings\YourWinLoginName\Application Data\lazarus32\environmentoptions.xml" and this section:

- <MessagesView>
<WindowPlacement Value="RestoreWindowGeometry" />
<CustomPosition Left="348" Top="947" Width="928" Height="45" />
<WindowState Value="Normal" />
<Visible Value="True" />
<Caption Value="Messages" />
</MessagesView>

Now replace old line inside this section with this:

<CustomPosition Left="100" Top="100" Width="500" Height="45" />

This should make messages window visible.

There is another way to solve this problem, by moving window only with keyboard commands. Click on Lazarus menu View/Messages to show that invisible window, and then press ALT+SPACE together, DOWN ARROW once, ENTER once and UP ARROW many times until you see messages window.

Please Log in or Create an account to join the conversation.

Can't see the messages window... 11 years 11 months ago #2830

  • azrael11
  • azrael11's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 59
  • Thank you received: 0

avra wrote: There is another way to solve this problem, by moving window only with keyboard commands. Click on Lazarus menu View/Messages to show that invisible window, and then press ALT+SPACE together, DOWN ARROW once, ENTER once and UP ARROW many times until you see messages window.


Thanks that works ok...

It is way to down :laugh: ...
Free minds... with focus in future...

Please Log in or Create an account to join the conversation.

  • Page:
  • 1