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

TOPIC:

IDE - Main window disappeared 9 years 9 months ago #5582

  • marco
  • marco's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
After working with CT for some weeks, something strange begin to happen: the main window of the IDE (the one containing the main menu and the component palette) has disappeared or is hidden somewhere. The only way I found to solve this problem was to rebuild the IDE, but this problem is happening again (and again). Any clues ?

PS
this is my first post, greetings to everyone !

EDIT
the operative system is XP Pro

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

Last edit: by marco.

IDE - Main window disappeared 9 years 9 months ago #5583

  • Tony_O_Gallos
  • Tony_O_Gallos's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Ελεύθερο λογισμικό ή θάνατος
  • Posts: 84
  • Thank you received: 23
Hi Marco,

there is an option in CT menu to restore default settings:
-Typhon-IDE
--IDE Settings, Restore Defaults

Be aware it will reset any customization you have done in your IDE.

Alternatively you could browse inside your "application data" folder (hidden in your windows profile),
then edit, in typhon32 folder, in the following files the Top and Left property for MainIDE:

environmentoptions.xml (see CustomPosition)
<MainIDE>
  <Caption Value="MainIDE"/>
  <WindowPlacement Value="RestoreWindowGeometry"/>
  <CustomPosition Width="1333" Height="91" Left="1" Top="3"/>
  <WindowState Value="Normal"/>
  <Visible Value="True"/>
</MainIDE>

GlassDockingRuntime.xml (see Bounds)
<Item1 Name="MainIDE" Type="CustomSite">
  <Bounds Top="3" Left="1" Width="1333" Height="91">
    <WorkArea>
      <Rect Right="1600" Bottom="870"/>
    </WorkArea>
  </Bounds>
</Item1>

And everything should be fine :)
The following user(s) said Thank You: Miquel Matas, marco

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

Last edit: by Tony_O_Gallos.

IDE - Main window disappeared 9 years 9 months ago #5601

  • marco
  • marco's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
Changing the xml files did the trick !!! Thanks !!!

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

IDE - Main window disappeared 9 years 8 months ago #5766

  • GoldenFox1
  • GoldenFox1's Avatar
  • Visitor
  • Visitor
Hi All.
My main window disappeared after recompiling IDE.
Changing the xml files not effect.
After restart CT section <WindowState Value="Normal"/> in the file environmentoptions.xml automatic set in <WindowState Value="Minimized"/> and IDE Main window not visible :(
Pleeeeeeeeаse help!!!!!!
CodeTyphon Studio 14-Jul-2014 ver 4.92
Windows 8.1 x32

PS: Sorry for my bad english :blush:

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

Last edit: by GoldenFox1.

IDE - Main window disappeared 9 years 8 months ago #5767

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Sir my suggestion
for these errors :
open CTCenter and execute " Typhon IDE ->IDE Settings Restore Default"


PilotLogic Architect and Core Programmer
The following user(s) said Thank You: GoldenFox1

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

Last edit: by Sternas Stefanos.

IDE - Main window disappeared 9 years 8 months ago #5771

  • GoldenFox1
  • GoldenFox1's Avatar
  • Visitor
  • Visitor
It works. Thanks!!!

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

IDE - Main window disappeared 9 years 8 months ago #5792

  • Javor
  • Javor's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • M.Sc in Computer Science, (ex-)freelancer
  • Posts: 72
  • Thank you received: 8
I thought it's fixed as I found the solution to the problem. Please check at the bottom of this topic . It's all there and you don't have to reset anything ;)

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

Last edit: by Javor.
  • Page:
  • 1