Welcome, Guest
Username: Password: Remember me
Discussions for CodeTyphon Studio Installation and Setup.
  • Page:
  • 1

TOPIC:

'Message View' window set too low in installation 11 years 8 months ago #2438

  • William
  • William's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 57
  • Thank you received: 1
'Messages' window top is set too low for large 15.4" laptop display.

Tried menu selection 'View/Messages'. Still no find.

Tried resetting environnmentoptions.xml and GlassDockingRuntime.xml. Were both out of my screen bottom range. I had to play with it a bit because it kept resetting the 'top' back to the original number. After closing the project and then closing Lazarus with the 'Quit Lazarus' button, it held ok.


environnmentoptions.xml

<MessagesView>
<Caption Value="Messages"/>
<WindowPlacement Value="RestoreWindowGeometry"/>
<CustomPosition Left="306" Top="826" Width="913" Height="90"/>
//changed to: <CustomPosition Left="306" Top="196" Width="913" Height="90"/>
<WindowState Value="Normal"/>
<Visible Value="True"/>
</MessagesView>

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

'Message View' window set too low in installation 11 years 8 months ago #2439

  • William
  • William's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 57
  • Thank you received: 1

pilotlogic9 wrote: 'Messages' window top is set too low for large 15.4" laptop display.

Tried menu selection 'View/Messages'. Still no find.

Tried resetting environnmentoptions.xml and GlassDockingRuntime.xml. Were both out of my screen bottom range. I had to play with it a bit because it kept resetting the 'top' back to the original number. After closing the project and then closing Lazarus with the 'Quit Lazarus' button, it held ok.


environnmentoptions.xml

<MessagesView>
<Caption Value="Messages"/>
<WindowPlacement Value="RestoreWindowGeometry"/>
<CustomPosition Left="306" Top="826" Width="913" Height="90"/>
//changed to: <CustomPosition Left="306" Top="196" Width="913" Height="90"/>
<WindowState Value="Normal"/>
<Visible Value="True"/>
</MessagesView>


Left this out:

GlassDockingRuntime.xml

<Item4 Name="MessagesView" Type="Control">
<Bounds Left="270" Top="796" Width="927" Height="90">
//changed to: <Bounds Left="270" Top="196" Width="927" Height="90">
<WorkArea>
<Rect Right="1280" Bottom="770"/>
</WorkArea>
</Bounds>

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

  • Page:
  • 1