Phoenix Edition Repo Info - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: Prolific Programmers (https://staging.qb64phoenix.com/forumdisplay.php?fid=26) +---- Forum: SMcNeill (https://staging.qb64phoenix.com/forumdisplay.php?fid=29) +---- Thread: Phoenix Edition Repo Info (/showthread.php?tid=388) |
Phoenix Edition Repo Info - SMcNeill - 05-11-2022 (Say that title ten times fast! That's a great tongue twister!) Code: (Select All) Screen _NewImage(1024, 720, 32) For anyone who wants to take a look at the number of downloads the Phoenix Edition has for each release, you can use the little app above to do so. If you're really curious about a lot more junk than just the download count, you can open the "temp.txt" and get a whole status report on the repo and the releases and such. I'm not certain if anyone else would be interested in this type of thing, but I thought I'd share just in case. RE: Phoenix Edition Repo Info - bplus - 08-07-2022 (05-11-2022, 01:59 AM)SMcNeill Wrote: (Say that title ten times fast! That's a great tongue twister!) Does not work for me, get error something like input past file. RE: Phoenix Edition Repo Info - SMcNeill - 08-07-2022 @bplus Make it $Console:Only and then remove the _Hide from that Shell statement. It'll display the issue for you. When I tried earlier, I had to run the program 2 or 3 times, as it kept saying "github servers are busy" or some such nonsense. RE: Phoenix Edition Repo Info - bplus - 08-07-2022 OK thanks! I also increased the delay. Data Success! |