I'm very new to Tk so I'm not even sure it's Tk I really want to use.
I am using Lirc::Client to pick up remote control events.
I want a GUI of sorts (Tk or X11::Protocol or ...) that will change depending on what the user has pressed on the remote control.
The GUI will not be interactive itself, purely displaying data depending on the Lirc events caught.
I have a Tk GUI running and I have the Lirc::Client running but is there a way to get them to talk?
Thanks for your help.