03-31-2023, 01:21 PM
(03-30-2023, 08:12 PM)Petr Wrote: You know, programming is all about coordinates.
Code: (Select All)_Title "Test boxes" 'b+ modified by Petr 2023-03-30
' default screen
Screen _NewImage(_DesktopWidth, _DesktopHeight, 32)
_FullScreen
_MessageBox "Box tests", "This is the _MessageBox test, and is in middle."
ans$ = _InputBox$("Box Tests", "Hi, i am not in middle. Is it great?", "No!")
Print "So think i need other inputboxes than build-in. "
Simply, when you write something, you need to determine the coordinates where it will appear. For the messagebox, that's cool, the middle is good. But about the inputbox... hey, I don't want to criticize here when I haven't added anything, so I'm looking for my own solution if the existing one doesn't suit me. That's all.
What for? you can drag the InputBox anywhere you want if you need to see something on the screen.
b = b + ...