Hi,
Can anyone please tell me why this code causes a NilObject Exception on line 2, resulting in the app hanging with a permanent spinning beach ball ??
(I have no other code in the window at all)
dim f as FolderItem = GetFolderItem("myApp Data").child("EULA.txt")
dim txt as TextOutputStream = TextOutputStream.Create(f)
txt.Write TextArea1.Text
txt.close
MainWindow.Show
self.close
Thanks.