Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Richard Chang
1
Views
3
Comments
Searching for "onlineavl2"
Question
is it possible to build a web application like "onlineavl2" ?
https://www.navmanwireless.com.au/au/support/online-avl-download.html
Notice, it is great how they distribute the system with a link. and no browser status and address bar ...
Tiago Simões
Staff
Hi Richie,
That looks like a windows fat client application and the OutSystems Agile Platform is used to create open web applications (ASP.NET or JEE) for intranets, extranets or the internet.
Cheers,
Tiago Simões
Richard Chang
Thanks Tiago
I found out some more information. It is application. using ClickOnce in Visual Studio to distribute.
Is there anyway we can pack our web application as a link.
User can click on the link on the desktop. Then start use the web application without having address bar, status bar etc.
Similar to what Prism (
https://prism.mozillalabs.com/
)
Tiago Simões
Staff
Hi Richie,
Yes you could use Prism or Google Chrome (
https://www.nirmaltv.com/2008/09/03/how-to-set-up-application-shortcuts-in-google-chrome/
) to create application shortcuts to open in a browser window without address bar, status bar or toolbar.
Check also this thread that might help you on that -
https://stackoverflow.com/questions/1842277/chrome-application-shortcuts-mozilla-prism-installer
.
Another option would be to create an introduction page and use the
javascript window open function
.
Cheers,
Tiago Simões
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...