We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LDDialogs.SetStartupPosition
#3
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)

Code:
GraphicsWindow.Show()
LDDialogs.SetStartupPosition(10,10,1)
dialog1 = lddialogs.inputbox("Prompt","Title")
TextWindow.WriteLine(dialog1)
[-] The following 2 users Like litdev's post:
  • AbsoluteBeginner, Scout
Reply


Messages In This Thread
LDDialogs.SetStartupPosition - by Yumda - 01-06-2025, 02:33 AM
RE: LDDialogs.SetStartupPosition - by Scout - 01-06-2025, 08:27 AM
RE: LDDialogs.SetStartupPosition - by litdev - 01-06-2025, 09:53 AM
RE: LDDialogs.SetStartupPosition - by Yumda - 01-08-2025, 08:11 AM
RE: LDDialogs.SetStartupPosition - by litdev - 01-08-2025, 01:01 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)