Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QB64pe version 3.0 released!
#11
(08-27-2022, 07:48 PM)RNBW Wrote: Am I the only person who gets a minicule console screen for output, with no apparent means to increase its size.


What OS?  Screen dimensions?  Is this a case of super high resolution images losing DPI Awareness?
Reply
#12
hello @Jack. as i said before, i didn't see any instability with O3 and qb64 is faster. but if you want to do some tests in O2 vs O3, i would be curious to see that...
Reply
#13
(08-27-2022, 07:55 PM)SMcNeill Wrote:
(08-27-2022, 07:48 PM)RNBW Wrote: Am I the only person who gets a minicule console screen for output, with no apparent means to increase its size.


What OS?  Screen dimensions?  Is this a case of super high resolution images losing DPI Awareness?

Windows 11.  1920 X 1080. 150% default setting.  Everything else is fine.  Previous version of QB64 PE not a problem.  No problem with any other software.
Reply
#14
Can you post a screenshot? And maybe upload the config file? I use a similar system and can't replicate the issue. Haven't heard anyone else mention it either. Sad
Reply
#15
(08-27-2022, 07:48 PM)RNBW Wrote: Am I the only person who gets a minicule console screen for output, with no apparent means to increase its size.
Maybe a silly question, but have you tried _fullscreen? Shy
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.) Big Grin
Please visit my Website at: http://oldendayskids.blogspot.com/
Reply
#16
Congratulations to you and your team. A lot of hard work went in there, I bet, and now us plebs can sit back and enjoy it! Big Grin
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.) Big Grin
Please visit my Website at: http://oldendayskids.blogspot.com/
Reply
#17
Awesome!

Code: (Select All)
SCREEN _NEWIMAGE(800, 320, 32)
CLS
PRINT
PRINT
PRINT
PRINT " W   W EEEEE L      CCC   OOO  M   M EEEEE    TTTTT  OOO      QQQ  BBBB   666  4   4    3333   000 "
PRINT " W   W E     L     C   C O   O MM MM E          T   O   O    Q   Q B   B 6     4   4        3 0   0"
PRINT " W W W EEE   L     C     O   O M M M EEE        T   O   O    Q   Q BBBB  6666  44444      33  0   0"
PRINT " WW WW E     L     C   C O   O M   M E          T   O   O    Q  QQ B   B 6   6     4        3 0   0"
PRINT " W   W EEEEE LLLLL  CCC   OOO  M   M EEEEE      T    OOO      QQQQ BBBB   666      4    3333 . 000 "
PRINT
PRINT
PRINT "       (        )     )           )  (        )          (     (           (        )      )      "
PRINT "       )\ )  ( /(  ( /(        ( /(  )\ )  ( /(          )\ )  )\ )  *   ) )\ )  ( /(   ( /(      "
PRINT "      (()/(  )\()) )\())  (    )\())(()/(  )\())     (  (()/( (()/(` )  /((()/(  )\())  )\())     "
PRINT "       /(_))((_)\ ((_)\   )\  ((_)\  /(_))((_)\      )\  /(_)) /(_))( )(_))/(_))((_)\  ((_)\      "
PRINT "      (_))   _((_)  ((_) ((_)  _((_)(_))  __((_)    ((_)(_))_ (_)) (_(_())(_))    ((_)  _((_)     "
PRINT "      | _ \ | || | / _ \ | __|| \| ||_ _| \ \/ /    | __||   \|_ _||_   _||_ _|  / _ \ | \| |     "
PRINT "      |  _/ | __ || (_) || _| | .` | | |   >  <     | _| | |) || |   | |   | |  | (_) || .` |     "
PRINT "      |_|   |_||_| \___/ |___||_|\_||___| /_/\_\    |___||___/|___|  |_|  |___|  \___/ |_|\_|     ";
SLEEP
SYSTEM
Reply
#18
(08-28-2022, 05:17 AM)TerryRitchie Wrote: Awesome!

Code: (Select All)
SCREEN _NEWIMAGE(800, 320, 32)
CLS
PRINT
PRINT
PRINT
PRINT "W   W EEEEE L      CCC   OOO  M   M EEEEE    TTTTT  OOO      QQQ  BBBB   666  4   4    3333   000 "
PRINT "W   W E     L     C   C O   O MM MM E          T   O   O    Q   Q B   B 6     4   4        3 0   0"
PRINT "W W W EEE   L     C     O   O M M M EEE        T   O   O    Q   Q BBBB  6666  44444      33  0   0"
PRINT "WW WW E     L     C   C O   O M   M E          T   O   O    Q  QQ B   B 6   6     4        3 0   0"
PRINT "W   W EEEEE LLLLL  CCC   OOO  M   M EEEEE      T    OOO      QQQQ BBBB   666      4    3333 . 000 "
PRINT
PRINT
PRINT "       (        )     )           )  (        )          (     (           (        )      )      "
PRINT "       )\ )  ( /(  ( /(        ( /(  )\ )  ( /(          )\ )  )\ )  *   ) )\ )  ( /(   ( /(      "
PRINT "      (()/(  )\()) )\())  (    )\())(()/(  )\())     (  (()/( (()/(` )  /((()/(  )\())  )\())     "
PRINT "       /(_))((_)\ ((_)\   )\  ((_)\  /(_))((_)\      )\  /(_)) /(_))( )(_))/(_))((_)\  ((_)\      "
PRINT "      (_))   _((_)  ((_) ((_)  _((_)(_))  __((_)    ((_)(_))_ (_)) (_(_())(_))    ((_)  _((_)     "
PRINT "      | _ \ | || | / _ \ | __|| \| ||_ _| \ \/ /    | __||   \|_ _||_   _||_ _|  / _ \ | \| |     "
PRINT "      |  _/ | __ || (_) || _| | .` | | |   >  <     | _| | |) || |   | |   | |  | (_) || .` |     "
PRINT "      |_|   |_||_| \___/ |___||_|\_||___| /_/\_\    |___||___/|___|  |_|  |___|  \___/ |_|\_|     ";
SLEEP
SYSTEM

Nice tribute there, Marine. I'd say you really worked your ASCII off on it!

Pete
Reply
#19
Darn tootin I did!
Reply
#20
Big Grin
Reply




Users browsing this thread: 1 Guest(s)