cool
Is it inactivity of computer or inactivity of xlobby as an application?
//Lasse
rbziggy wrote:This sounds like a great addition. If I understand right it might be especially useful when using a PPC client. First to check:
- Do I need to execute the inactivity event just once (e.g. on entering the menu screen)?
- Will it continue to work for repeat inactivities (i.e. will work after a second period of inactivity) or does it need to be reset each time (e.g. by reentering the menue screen again)?
rbziggy wrote:- Will the resume event work even if the client PPC application is minimised (I'm hoping it will as it's run on the server)?
rbziggy wrote:Just tried testing the version 3 ofxevent. Has something changed in the event string syntax as my version 2 events now seem to crash or hang XL?
I notice that xevent now uses a database rather than the old config file. and that the time is split into hrs and mins in the database rather than the hh:mm format in the config file.
rbziggy wrote:To explain, I have an event defined that writes the following to the config file in V2:
Every-year Every-month Every-day|06:20|music:wakeup
But it does this using a variable so the exact syntax in the XL event looks like:
Every-year Every-month Every-day|%variable>atime%|music:wakeup
Where 'atime' is a variable that contains the text 06:20 taken from a screen display variable.
I'm a bit worried that the new version cannot parse the 06 and 20 into the hours and minutes field in the new database format! This may be a big problem for me as my alarm times are held in a database in the 'hh:mm' text format and displayed as a list e.g:
06:00 06:10 06:20 06:30 06:40 06:50 etc (I have the full 24 hrs at 10 minute intervals).
Selecting one of these puts the text into 'atime' and then the event is used to write the xevent alarm as you see above. I'm not sure I could make it work with separate hour and minute variables very easily!