KenT2 / pipresents-gapless

A retired version of Pi Presents. Please use Pi Presents KMS which works on legacy RPi OS Bullseye or Pi Presents GTK which works on RPi OS Bookworm and RPi Model 5
https://pipresents.wordpress.com
Other
210 stars 43 forks source link

Invisible click areas? #91

Closed allstar87 closed 5 years ago

allstar87 commented 6 years ago

I'm building a touch screen radiobuttonshow, and I want to overlay invisible click areas over the screen. I don't want borders or images associated with them; my background image will make it clear where users can click. When starting the show, it throws an error saying "missing image fields in screen.cfg, see 1.3 release notes." All I see in there is that click areas "can" have images. Does that mean they must have images?

KenT2 commented 6 years ago

Can is the case. To get a blank image and avoid the error each click area must have the following in screen.cfg:

image =
image-width = image-height =

I need to improve the manual which does not say this

allstar87 commented 6 years ago

I did that, and it threw that error about missing image fields in screen.cfg. I found a work-around in placing a transparent .png in place, so it's there but doesn't show up.

KenT2 commented 5 years ago

I could not produce your error. Manual improved in 1.3.5d