Yumda, Scout,
You are right that this dialogue dosn't use the SetStartupPosition option. This is a special Visual Basic dialogue with its own positioning control which are different to the other standard dialogues. I will have a go at making it compatible.
EDIT
Uploaded a new beta version (1.2.29.13), you can get with Extension Manager.
To use Mode 1 (relative to GW, GW should be visible)
You are right that this dialogue dosn't use the SetStartupPosition option. This is a special Visual Basic dialogue with its own positioning control which are different to the other standard dialogues. I will have a go at making it compatible.
EDIT
Uploaded a new beta version (1.2.29.13), you can get with Extension Manager.
To use Mode 1 (relative to GW, GW should be visible)
Code:
GraphicsWindow.Show()
LDDialogs.SetStartupPosition(10,10,1)
dialog1 = lddialogs.inputbox("Prompt","Title")
TextWindow.WriteLine(dialog1)