Program "Magnifying Glass" to use everywhere - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Program "Magnifying Glass" to use everywhere (/thread-4838.html) |
Program "Magnifying Glass" to use everywhere - xset - 09-30-2015 08:09 PM Hey, I just implemented my dream. Funny concept but quite useful in some cases. This program allow you to call magnifying glass everywhere on calculator, it also can be called by opening its application. Look MGlassDemo.png in attached archive. You press Shift-USER M (+/- key on keyboard) and glass appeared, you can drag and view anything better. Exit with On button (i promise graceful exit by ESC in next version). Application's "MagnyGlass" program (don't forget to add images MGlass.png and MskGlass.png from archive to Files section of application): Code:
Key callback code in MagnyGlassKey.hpprg: Code:
RE: Program "Magnifying Glass" to use everywhere - primer - 09-30-2015 08:30 PM Brillant use of GROB functions ! (bliting, masking...) that's very nice. you gives ideas... thank you. RE: Program "Magnifying Glass" to use everywhere - xset - 09-30-2015 09:03 PM Oh, I am still learning basics. Someone even found alpha blending in RECT. Next dream is editor application with blackjack and... I've improved a little comments in code. RE: Program "Magnifying Glass" to use everywhere - cyrille de brébisson - 10-01-2015 05:43 AM Hello, I LOVE it, it is a wonderful idea! Cyrille RE: Program "Magnifying Glass" to use everywhere - Tim Wessman - 10-01-2015 08:12 PM Yup... don't be surprised if something similar shows up in the future! :-D |