add-on

Creating this kind of popup in Firefox Addons?

痴心易碎 提交于 2019-12-14 00:32:23
问题 I'm trying to create a popup like this for use in my addon - is it possible? If so, how's it done? Thanks in advance! 回答1: It is also possible to do this by creating a panel and setting it's type to "arrow". In fact that's almost the same example that they have on the panel.type reference page: Here's how to do it: <panel id="testPanel" type="arrow"> <vbox> (... content goes here ...) </vbox> </panel> Then you would open it with: panel.openPopup(elementThatShouldTriggerIt, "before_start", 0,

adding newrelic addon heroku java

吃可爱长大的小学妹 提交于 2019-12-13 05:47:24
问题 I'm trying to add the newrelic addon to my application that is deployed in heroku using Jetty. This is what i'm trying to do and the answer I get. I Already unpack the newrelic folder in the root. ~ $ java -jar newrelic/newrelic.jar install Picked up JAVA_TOOL_OPTIONS: -Djava.rmi.server.useCodebaseOnly=true -Djava.rmi.server.useCodebaseOnly=true Jul 16, 2014 03:20:57 +0000 [95 1] com.newrelic INFO: Agent is using Logback ***** ( ( o)) New Relic Java Agent Installer ***** Installing version 3

Apache mod_rewrite: how to redirect addon domains subfolder access to addon domain itself?

让人想犯罪 __ 提交于 2019-12-13 02:59:38
问题 Situation (directories tree) on an Apache server: maindomain.com/ | |_ .htaccess (just an empty file, no rule in here) | |_ addondomain1.com/ | | | |_ .htaccess | |_ index.html | |_ addondomain2.com/ | |_ .htaccess |_ index.html Currently files in addondomain1.com can be viewed by going to: http://www.addondomain1.com/index.html http://www.addondomain1.com/ http://www.addondomain1.com http://www.maindomain.com/addondomain1.com/index.html I would like to redirect all requests: http:/

Which is the best location to keep program configuration file in WINDOWS?

 ̄綄美尐妖づ 提交于 2019-12-12 22:22:51
问题 My program requires some configuration details to be kept in a .ini file. This program also installs extensions to IE and firefox and i want to read these .ini file from these extensions also. If I kept .ini in "...AppData/Roaming..." the IE extension in protected mode won't be able to read/write. As far as I know only AppData/LocalLow can only be able to read in protected mode. If I am moving all my configuration details to this "...AppData/LocalLoe..." will it work all times? Is this the

Google App Script Add-on approved for publishing?

守給你的承諾、 提交于 2019-12-12 17:14:34
问题 Has anyone had an Add-on approved for publishing? The submission is basically a Google Form post, but there is no indication of how long the process will take and no way to gauge a submissions progress. From what I can see the number of available add-ons in the Sheet and Doc add-on stores seems to not be growing, which suggests there is a generic problem or bottleneck. Can anyone speculate? 回答1: No need to speculate : as it is mentioned on the Add-on anouncement page : " Add-ons are currently

Advantages of node.js addon vs child_process

不打扰是莪最后的温柔 提交于 2019-12-12 15:13:34
问题 What would be the advantages, if any, of using a node.js addon written in C/C++ compared to calling a binary with arguments through child_process? More specifically, I have a small program, which accepts possibly up to a few hundred arguments and returns a boolean. 回答1: There is a huge difference. C++ Addon is native code which is running as part of main application (on the same level as JS does). But if you use child_process , node will start new process and there is a huge overhead

Get code from my google spreadsheet addon after publishing

≯℡__Kan透↙ 提交于 2019-12-12 09:17:49
问题 I had published a private addon on google spreadsheet. However, the problem is, I lost the app script source code for my addon. I need to make some changes and publish it again. How can I possibly get/download the code from the spreadsheet addon that I published on the chrome web-store? I tried looking on https://chrome.google.com/webstore/developer/dashboard where there is a list of all my addons published but there's no option for reading the source code. A quick google search reveals

Titus add-on won't allow me to save to PERSONAL.XLSB

泄露秘密 提交于 2019-12-12 04:32:13
问题 We use Titus for classification. I can save a macro in a local workbook, but I can't save anything to my universal PERSONAL.XLSB workbook. The Titus pop up won't go away no matter what options I choose. The apparent cause is that Titus is trying to save to the wrong place, as shown in the picture below. Is there any fix for this other than disabling Titus? I'm on Win10, using Titus ClassificationSuite 4.5 HF3, Excel 2013. This exact macro saved to my personal.xlsb before my Win10 upgrade.

Self.port is undefined

只谈情不闲聊 提交于 2019-12-11 20:54:35
问题 I have an iframe in popup.html,having id = Receiver, which receives and posts messages. The below code is from popup.js: self.port.on("show", function(title, url) { myApp.initialize(title, url); }); var arr = new Array(); var myApp = { initialize: function (url,title){ arr = []; arr.push(url); arr.push(title); var receiver = document.getElementById('Receiver').contentWindow; receiver.postMessage(arr, "*"); }, sendDetails : function(){ alert("arr :"+arr); }, closeIt : function(){ self.port

Deployment of a Browser Helper Object

好久不见. 提交于 2019-12-11 17:00:07
问题 I wrote an IE Plugin with the .NET SpicIE Framework. During development I tested it with the following commands: "C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm" "plugin.dll" "C:\Programme\Microsoft SDKs\Windows\v6.0A\bin\gacutil" /if "plugin.dll" Now I want to create an MSI Installer with the Microsoft WiX Toolkit. But I don´t know which Registry Entrys are Required. I record all the entries written from regasm but it isn´t working because the plugin.dll have to be in the global