The following code is used for listbox items supposed to get the ID of the source and target items. It works for getting the source and stores it in the data variable. But data2 only retrieves the ID
I\'m trying to display a small text (new messages count) over icon in toolbar button, something like Chrome and Opera extensions have with badge over the toolbar icons. Text should not cover the whole
I want 开发者_运维问答to embed a JavaScript debugger in a SWT browser. I\'m using the SWT.MOZILLA flag for creating the browser. Since the JavaScript application I\'m loading is complex, I need to ha
I\'m developing a Firefox extension. There is a 开发者_如何学JAVAmenu X which I need to show in both Tools menu and Context menu. Tools menu item and Context menu item are defined in same file but men
I am trying to create a XUL \"Hello World\" application in Mac OS X. I download the XULRunner from here, followed this tutorial and then this tutorial and then this tutorial... None worked. So, I look
Anyone, help me, how to get Headers and PostData inside extension, using xpcom/something else? i cant find functions inside firebug due t开发者_开发问答o it is big codebase... thank you guysI am assum
i\'m trying to make an own firefox toolbar and I have problem with overlay. So i already setup my environment (i can see my extension in FF extensions manager), now I\'m trying to add new overlay.
Firefox version : 4.0.1 I have a commandset which fires when something is selected. The commandset is working fine. If I put a simple window.alert(\'test\'); it does fire. However when I try to call
I am looking for some start up guidelines to share th开发者_如何学Goeir experience on XUL development in web application. How good is the option to develop the interface in XUL ?. Can IE understand XU
I\'ve been reading and hacking around with https://developer.mozilla.org/en/XUL_School/Intercepting_Page_Loads but can seem to do what I need.