xul
Executable HTML/Javascript Applications on the Desktop?
I\'m wondering if there is a way to create a Desktop Application that is essentially a Browser, except that it only runs my Application, doesn\'t need installation开发者_JS百科 and is a static executa[详细]
2023-03-08 06:50 分类:问答how to make xulrunner with python
I want make a stand application use python and xulrunner, but I am very confused, I use pyxpcomext with xulrunner 1.9.1,and it can word,[详细]
2023-03-08 05:51 分类:问答Capture editable tree changes in XUL
I have a dynamically constructed editab开发者_JS百科le XUL tree. The problem is - how is one supposed to listen and capture the changed cells?[详细]
2023-03-07 09:48 分类:问答Firefox: Dynamic XUL building?
Hey! This is what I have already done so far which works great: Download an XML file of domains which the browser starts up, when the user is on one of these[详细]
2023-03-06 10:28 分类:问答Does the -app command line option work properly in Firefox 4?
I have written some software that makes use of the -app command line option in Firefox to launch XUL applications in Firefox\'s embedded copy of XULRunner.This all worked fine in Firefox 3.x, however[详细]
2023-03-04 09:15 分类:问答Firefox 3.6 Addon Developement: including jquery in XUL template makes Webdeveloper toolbar unstable
i\'m developing a Firefox Extensions. I\'ve included in one of mine xul jquery. Now, i\'m noticed that , in Firefox 3.6, jquery makes Webdeveloper Toolbar unstable. It disappear![详细]
2023-03-03 17:04 分类:问答Is there an event that tells when the window is visible (painted, not black)?
My Xul app will run in a very slow system, and the \"active\" event of the Xul windows is called while my window is still not visible (the window area is black waiting for the w开发者_如何转开发indow[详细]
2023-03-03 04:43 分类:问答Loading SWF doesn't work when SWF is stored on local PC
I have an HTML file which contains a Flash .FLV player; which then loads a given FLV video and plays it. The idea is all these files are stored locally on the PC as part of an application install, we[详细]
2023-03-02 19:47 分类:问答How to add a script at runtime? (document.write is not a function)
I trying to add a script to my Xul application at runtime, with: document.write(\'<script type=\"text/javascript\" src=\"chrome://myapp/content/myscript.js\"/>\');[详细]
2023-03-02 17:05 分类:问答xul menulist bug with pydom
i know pydom is deprecated .but my application already used this,this is so easy my xul is like this. <menulist name=\"mailencode\" id=\"mailencode\">[详细]
2023-03-02 16:45 分类:问答