<< Click here to display Table of Contents >> Navigation: Install, Configure and Administer GN4 > Configuring GN4 > Configuring Add-ins and scripts > Working with GN4 Scripts > Writing GN4 scripts:
While in Ted.vb you can use this syntax:
Dim editDialog As EditObjDialog = New EditObjDialog(Main.Window)
in Article.vb you have to call it differently:
Dim editDialog As EditObjDialog = New EditObjDialog(TedApp.AppBase.Windows.Item(0))