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

TOPIC:

IDE problem with the message window 12 years 2 months ago #1658

  • Nicola
  • Nicola's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 29
  • Thank you received: 0
I installed the version 2.50 of Code Typhon but, in the IDE, I can not see the message window. Use windows 7 64 bit. Is there a solution? Thanks

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

Re: IDE problem with the message window 12 years 2 months ago #1659

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Try IDE View->Messages
or post a screen with the problem
PilotLogic Architect and Core Programmer

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

Re: IDE problem with the message window 12 years 2 months ago #1661

  • Miquel Matas
  • Miquel Matas's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 121
  • Thank you received: 10
Please, also check if screen resolution is big enough.

I use 1280x1024.

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

Re: IDE problem with the message window 12 years 2 months ago #1669

  • Nicola
  • Nicola's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 29
  • Thank you received: 0
I solved by changing the coordinates of the window WindowMessage in the file
C:\codetyphon\bin\settings\win32\slazarus\environmentoptions.xml. Thank you

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

Re: IDE problem with the message window 12 years 2 months ago #1676

  • Konstantinos Papadoulas
  • Konstantinos Papadoulas's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 131
  • Thank you received: 19
Changing coordinates of a window can also be done within the Lazarus IDE :)

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

Re: IDE problem with the message window 12 years 1 month ago #1687

  • Serge Lebedev
  • Serge Lebedev's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 7
  • Thank you received: 3

papadouk wrote: Changing coordinates of a window can also be done within the Lazarus IDE :)


No. In IDE of Lazarus, packaged by CodeTyphon 2.50, this settings are removed from IDE parameters dialog.

please, make a default values for windows positions and its sizes into file /codetyphon/bin/settings/{OS}/slazarus/environmentoptions.xml with correspondency to screens 1024x600 or 1024x768; Currently default huge values is real problem for novice!

And more correctly maybe make adaptation for current screen resolution within installation process.
The following user(s) said Thank You: Curt

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

Re: IDE problem with the message window 12 years 1 month ago #1690

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Thanks Sir
We will add your suggestion to
CT To-Do list for next version
PilotLogic Architect and Core Programmer

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

Re: IDE problem with the message window 12 years 1 month ago #1691

  • Gintas
  • Gintas's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Graphics Designer/Developer
  • Posts: 32
  • Thank you received: 3
You actually need to edit the "GlassDocking.xml"
and link source view with messages window:
<Item1 Name="AnchorDockSite2" Type="Layout" ChildCount="3">
          <Bounds Top="92" Width="1145" Height="511" SplitterPos="87"/>
          <Anchors Align="Bottom"/>
          <Item1 Name="SourceNotebook" Type="Control">
            <Bounds Left="226" Width="919" Height="511"/>
            <Anchors Left="AnchorDockSplitter2"/>
    <Item2 Name="MessagesView" Type="Control">
        <Bounds Left="270" Top="796" Width="927" Height="90">
          <WorkArea>
            <Rect Right="1366" Bottom="734"/>
          </WorkArea>
        </Bounds>
      </Item2>
          </Item1>

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

  • Page:
  • 1