Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can you prevent a QB64 program from being maximized under Linux?
#3
Hey thanks for the reply and suggestion, mnrvovfrc. I played around with _RESIZE, tried to override the sizing with it.  I thought this code would do it to force deminsions, but still no go.  Guess I’ll just have to live with it.

$RESIZE:ON

DO
   IF _RESIZE THEN
      SCREEN 12 ‘ or whatever
   END IF
LOOP

- Dav

Find my programs here in Dav's QB64 Corner
Reply


Messages In This Thread
RE: Can you prevent a QB64 program from being maximized under Linux? - by Dav - 07-31-2023, 01:12 PM



Users browsing this thread: 1 Guest(s)