Add-on, a.k.a. Plug-in is a set of components that enhances the existing, or adds new capabilities to a software application.

learn more… | top users | synonyms (2)

0
votes
0answers
9 views

Codemirror comment.js addon won't uncomment in Ruby mode

I'm using codemirror in Ruby mode, with the following includes: <link rel="stylesheet" href="/codemirror/lib/codemirror.css"> <link rel="stylesheet" href="/codemirror/theme/ambiance.css"> ...
0
votes
0answers
12 views

check if browser extension is installed for Opera

I have created browser extension/add-on for Chrome, Firefox, Safari and IE using Crossrider framework Now since Crossrider does not provide support for Opera, I have created a native extension for the ...
0
votes
0answers
7 views

Save and restore text selection in Gmail compose in firefox

I'm developing an addon in firefox and I need to save the selection of the page in order to show a panel over it. Im using this code var storedSelections = []; //Guarda en storedSelections los ...
0
votes
1answer
36 views

Adding DataTables plugin to Groovy Grails Tool Suite

I am trying to add DataTables to my Groovy/Grails project in order to clean up my tables and to add extra functionality. I currently am having problems getting it to even work. I added the download ...
0
votes
4answers
74 views

How can I create a better looking DataGridView? [closed]

I'd like to create a nicer-looking DataGridView to display data from my SQL database in. Specifically, I'm looking to replicate something like this: Is there some sort of add-on for Visual Studio ...
1
vote
1answer
38 views

Inject one line of JavaScript from firefox addon

I am completely new to FF extension creation, and I will be rather specific. When I run a JS command in, for example, Firefox's built-in sandbox, it works just fine, so I would like to make a FF ...
-1
votes
1answer
22 views

Firefox add-ons href not working

href in the context of firefox add-on not working I made a firefox add-on that inserts a button into a page, with a href attribute.Could anyone tell me why the link is not working.I made the same ...
0
votes
0answers
19 views

IE add-ons timing information

Are there API calls to retrieve add-on timing information in IE? Timing information is in the Tools, Manage Add-ons, Toolbars and Extensions dialog. It is stored as binary data in the registry in a ...
-1
votes
0answers
40 views

install & configue latex-suite for vim on mint linux OS [closed]

In a tangle after days of attempting to get latex-suite properly installed and configured to work inside Vim. A couple of problems i can note: i can load a .tex file and call up the colour scheme ...
0
votes
0answers
24 views

passing large arraybuffers from javascript to a firefox add-on

This is a related question to Chrome extension: how to pass ArrayBuffer or Blob from content script to the background without losing its type? I have a series of javascript arraybuffers that I want ...
0
votes
0answers
20 views

Thunderbird Addon. Add an attachement

Good afternoon everyone. I would like to know how to create and save an attachement for my Thunderbird Addon. My addon is calling one .exe who's sending back to my addon one URL. I already tried this ...
0
votes
0answers
19 views

digiKam: how to extend it? Plugins or core changes?

I want to use the digiKam open source project to perform operations for which this program has not been designed for. A first extension would allow to view multiple images simultaneously on the main ...
0
votes
1answer
27 views

How to make an add-on for mIRC or any other IRC client that alarms you when a certain string is mentioned in a chat room?

It'd be quite useful to me to have an add-on that alerts me when something specific is said in a chat room, same way you're warned if your nick is mentioned, just for a string you'd like. How would ...
0
votes
0answers
39 views

API changes? Animation add-on doesn't work since version 2.63

My FlipAnimation add-on works fine until version 2.62 but refuses to work on newer versions. The main purpose of it is taking a range of keyframes of the currently active action and perform a Copy ...
1
vote
1answer
73 views

How to install JavaScript in Internet Explorer 9 or 10?

I have 1 JavaScript file. I would like to install it in Internet Explorer 9 or 10, just the way as we install JavaScript in Firefox by using GreaseMonkey. Is there any plug-in like GreaseMonkey in ...
0
votes
2answers
42 views

Edit opened HTML Page, with Javascript

I was looking into making Firefox addons, and I need some help. Is it possible to edit an HTML page that is open in the browser with javascript? For example: User types in "google.com" Addon is ...
0
votes
1answer
25 views

How can I use Heroku Scheluder Standard to automatize backups?

