what is your version of kix32.exe and kixforms.dll ?

I am using kix 4.66 and kixforms 2.46.55
in kixforms.chm (for version 2.46), i found that frame is deprecated.

if you have an error with my code in the function addtextbox, you should have an error before because location is used with $logo and $infoframe !!!

a command
 Code:
$object.location = $x, $y
can be replaced with
 Code:
$object.left = $x
$object.top = $y
_________________________
Christophe