Posts: 1,507
Threads: 160
Joined: Apr 2022
Reputation:
116
(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?
Posts: 234
Threads: 17
Joined: Apr 2022
Reputation:
4
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...
Posts: 53
Threads: 1
Joined: Apr 2022
Reputation:
2
(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.
Posts: 1,507
Threads: 160
Joined: Apr 2022
Reputation:
116
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.
Posts: 456
Threads: 63
Joined: Apr 2022
Reputation:
10
(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?
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.)
Posts: 456
Threads: 63
Joined: Apr 2022
Reputation:
10
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!
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.)
Posts: 593
Threads: 44
Joined: Apr 2022
Reputation:
43
08-28-2022, 05:17 AM
(This post was last modified: 08-28-2022, 05:19 AM by TerryRitchie.)
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
Posts: 1,616
Threads: 157
Joined: Apr 2022
Reputation:
77
(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
Posts: 593
Threads: 44
Joined: Apr 2022
Reputation:
43
Posts: 1,616
Threads: 157
Joined: Apr 2022
Reputation:
77
|