Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: antonh on June 28, 2008, 05:36:26 AM

Title: Runtime error 384
Post by: antonh on June 28, 2008, 05:36:26 AM
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
Title: Runtime error 384
Post by: Randem on June 28, 2008, 09:08:29 AM
Delete the InnoScript.ini file in your Documents and SettingsyourusernameLocal SettingsApplication DataRandem SystemsInnoScript folder then re-run InnoScript. See if that works.
Title: Runtime error 384
Post by: Randem on June 28, 2008, 09:58:38 AM
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?
Title: Runtime error 384
Post by: antonh on June 28, 2008, 11:41:56 AM
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
Title: Runtime error 384
Post by: antonh on June 28, 2008, 11:57:56 AM
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
Title: Runtime error 384
Post by: Randem on June 28, 2008, 01:07:24 PM
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.