The program "RTOffline.lua" will read the saved variables files and presents a grid on your windows desktop.
To use it you need a copy of IUP for lua which you can download from here.

The site page:  http://webserver2.tecgraf.puc-rio.br/iup/
download http://sourceforge.net/projects/iup/files/3.13/





This is a zip archive which contains 2 versions of Lua with the IUP Dlls.
It also contains some exe programs that we don't need.
Unzip it and move stuff around if you want.
The basic is in directory \IUP\Lua52  All else can be discarded.

Lua52 contains a command line exe (lua52.exe) that has a console--good for debugging and a windows exe, wlua52.exe



Open RTOffline.lua in a text editor.

Review this line.

dateformat = "%d/%m, %H:%M"

This formats the date display.

Edit this line
local allcraft = ResearchTimer["Default"]["@MYACCOUNTNAME"]["$AccountWide"]["Craft"]

the part MYACCOUNTNAME  must be changed to your account name.

Create a shortcut on your desktop for the lua52.exe.
Edit its properties, change the "Start in" to the Addons/SavedVariables Folder.

Run. When it works ok, you can edit the shortcut to use wlua52.exe



tada. Feel free to edit

-Dad