Michael McConville wrote in message < 384E93C3.9AA0F621@dscorp.com
>…
>Very Strange.
>
>My menu bar and all windows except the code view are gone. Delphi 5 is
>still running you can see it in the
>task manager but their is no icon on the bottom of my desktop.
>
>I uninstalled and reinstalled and still not visible. How do I get it
>back.
>
>–
>Michael McConville
No Menu in Delphi5 IDE
——————–
It’s a known bug.
Workaround is easy.
Open the .DSK file with any text editor (like notepad). It’s in the same
format as .INI files.
Just search section [Main Window] and set both Create and Visible to 1. Also
check Left,Top values that they’re not off screen:
[Main Window]
Create=1
Visible=1
State=0
Left=1
Top=-2
Be sure to close Delphi before saving it.
—
———————-
Regards
Robert Cerny
0 Kommentare zu “IDE: Menu is gone”