As you can say, I have an app running in Heroku, recently I installed Heroku Scheluder Standard add-on to automatize heroku pgbackups:capture --expire --app my-app, but it's been 3 days and it doesn't ...
1
vote
1answer
45 views

How to use oncommand in options.xul in order to call function at bootstrap.js?

I am trying to call changePassword() method from bootstrap.js file but I cannot figure out how.. Bootstrap.js is located a the root of the project folder and options.xul is in ./chrome/content/ ...
0
votes
1answer
64 views

XUL/Firefox: create new browser window on addon load

I'm developing bootstrapped Firefox addon. In my startup function I am constructing new instance of object, that creates new Firefox window with the following code: function createWindow (cb) { ...
2
votes
1answer
90 views

Implemet ICEPush 0.5.5 in Vaadin 7

I am trying to add the ICEPush add-on to my Vaadin 7 project. But, I couldn't find any correct way to implement it. I added this to my Web.xml file. <servlet> <servlet-name>ICEPush for ...
0
votes
0answers
56 views

PDB files not loading

Our application has some add-ons in the form of DLLs in nested directories. We are running tests with an instance of DbgView running in the background via which we get our logs. The problem is we run ...
0
votes
0answers
29 views

Firefox Addon builder: how to keep a panel shown

I have done a firefox addon using the Addon Builder. This addon display a panel containing a web page. The problem I have is that I would like to keep this panel displayed and probably had a close ...
0
votes
0answers
57 views

Heroku and Zerigo for DNS configuration without custom domain

I've followed the explanation of Verdi on this post: Heroku and Zerigo Setup Issue but I can't connect my Heroku app with my account on Zerigo: I'm not using custom domains, just the URL provided ...
0
votes
1answer
48 views

Cocos2D - adding support for normalized position

I want cocos2d to use the nodes' position as a normalized factor when coordinates are less than 1, and otherwise when coordinates are greater than 1, I want cocos2d to treat coordinates as it would ...
0
votes
0answers
27 views

jquery shopping card with addon to basic product

I search for a jquery shopping cart where I can add to a basic item a quantity of addons with up/down plus/minus button which calculate all together and send it to the card, inlcude the name of the ...
0
votes
0answers
33 views

Firefox addon with Facebook login

I have developed a website in asp.net with an asp.net login and the possibility of facebook login with oauth. Now I want to develop a firefox addon for it. To login via username and password and an ...
1
vote
1answer
93 views

Executing system commands in terminal / command prompt from Mozilla add-on

I am creating an add-on for Mozilla. I have seen that if I know the path of a file, I can execute it by spawning the process. But is it possible to execute system commands like "ls", "dir", "javac" ...
0
votes
0answers
16 views

firefox addons panel hide

My addon opens a popup panel (popup.html). When the user changes the current tab to different tab, the popup panel is hidden When the tab is selected second time I need it to still available ...
0
votes
1answer
19 views

Thunderbird Conversations add-on: how to select email account to reply from

Within the Thunderbird Conversations add-on and when replying to an email, how can i select which of my several email accounts to reply from? I can't change the default, which seems to be to reply ...
0
votes
0answers
31 views

addons for Firefox for Android - Disable menu item?

I've looked at the documentation and the example but it only shows ways to add/remove menu items, but not disable. Is it not possible or is there a way to do this? If so, can you please provide me a ...
0
votes
0answers
18 views

Can internet explorer handle plugins? whats the support?

I've created a Chrome plugin which calls a javascript file and runs on specific websites. Now i dont have internet explorer so i'm not too sure what the support is for it. But can internet explorer ...
0
votes
1answer
68 views

World of Warcraft Lua - Changing frame:SetAttribute()

I'm working on an addon for World of Warcraft that completely overhauls the interface to adapt to my play style. In this addon, I would like to have a large button that acts as a "main dps rotation" ...
0
votes
1answer
50 views

World of Warcraft Lua - If statement flow

I'm trying to create an addon for World of Warcraft. I have created a function that checks whether a buff has been added to the current player. Button:RegisterEvent("UNIT_AURA"); local function ...
0
votes
0answers
27 views

Mozilla Add-On SDK 1.4 Panel: Firefox Passwordmanager does not autocomplete / save login data

