Hi,
I can not run Innoscript. If I want to create or open a project I always get the runtime error 384
(the form can not be moved or resized while it is minimized or maximized). I have reinstalled Inno Setup. My operating system is Windows XP.
Best regards
Anton
Delete the InnoScript.ini file in your Documents and SettingsyourusernameLocal SettingsApplication DataRandem SystemsInnoScript folder then re-run InnoScript. See if that works.
The only way I could get the error 384 was if I was attempting to run in a resolution less that 1024 x 768. Are you attempting to do this?
Hi,
I deleted the INI file, but it still does not work. I have that error on two different computers. One of them has the resolution 1920x1200 and the other one 1280x1024.
Best regards
Anton
Hi,
I have found the problem.
The parameters WindowState in those two sections must be 0. By default they have the value 2.
[frmParameter]
Top=660
Left=660
Height=9615
Width=10095
Visible=Falsch
WindowState=0
[Screen]
Left=0
Top=0
Width=28740
Height=16305
WindowState=0
Best regards
Anton
Good detective work. It seems to only do that when it gives the screen resolution message. I will force a window state of zero for those.