xul Questions
8
Solved
I want to have textboxes related to radiobuttons. Therefore each radio button should enable it's textbox and disable the others. However when I set the disabled attribute of textbox to true, it cha...
Unmusical asked 23/9, 2011 at 9:2
16
Solved
I have a long string (a DNA sequence). It does not contain any whitespace character.
For example:
ACTGATCGAGCTGAAGCGCAGTGCGATGCTTCGATGATGCTGACGATGCTACGATGCGAGCATCTACGATCAGTCGATGTAGCTAGTAGCATGTAGT...
8
Solved
I'm writing a sidebar extension for Firefox and need a way to get the URL of the current page so I can check it against a database and display the results. How can I do this?
3
Solved
I have a problem with my firefox extension
I have a XUL popup panel with a hbox for the tag cloud, and a JS code to add divs to this hbox:
<hbox id="tag_base" ondblclick="alert('done')"/>
...
Paleogeography asked 1/1, 2011 at 23:28
1
Solved
I have a settings page on my WebExtension, but I dont know how to acces the values of the settings with javascript.
Current .xul-File:
<?xml version="1.0"?>
<!DOCTYPE mydialog SYSTEM "c...
Carraway asked 30/8, 2016 at 7:55
2
Solved
I'm trying to build a firefox addon & I want to add image/icon in the right click content menu , for example, firebug had an icon in the right click context menu,
I wanna do something simil...
Daubigny asked 11/9, 2010 at 10:49
0
I have a problem that causes Firefox to behave strangely during startup.
(Specifically, it displays the "Firefox seems slow... to... start" message, even though I didn't install any new extension...
Headlong asked 1/2, 2016 at 15:58
4
Solved
I'm writing a Firefox extension that needs to know what the username of the currently logged in user is in Windows, Mac, or Linux. So if I'm logged into my machine as "brh", it'll return "brh". Any...
Gaytan asked 30/12, 2008 at 1:13
2
Solved
I have access a website that has a simple button (I dont own the site and dont have access to the source) to download a document. I am using the code below to execute this and it seems to work ok b...
Deluxe asked 9/4, 2015 at 6:22
2
Solved
I was wondering what I need to do to create an executable (.exe) file that will run my XUL application?
I'm trying to create an application using Mozilla's XUL format.
3
Solved
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 who...
Rhizome asked 9/6, 2011 at 9:26
2
Solved
I'm trying to access (CRUD) Google Drive from a Firefox extension. Extensions are coded in Javascript, but neither of the two existing javascript SDKs seem to fit; the client-side SDK expects "wind...
Alinaaline asked 11/9, 2014 at 14:7
2
Solved
I recently began using BIRT and have developed a report to use with my xulrunner application. What I haven't yet figured out is how I should deploy the viewer. It seems like BIRT mostly targets Jav...
7
Solved
What the minimum basic setup required to begin developing a Firefox extension?
1
Background
In XULRunner version belowe 12.0 it's works, but when i'm trying port it to version 12.0 or higher it crash application.
Main reason is that in sdk v12 or newer developers remove proxy ...
Yunyunfei asked 16/1, 2013 at 16:56
3
Solved
I have already coded most of a Firefox add-on using the Add-on SDK API. I am now discovering that Add-on SDK might not be powerful enough for my purposes. I need two things:
A drop down button in...
Winnow asked 6/10, 2011 at 4:23
1
Solved
While developing Firefox extensions,
I've been looking at those terms for quite some time and I find them really confusing.
Look at this link. They use the term browser in so many ways which in s...
Virgievirgil asked 24/12, 2013 at 14:30
1
Solved
I am building a firefox extension that creates several hidden browser elements.
I would like to addProgressListener() to handle onLocationChange for the page that I load. However, my handler does ...
Diamonddiamondback asked 20/11, 2013 at 21:37
1
Solved
I'm attempting to convert a Greasemonky script to an extension for Firefox and I'm trying to make my extension automatically attach a simple script to any webpage when a new tab is opened. I'm conv...
Anaerobic asked 6/4, 2013 at 22:5
1
Solved
Background:
I'm authorised to "automate" a 3rd party site for the purpose of pushing "service orders" into it and monitoring the progress of those requests.
I tried taking a normal "scraping" app...
Gutta asked 27/12, 2012 at 14:3
2
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 have some JS deb...
Kemme asked 3/6, 2011 at 13:16
0
I have written a Firefox extension. When a menuitem is selected, it checks for Java version. I am getting this exception, when I try to call a Java class inside JavaScript:
uncaught exception: T...
Emma asked 1/7, 2012 at 19:2
2
Solved
I'm working on a minimal Firefox extension that loads a web page into an XUL iframe. (I also tried the html:iframe, but met identical results.) The page may take some time to load completely - and ...
Darladarlan asked 24/6, 2012 at 1:30
2
I have been working on firefox add-ons for quite a long time and its been a real headache to use notpad++ for development. Is there any suitable IDE or plug-in for eclipse available.And just like w...
Interrelated asked 29/5, 2012 at 17:48
3
Solved
When installing EclipseXul plugin on EclipsePHP, it says:
Cannot complete the install because
one or more required items could not
be found. Software currently
installed: Shared profile
1.0....
1 Next >
© 2022 - 2024 — McMap. All rights reserved.