Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Screen Resizing
#1
I have a very specific thing I'm trying to accomplish.

I am creating an Cross Platform Audio Book manager for SD-Cards with the primary platform being David Murray's "Commander X16" platform.   This is a "New"/"Retro" 8-bit computer recently in production.    


I am well on the way on the Commander X16 side of things and I wouldn't come here for help with that.  


I also want a version of the Audio Book Manager to run on Windows & Linux.    I want the look and feel between the two platforms to be as close as possible.


Due to hardware limitations my Text Screens on the X16 are going to be 40 cols x 30 rows.       I need to replicate that under QB64PE.


The closest I have got is SCREEN 0,   then WIDTH 40, 43 and VIEW PRINT 1 TO 30.    This is getting me very close but with 13 blank lines at the bottom of the Window.


If I Enable $RESIZE:ON   I can manually resize the Window and cut off these lines from view.

WHAT I WANT TO DO:    Have the Window automatically resize itself with no further resizing allowed by the User.    This will give me exactly the screen I need for the correct look and feel.  I've been combing the DOCS and example code and I really can't figure out how to do this.    It should work under both Windows & Linux.
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: 11 Guest(s)