2019-08-04 00:35:59

Hi folks, would appreciate any guidance on this. I've been playing with PB's keyboard functions, but my luck with keeping the program running has been hit or miss. Even when copying the example given in the documentation under KeyboardPushed(), when I attempt to run the code through the debugger I can't seem to keep the screen open for more than a few seconds, even if the action I've set to close the screen (such as pressing escape) has not been performed. Any ideas as to what might be going wrong? Thanks in advance!

Los Angeles Based musician, blogger, and programmer.
https://artistibarra.com/

2019-08-04 01:17:06

Update: I think I've pinpointed the problem to be issues related to using resolutions that aren't supported. I've gotten the example from the documentation mentioned above working with some of the resolutions I was able to confirm with ExamineScreenModes. That aside though, would be interested in hearing from anyone who encorporates graphics into their projects as to what resolution would be best to use?

Los Angeles Based musician, blogger, and programmer.
https://artistibarra.com/

2019-08-04 05:35:15

I just use the console.

2019-08-04 07:09:34

It depends on the application and the dimensions of the layouts you plan on using. But, typically resolutions go from 320 by 240, 640 by 480, 800 by 600, 960 by 720, etc. Again, it depends on what your displaying, but if your going for a good middle ground 640 by 480 or 800 by 600 are fine.

-BrushTone v1.3.3: Accessible Paint Tool
-AudiMesh3D v1.0.0: Accessible 3D Model Viewer