I am also seeing issues. I just created a simple test form with the code below, and although I dont see any errors, the form never shows, it just quits immediately. If I copy 4.61 back into place, the same code works fine.

 Code:
$System = CreateObject("KiXtart.System")
$Form = $System.Form()
$Form.Show()
While $Form.Visible
   $Nul = Execute($Form.DoEvents)
Loop
Exit 0


I am using Windows 7 SP1 64-bit.

Also, I added "? @SError" lines after each line and they all say success, but the form never shows.


Edited by ShaneEP (2011-08-16 05:57 PM)