barrymavin
2012-10-20, 23:44
In Lianja Beta10 you can run desktop web apps (which can be written using .rsp pages) without needing to have a browser installed.
Lianja.spawn("Lianja.exe", "lib:/mywebapp.rsp")
Or alternatively create a shortcut on the desktop that runs Lianja with lib:/mywebapp.rsp as an argument.
Lianja.spawn("Lianja.exe", "lib:/mywebapp.rsp")
Or alternatively create a shortcut on the desktop that runs Lianja with lib:/mywebapp.rsp as an argument.