HP Forums
Add a image to input data screen - 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: Add a image to input data screen (/thread-17580.html)



Add a image to input data screen - Mariox - 10-14-2021 05:26 AM

I have seen several programs with graphic input for the data, does anyone know of a tutorial or guide where they teach how to program with that type of data input on the screen.

Sample:
[Image: input_graphic.png]

https://www.youtube.com/watch?v=S8K5akPlkJU&t=28s


Also as it brings the same calculator:

[Image: DATA_BOX_imagen.png]


RE: Add a image to input data screen - Jacob Wall - 10-16-2021 02:04 AM

Hello, this requires a completely custom UI. Something that takes care of all touch and keyboard possibilities and of course screen draw/redraw logic. I have done this before and it is very good to have complete control over everything, so if you are building a large app I would encourage you to make a fully custom INPUT replacement, possibly other UI components also.