|
Event handlers on children of toolbarbutton
|
| |
In an existing application that I'm modifying, there is a toolbarbutton that has a click handler on it. I'd like to change that so that instead of the handler on the toolbarbutton, there is a handler on the label element that is the toolbarbutton element's first child. I've tried to do this, and the... more »
|
|
get value from inputbox in the htmlpage with xul addon
|
| |
Hi, I have this simple html page with a single inputbox When I call my FFaddon, I need to get the id of that inputbox. I know thats its document.getElementById('id'). value to get the value from the inputbox but it doesn't from inside XUL. Its always null. What do I need to interact with the html page on which I call the... more »
|
|
xulrunner and java
|
| |
Hi, I'd like to create a framework to use xulrunner as the view of a java application. The idea of the framework is : - install xulrunner if necessary (So that the application based on the framework will run on any plateform, without the need of a pre installed xulrunner) - embed a web server like jetty (To be abble to comunicate from a xul... more »
|
|
Dynamic nodes insertion & rendering issue (scrollbar)
|
| |
Hi all, I'm inserting dynamically elements into my xul document with JQuery, and it's working quite well. Quite well because if the content is bigger than the container height, the renderer don't show a scrollbar. 1. I load an iframe with an empty (almost) xul document <?xml version="1.0" encoding="iso-8859-1"?>... more »
|
|
Tree startEditing by pressing a key...
|
| |
Hi, i am trying to bring a treecell into edit mode by pressing a key on the keyboard. with mouse doubleclick it works, but not with a key. is there a default key to bring a cell to edit mode? if not i was trying this, but it does not work... Tree keypress event handler: if (event.keyCode == 13) // pressing retourn... more »
|
|
XPCOM problem: windows 2000
|
| |
Hello, I am new to XUL application development, and by reading a few tutorials I now have a working application using
|
|
Ipc or message back to js/xpcom from an external process
|
| |
Hi Guys, Is there a way to get the ipc or a simple message from external process to the js/xpcom app? Rightnow, I am relying on file io - which is inefficeint. Searching around, I found some pointers from 2007 - did anything change or added for the inter process communication - either ipc/ socket? I have something like below.... more »
|
|
Saving preferences in a editable tree
|
| |
I am trying to implement an editable tree in which I am trying save the preference string every time the user makes a change to the tree using the 'onsynctopreference' event handler. However, when I remove an element from the tree, this event handler doesn't get called and I am manually saving the preference string.... more »
|
|
auto-refreshing <tree>
|
| |
Hi all, I'm new to the mozilla platform and am working on my first XUL app. I need to periodically refresh a tree backed by a custom nsITreeView. I've tried calling the invalidate* methods on the tree's box object from a timer which fires every 5 seconds. However, the tree is not redrawn. It is redrawn only when there are additional events like a... more »
|
|
|