SOLVED - No title bar problem returned

Thanks for this workaround. We’ll try to remove that nasty bug in the future update.

Problem Solved:

For those having the same problem, the offending preferences file can be found in:

C:\Users\YOUR_USER_NAME\AppData\Roaming\GDGSoftware\HTML Executable 4\heprefer.xml. Simply rename (or delete) and restart HTMLEee 4. The preferences file will be regenerated and the locking will be gone.

Again, here is the offending section of the borked preferences XML:

  <DefWindowJvAppXMLFileStorage2s>0</DefWindowJvAppXMLFileStorage2s>
  <DefWindowJvAppXMLFileStorage2x>163</DefWindowJvAppXMLFileStorage2x>
  <DefWindowJvAppXMLFileStorage2y>0</DefWindowJvAppXMLFileStorage2y>
  <DefWindowJvAppXMLFileStorage2w>736</DefWindowJvAppXMLFileStorage2w>
  <DefWindowJvAppXMLFileStorage2h>627</DefWindowJvAppXMLFileStorage2h>

And here’s the same section of the newly generated version that works:

  <DefWindowJvAppXMLFileStorage2s>0</DefWindowJvAppXMLFileStorage2s>
  <DefWindowJvAppXMLFileStorage2x>592</DefWindowJvAppXMLFileStorage2x>
  <DefWindowJvAppXMLFileStorage2y>267</DefWindowJvAppXMLFileStorage2y>
  <DefWindowJvAppXMLFileStorage2w>736</DefWindowJvAppXMLFileStorage2w>
  <DefWindowJvAppXMLFileStorage2h>627</DefWindowJvAppXMLFileStorage2h>

Cheers,

Rich

Hi,

The same problem with the locking of the HTMLExe app window to the screen edge has appeared with the new HTMLExe 4 (win 7 64-bit). I originally encountered this is PHP Exe and as before, it occurred after activating my licence. Here is the original post:

http://www.gdgsoft.info/exeoutput-problems/exeoutput-php-application-window-has-title-bar-solved-t1710.html

However, unlike last time, deleting the preferences XML in c:\Users\NAME\AppData\Roaming\HTMLExecutable\heprefer.xml did not fix the problem. It worked for PHPExe when I deleted the ExeOutput\exoprefer.xml

Any ideas?

Cheers,

Rich