Inactivity event triggers

Help each other out

Inactivity event triggers

Postby tsjdesign on Sun Oct 09, 2005 5:56 pm

Does anyone have a workaround for the timed event triggers (Setup>Events>Triggers>Event) which are not yet active? I'm looking to have a command triggered when my touchscreen is not accessed for a certain amount of time.

If not a workaround, any idea when the tormenting "NOT DONE" will be removed from the Triggers>Event tab?

Thanks!
Todd
tsjdesign
 
Posts: 28
Joined: Mon Apr 12, 2004 6:50 am

Postby tsjdesign on Sun Oct 23, 2005 8:40 pm

no brilliant ideas on this??

<pretty please!>
tsjdesign
 
Posts: 28
Joined: Mon Apr 12, 2004 6:50 am

Postby rbziggy on Mon Oct 24, 2005 3:49 am

XEvent plugin?

It allows you to set and trigger an 'event' in the future. But to get this to work as you suggest (after the screen not being touched) may take a lot of effort as every button on every screen would need to stop and restart the timer.
rbziggy
 
Posts: 124
Joined: Mon Mar 21, 2005 11:49 pm
Location: UK

Postby ptrinchi on Mon Oct 24, 2005 8:20 am

I will check but I think I can include a new function in XEVENTS plugin like : AddInnactivityEvent with Time and eventname in param.

I'll be back soon...
ptrinchi
 
Posts: 108
Joined: Fri Sep 10, 2004 8:52 pm
Location: France

Postby tsjdesign on Mon Oct 24, 2005 3:00 pm

rbziggy - you've nailed the problem exactly!

ptrinchi - that would be fantastic - I wish I had the programming skills to contribute as you and so many others have!!!

This will solve my last big hurtle (that I am aware of :shock: ) - I will keep my fingers crossed, and thank you!!!
tsjdesign
 
Posts: 28
Joined: Mon Apr 12, 2004 6:50 am

Postby ptrinchi on Tue Oct 25, 2005 9:38 am

Ok, modification done. Actually in test by the Xlobby French Team.

2 new functions added,
Add Inactivity Event with a param like minute|groupe:eventname (for example, 5|goto:goto menu will bring you to the menu screen if nothing append until 5 minutes)
Add Revival Event with a param like groupe:eventname (for example, goto:goto meteo will bring you to the menu meteo if you touch the keyboard, the touchscreen or move the mouse)

I will add the link as soon as the test will be ok :wink:
ptrinchi
 
Posts: 108
Joined: Fri Sep 10, 2004 8:52 pm
Location: France

Postby ptrinchi on Wed Oct 26, 2005 7:20 am

ptrinchi
 
Posts: 108
Joined: Fri Sep 10, 2004 8:52 pm
Location: France

Postby tsjdesign on Fri Oct 28, 2005 3:47 am

Wow - I wasn't expecting this incredible turnaround! I have downloaded and will test the new feature this weekend.

Thank you again!!!

Todd
tsjdesign
 
Posts: 28
Joined: Mon Apr 12, 2004 6:50 am

Postby ptrinchi on Fri Oct 28, 2005 6:33 am

You're welcom...
ptrinchi
 
Posts: 108
Joined: Fri Sep 10, 2004 8:52 pm
Location: France

Postby lar282 on Fri Oct 28, 2005 7:00 am

ptrinchi wrote:Ok, modification done. Actually in test by the Xlobby French Team.

2 new functions added,
Add Inactivity Event with a param like minute|groupe:eventname (for example, 5|goto:goto menu will bring you to the menu screen if nothing append until 5 minutes)
Add Revival Event with a param like groupe:eventname (for example, goto:goto meteo will bring you to the menu meteo if you touch the keyboard, the touchscreen or move the mouse)

I will add the link as soon as the test will be ok :wink:


I downloaded the new dll from the 24:th but I dont see these new functions? Or do I have to type it in the ini files manually?


//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Postby dgemily on Fri Oct 28, 2005 8:52 am

lar282 wrote:
I downloaded the new dll from the 24:th but I dont see these new functions? Or do I have to type it in the ini files manually?


//Lasse


create an event with with a plugin command : Add Inactivity Event or Add Revival Event.

you only need xevent.dll and XAlarmeNow.txt, you don't need anymore the ini files...
dgemily
 
Posts: 793
Joined: Thu May 13, 2004 6:24 am
Location: Paris, France

Postby lar282 on Fri Oct 28, 2005 9:23 am

dgemily wrote:
lar282 wrote:
I downloaded the new dll from the 24:th but I dont see these new functions? Or do I have to type it in the ini files manually?


//Lasse


create an event with with a plugin command : Add Inactivity Event or Add Revival Event.

you only need xevent.dll and XAlarmeNow.txt, you don't need anymore the ini files...


öhh ok..

added event but for parameter?
what gets triggered and when?
do I pass 3 minutes as a parameter and then add a trigger in the plugin setup for 3 minutes also?

sorry for all the questions

//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Postby dgemily on Fri Oct 28, 2005 10:05 am

nope,

ex: create an event with the commande Add Inactivity Event 5|groutest:test . then you must execute this event. to strat the fonction, but you can't put this event in the startup eventgroups, it will not working... so you can use an enter screen or whatever you want to execute this event.
so if there are 5 minutes inactivvity the event "test" from the eventgroup "grouptest" will be execute.
dgemily
 
Posts: 793
Joined: Thu May 13, 2004 6:24 am
Location: Paris, France

Postby lar282 on Fri Oct 28, 2005 10:53 am

Works like a charm.Thanks


//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Postby dgemily on Fri Oct 28, 2005 11:38 am

you can add to your event ( in the ex, event "test") a plugin command Add Revival Event in the aim of executing an other event when you wake up the pc. ;)
dgemily
 
Posts: 793
Joined: Thu May 13, 2004 6:24 am
Location: Paris, France

Next