Search found 3 matches

by namrepus
Thu May 25, 2023 2:36 am
Forum: Coding Questions
Topic: another noob question - image sizes
Replies: 6
Views: 1014

Re: another noob question - image sizes

was indeed screen scaling, thanks... important safety tip...
by namrepus
Wed May 24, 2023 12:48 pm
Forum: Coding Questions
Topic: another noob question - image sizes
Replies: 6
Views: 1014

Re: another noob question - image sizes

ok...
My bad.
Evidently it was something specific to my laptop at home as the computer at works shows everything as expected.
thanks for the help everyone.
I have another fun mystery :)
by namrepus
Tue May 23, 2023 3:14 am
Forum: Coding Questions
Topic: another noob question - image sizes
Replies: 6
Views: 1014

another noob question - image sizes

Why in the included Hello World example are the window created with openwindow and the image created with createimage different sizes when the same width and height have been specified?

If OpenWindow(0, 0, 0, 200, 200, "2DDrawing Example", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
If ...