Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Query to function _InputBox$
#7
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.


Reply


Messages In This Thread
Query to function _InputBox$ - by Petr - 03-30-2023, 09:44 AM
RE: Query to function _InputBox$ - by bplus - 03-30-2023, 12:34 PM
RE: Query to function _InputBox$ - by Petr - 03-30-2023, 05:37 PM
RE: Query to function _InputBox$ - by Jack - 03-30-2023, 06:27 PM
RE: Query to function _InputBox$ - by Petr - 03-30-2023, 06:52 PM
RE: Query to function _InputBox$ - by bplus - 03-30-2023, 07:51 PM
RE: Query to function _InputBox$ - by Petr - 03-30-2023, 08:12 PM
RE: Query to function _InputBox$ - by bplus - 03-31-2023, 01:21 PM
RE: Query to function _InputBox$ - by Petr - 03-30-2023, 09:44 PM
RE: Query to function _InputBox$ - by Petr - 03-31-2023, 08:55 AM
RE: Query to function _InputBox$ - by mnrvovrfc - 03-31-2023, 09:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Function Pointers? BlameTroi 5 265 02-20-2026, 05:55 PM
Last Post: BlameTroi
  function "_ARCSEC()" is wrong? BSpinoza 16 3,501 10-31-2023, 04:23 PM
Last Post: SMcNeill
  TYPE and CONST within SUB/FUNCTION TerryRitchie 9 1,993 07-11-2023, 01:22 AM
Last Post: bplus
  instr function in reverse ??? doppler 3 780 02-10-2023, 02:33 PM
Last Post: doppler
  Variable as a reference or value to a function Kernelpanic 22 4,359 08-08-2022, 07:41 PM
Last Post: bplus

Forum Jump:


Users browsing this thread: 1 Guest(s)