My first Mozilla addon based on Mozilla Add-On SDK 1.4 loads a remote url inbetween a panel as iframe content. The remote service shows a login form if no valid session (cookie) exists. Because of ...
0
votes
1answer
221 views

OpenERP - modules import error

I'm using openerp without installation - just running it from source: get openobject-server, openobject-addons and openerp-web from launchpad place to /opt/openerp/ add to path to config file ...
0
votes
0answers
134 views

Firefox Add-on access jQuery Mobile inside iframe

I have this code in my Firefox extension popup: <iframe src="http://mydomain.com/mobile/"></iframe> Of course subpage "mobile" has jQuery Mobile. After I open the extension in Firefox, ...
0
votes
0answers
68 views

vaadin addons :dragdroplayouts

I am having a problem with using dragdroplayouts add-on. I am working with the 0.8.2 version, maven 2 and vaadin 6.7.9 with a virgo server(osgi). I am trying to run any simple exemple using ...
0
votes
0answers
17 views

Pyrocms File Addon existing files

I had a bout 5GB of historical pictures from previous years that I had zipped up on my laptop. I uploaded the zip to the server and want to extract and add them to Pyrocms so they are accounted for ...
0
votes
0answers
56 views

nsITraceableChannel - getting response

I want to create a special tracker, which would help me in my daily work(it'd track my chats with customer and store it & make statistics), so I decided to make Mozilla Firefox add-on to make it ...
1
vote
1answer
64 views

redirection of a addon domain (and all urls) using .htaccess

Ok, I've done a bunch a reading, as well as playing around, but I cannot solve this .htaccess problem. I have an addon domain to my main hosting account. I've managed to have the root addon domain ...
-5
votes
1answer
76 views

How to capture POST and GET parameters Sent by a client!! with Add-On Firefox [closed]

I want to capture POST and GET parameters! with Add-On Firefox. I need the code for work with Add-On Firefox. tkz so much.
0
votes
1answer
28 views

Potentially vulnerability using setInterval in Firefox addon?

I've written a Firefox addon for the first time and it was reviewed and accepted a few month ago. This add-on calls frequently a third-party API. Meanwhile it was reviewed again and now the way it ...
0
votes
1answer
118 views

MODx Revolution Login Addon: Cant Login or Logout with Login form or Logout Link

I encountered a Problem with MODx Revolution today. I used the Add-On Login the first time. So excuse if this is some of a stupid Error. I've setup two contexts (Babel) and the latest version of the ...
0
votes
1answer
83 views

Quickbooks POS AddOn Sales Reciept TxnID

I am creating my first AddOn using Quickbooks POS AddOn Dev Kit v10. I have created a button in the receipts side buttons panel. Now what I want is the current sales receipt. For that, what I am ...
1
vote
2answers
90 views

Using Lua to detect a combination of keyboard key presses

I'm in the middle of writing a World of Warcraft addon and I want the addon to be able to perform certain functions based on a key press or a combination of key presses. Most of the key states are ...
4
votes
2answers
170 views

How to detect if chrome sync feature is active? - Chrome Extension

I want to use chrome.storage.sync but I want to notify user if the feature is turned off or user is not signed in. Apparently, there's no way to check this. If the sync feature is turned off or user ...
0
votes
0answers
35 views

mozilla addon SDK intercepting URL

I wrote an easy add-on intercepting URLs, based on How can I intercept the file:// requests to provide a directory listing? ) var prev = ""; var tabs = require("sdk/tabs"); var observers = ...
0
votes
0answers
109 views

How to install Spring Roo add-ons while offline

At work, our dev environment is an internal network with no connectivity to the internet. I'm currently trying to use Spring Roo's database reverse engineer function but can't seem to get the add-on ...
0
votes
1answer
58 views

How to install Umbraco extension on Web hosting server using panel?

i've successfully created CMS in Umbraco 4.11 and hosted it on web hosting server. Web hosting (arvixe) panel has Web app gallery which had Umbraco 4.9. So i needed to request to install 4.11 version. ...
0
votes
1answer
53 views

How can i anchor a panel to a widget (Firefox Addon-SDK)

Helo, i try to develop a (my first) firefox add-on. It should show a panel at several defined url with some content. This works if i click on widget-symbol fine. Now i want, that the panel is ...

1 2 3 4 5 8