Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Screen Resizing
#6
(07-25-2024, 07:22 PM)NakedApe Wrote: Is the VIEW PRINT important to your program? 

This seems to do the job, but maybe I'm missing something. Not sure why you set the rows to 43 when you want 30...

EDIT: The output looks the same with / without the VIEW PRINT on my screen.

Code: (Select All)
Screen 0
Width 40, 32

For a = 1 To 30: Print a: Next a
Locate 1, 3
For a = 1 To 38: Print "x";: Next a
Sleep
System
  The VIEW PRINT is just so the Screen behaves like the X16 screen I'm porting from.      Just figured out that WIDTH 40, 30 actually works but the FONT Aspect at least on Linux looks better when I do the Width 40, 43.    I'll be doing the port to Linux first then tweaking it to work on Windows.    Might turn out that 40, 30 will work fine on Windows.   That would be an easy tweak.        Seems nobody quite knows how to make a window resize by itself ????    We can make the Window move by itself.   Why can we not make it resize itself ???
Reply


Messages In This Thread
Screen Resizing - by ahenry3068 - 07-25-2024, 06:46 PM
RE: Screen Resizing - by Petr - 07-25-2024, 07:10 PM
RE: Screen Resizing - by ahenry3068 - 07-25-2024, 07:19 PM
RE: Screen Resizing - by NakedApe - 07-25-2024, 07:22 PM
RE: Screen Resizing - by ahenry3068 - 07-25-2024, 07:52 PM
RE: Screen Resizing - by Petr - 07-25-2024, 07:42 PM
RE: Screen Resizing - by Pete - 07-26-2024, 12:02 AM
RE: Screen Resizing - by ahenry3068 - 07-26-2024, 12:40 AM
RE: Screen Resizing - by Pete - 07-26-2024, 12:47 AM
RE: Screen Resizing - by ahenry3068 - 07-26-2024, 01:02 AM
RE: Screen Resizing - by Pete - 07-26-2024, 02:37 AM
RE: Screen Resizing - by ahenry3068 - 07-26-2024, 02:48 AM



Users browsing this thread: 12 Guest(s)