Shawn, you're right it was the AddImage call. I misread the KiXGUI documentation.

quote:

AddImage Parameters
Method Name The internal name of the object String
Image The full path and name of the image String
Left Optional. Set the left property Long
Top Optional. Set the top property Long
Width Optional. Set the width property Long
Height Optional. Set the height property Long

Return value The created control Object
Example : Form.addImage(''NewImage'',"C:\Image.bmp" ,15,15)
Notes

The example uses two single-quotes for the AddImage "name," but it looks like double-quotes when you print the documentation. I found it when I was copying the documentation into UltraEdit so I could post it here.

Now, the form is displaying but the image is "greyed" out. I'll keeping working on it.

The funny thing is it worked in 4.02. [Confused]

[ 08 July 2002, 17:47: Message edited by: Chris S. ]