Questions tagged [add-on]

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

A plug-in system is very common, because it lets other developers (and maybe users) make small plug-ins to add new features quite easily.

Add-ons are also a good customization tools, because they let users chose which of the features do they want, and which they don't. It also helps to keep the distributive small.

There are specific tags for certain platforms / applications, like

Usually it's better to use the more specific one.

1100 questions
2
votes
0 answers

How to print a particular part of web page using JS Print Setup add-on

My web page needs to print some data. and I am using "JS Print Setup" add-on (Mozilla fire fox) to print. Here I want to print only a particular content from my web page. Can anyone help me. My code is function test2() { …
Sam
  • 131
  • 1
  • 12
2
votes
1 answer

Guidance on Node.js module

I am currently started learning with node js, as I am working With Intel WebRTC SDK. If I want to make some modifications or add feature to the existing library, what do I have to do? Do I need to create modules or directly change in the files? If…
Bobby
  • 141
  • 11
2
votes
1 answer

Android SDK Add-On hidden class

I need to export a hidden class through a SDK Add-On in Android Lollipop. I'm able to export non-hidden classes. After unsuccessfully trying the "usual way" I thought the problem was due to the @hide tag. So I decided to try the "dirty" way of…
Salvatore
  • 1,145
  • 3
  • 21
  • 42
2
votes
1 answer

How to set no add-ons mode in SWT Browser(IE)?

I want to disable all add-ons in a SWT Browser by using the SWT.NONE flag for creating the browser. In IE I can use the -extoff argument to start it in no add-ons mode. Could you give me a way?
2
votes
1 answer

Want to post from a Apps Script form to another App Script

I have an addon shared to all domain-users. It opens a sidebar that contains a form. I want the form to post to another Apps Script (implemented webapp) in a basic client-server fashion. The other script (runs as admin) should do stuff with the…
Niklas Ternvall
  • 510
  • 1
  • 3
  • 19
2
votes
2 answers

unregister and remove addon in blender with python does not remove the item from menu

I have download some mesh exporter script to learn how to write an export script in python for blender(2.6.3). The script follows the standard register/unregister in order to register or unregister the script. ### REGISTER ### def menu_func(self,…
user1097185
  • 1,058
  • 3
  • 13
  • 28
2
votes
1 answer

How does Redis client/connection limit work on Heroku RedisCloud?

So, I have a Java app on Heroku that uses RedisCloud addon. The addon clearly states that the free version comes with a maximum of 30 Connections: The problem is that Im getting this error: ERR max number of clients reached So the first thing I…
Lisandro
  • 10,543
  • 1
  • 24
  • 29
2
votes
1 answer

What "are" Heroku add-ons? What do they _do_?

I might get shot down for being too vague / opinion-based, whatever. But this is a serious question, and despite Heroku's great documentation on how add-ons work, I cannot for the life of me figure out what they do (i.e. what is the unifying theme…
NotAnAmbiTurner
  • 2,553
  • 2
  • 21
  • 44
2
votes
2 answers

mmenu help - how to add "Selected" class to current page (maybe using "currentItem" addon)

I'm using mmenu to create a menu. While I'm open to advice on whether to use jquery or PHP (best practice advice), I need to be able to easily include my menu on each new page. I hope this makes updates easier. The problem is that mmenu does not…
eagle
  • 61
  • 3
2
votes
1 answer

How do I make wow add-on that check if enemy is in combat or not?

I've just started learning to make wow addons. I haven't learned lua much yet but I am trying to make one now. and I can make a simple thing that check whether I get into combat or leave combat like following. local f =…
Jin kim
  • 155
  • 1
  • 2
  • 8
2
votes
2 answers

Can we use smtp with heroku without the SendGrid add-on?

I am deploying an ruby-on-rails app in Heroku.I cannot add the SendGrid add-on to the heroku account.Is there any other ways to use the email services?
swetha pvl
  • 163
  • 1
  • 10
2
votes
1 answer

ContactsApp.getContactsByName is very slow

I am using ContactsApp in Google Drive Add-On to fetch contacts when user types in input box . If I have many contacts ContactsApp.getContactsByName responds very slowly . I have around 5000 contacts and this method takes around 40 seconds to…
jkb016
  • 439
  • 1
  • 7
  • 17
2
votes
1 answer

Insert Excel row using format from row below, not above

I need to insert a row into an existing Excel worksheet using C# but keep the existing formatting. The default behaviour in Excel is to use the formatting of the row above, which in some cases is what I don't want as this could be different. I am…
CompanyDroneFromSector7G
  • 4,291
  • 13
  • 54
  • 97
2
votes
2 answers

Google Analytics Core Reporting API giving different sessions count than Google Analytics web app

I'm trying to generate sessions and users information on all traffic containing a certain web address (we'll call it www.example.com). I'm using the Google Analytics Spreadsheet Add-On. My current report configuration for the add-on: Type:…
Benny Xie
  • 23
  • 4
2
votes
0 answers

WoW Style Addon Implementation

I am looking for any open source implementations that allow for a creation of rendered objects like World of Warcrafts addon system. I am interested in recreating something similar in my own projects that make use of Direct3D8 and Direct3D9 but have…
atom0s
  • 485
  • 6
  • 22