Tagged Questions
Mozilla prism is an opensource system to bring web applications to the desktop
3
votes
2answers
3k views
Chrome Application Shortcuts / Mozilla Prism Installer
I want to deploy a installer package to my customers. My application is basically a website, but I want them to have the optimal experience via. Chrome or Mozilla Prism. I would like to give them an ...
1
vote
0answers
98 views
RIA application development on linux platform
I am building a web based RIA application using web technologies including Rails based server side code, and client side based on HTML,CSS,JQuery and plugins etc.
I am looking forward to creating a ...
1
vote
6answers
2k views
Open Source Mozilla Prism Alternative
Here is what I want to do, very simply:
I want to put a URL into a Mozilla Prism (or some alternative), then be provided with an icon on my desktop that when I click it a window opens and the page is ...
1
vote
1answer
139 views
Prism: Bundle not working
I am trying something completely new and decided to try out Webapps on Prism. I started out with the dev center on Mozilla on creating the very first bundle. It worked the first time, but once I added ...
1
vote
1answer
932 views
Porting addons to Mozilla Prism 1.0b1
I'm trying to port an application to the newest version of Mozilla Prism (1.0b1 currently). The instructions say to put this in install.rdf:
<em:targetApplication>
<!-- Prism -->
...
0
votes
0answers
31 views
How to keep prism application in the system tray?
I need following things:
Show my application in system tray
A popup menu on System tray for options like "Exit" or disable "Notifications"
The application should stay opened in startup even if user ...
0
votes
0answers
102 views
Comparison of Adobe Air, google chrome extensions and mozilla chromeless for creating cross-platform desktop applications
What are the advantages/disadvantages of developing desktop application using Adobe Air, google chrome extensions and Mozilla chromeless?
My criteria are:
1. I would like the development to be as ...
0
votes
3answers
507 views
AJAX works fine in firefox, but malfunctions in Mozilla Prism 0.9
I have the following ajax fucntion:
function ajax(value, url, urlVarname, displayContainers_id){
if(value == ''){
document.getElementById(displayContainers_id).innerHTML='';
}
...
0
votes
2answers
441 views
Prism vs out-of-browser silverlight
I recently started reading up on the out-of-browser ability of Silverlight 3. I also noticed that quite a few people here speak of Prism. I only had a brief time to read up on the topics.
However, ...
0
votes
2answers
1k views
Mozilla Prism: disable pop-up blocker
I'm developing an application using Mozilla Prism. Unfortunately, Prism has its pop-up blocker activated.
I tried to disable it by inserting a line like
user_pref("privacy.popups.policy", "1");
...