xul Questions

1

Solved

I have an Xulrunner app that loads fullscreen without any controls and loads a html page by default. The only thing it has is browser element and a popup menu visible on right click. In the popup ...
Buchner asked 1/8, 2010 at 10:28

1

Solved

I'm writing a Firefox extension. I'm trying to limit it to just XUL+Javascript (no XPCOM). When I get a mouseover event for an HTML element, I need to get its bounding box in the windows coordinate...
Incitement asked 17/7, 2010 at 19:54

5

Solved

I'm familiar with web programming, both client and server side, and I'd like to expand a bit my knowledge in order to be able to write some desktop programs. My problem is that I'm not really fami...
xul
Ardussi asked 20/6, 2010 at 2:48

2

Solved

Hi I am making a firefox extension which needs to open a link in anew tab in the same window of firefox. How should i do this? This opens in a new window (replacing the old window): window.locatio...
Connivent asked 11/5, 2010 at 6:18

3

Solved

Because of several iframes, XUL browser elements, and so forth, I have a number of window objects in my XULRunner application. I'm looking for the best way to find the window object that a specifie...
Clingy asked 21/10, 2008 at 23:56

6

Solved

I am developing my first Firefox extension and for that I need to get the complete source code of the current page. How can I do that with XUL?
Plectognath asked 25/2, 2010 at 21:45

6

Solved

My goal is to get Limewire(JAVA) and Songbird(XULRunner) to run together. I was thinking the best way is to run the XUL application(songbird) inside a JAVA swing panel. Is there another way? Would ...
Udale asked 17/11, 2008 at 7:33

5

Solved

I have an ActiveX plugin that we need (if possible) to run in Firefox. Is there a plugin (or other way) for Firefox that will allow this?
Grimm asked 28/11, 2008 at 16:7

3

Solved

XUL panels in a Firefox extension overlay always come with a shadow for free. How can I remove this shadow? Example code for the shadow effect I don't want: <popupset> <panel id="popupp...
Ailing asked 8/3, 2009 at 13:53

1

Solved

I have a XHTML document and want to embed XUL widgets into the document. What is the correct XML syntax to do so? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/...
Kensell asked 19/10, 2009 at 12:12

1

Solved

Are there any tools for testing XUL? I'm using yui test for testing XPCOM. But I can't find any for XUL
Libelee asked 20/8, 2009 at 8:3

1

Solved

I'm developing a firefox extension based on this tutorial which is a FF 2.0 extension (second part of the tutorial is at this url) The main thing that is important is that it uses <iframe id="...
Cassius asked 7/5, 2009 at 15:22

4

Solved

I want to scrape the user pages of SO to give the owners of my toolbar the updated information on their questions/answers/etc... This means I need to do this in the background, parse the pages, ex...
Beverie asked 27/12, 2008 at 16:57

3

Solved

I want to write a Songbird extension binds the multimedia keys available on all Apple Mac OS X platforms. Unfortunately this isn't an easy google search and I can't find any docs. Can anyone point...
Sedative asked 22/9, 2008 at 12:27

3

Solved

I am planning to design an application XUL & XPCOM for proprietary system. So i have decided to use C/C++ but how can I start the development as a beginner in this field I cannot find a good gu...
Ellen asked 12/12, 2008 at 15:53

1

Solved

Several extensions offer a "bottom window" for viewing their content. Firebug and ScribeFire are good examples where the main content appears at the bottom of the browser. This appears to be very s...
Aerosol asked 6/10, 2008 at 13:17

2

Solved

I have a XULRunner application that needs to copy image data to the clipboard. I have figured out how to handle copying text to the clipboard, and I can paste PNG data from the clipboard. What I ca...
Ruvalcaba asked 16/9, 2008 at 0:5

3

I'm trying to open a new browser tab with the results of a POST request. I'm trying to do so using a function containing the following code: var windowManager = Components.classes["@mozilla.org/ap...
Hennie asked 30/8, 2008 at 17:5

© 2022 - 2024 — McMap. All rights reserved.