Hi guys.
I have the following problem.
I have an app that listens to key events. Works just fine when the app is in the foreground.
But i now want to send the app to the background(which is no problem) but i want my app still listen to the keys.
Is this behavior even possible?
I found after some googleing that a daemon could fit for my needs but i am not sure if that is correct.
I implemented a daemon a few years ago on linux in C so i should be able to do this.
So if i "convert" my app to a daemon would that just work?
I am pretty sure that a daemon cannot have a ui, so i would need do seperate my ui which i now have and just capsulate the keylisten functionality to the daemon.
Does anybody know if i am on the correct way or am I just wasting my time with this?
I am trying to do this with wt 4.7.3 for S^3 devices. Do i need 4.7.4?
i would be very thankfull for every answer.
thx in advance
regards
Alex

Reply With Quote

