Hi.
I'm working with Hudson plugins. Jelly views are the most complicated thing for me.
So the question is how to use JavaScript code in Jelly scripts?
P.S. "Hello World" script is working good but simple "for" loop brings a lot of problems...
...
I'm finding comments on code starting to get annoying. I feel that once you achieve some level of expertise, code is pretty much self documenting. But comments are still a necessity.
What I would like to know if there's such a plugin or IDE with this idea of comments separated from the code. If such a thing doesn't exists, what ideas do...
I'mt trying to create a plugin which adds a custom page in the admin panel. I have a checkbox with name "deposit_sandbox" if check true it should update the option in the database to true, if not selected it should update the option in the database to false.
how do I check if a checkbox was selected and then update the database with upd...
Hello
I am running the wordpress p2 theme with the wp-facebook connect plugin
http://wordpress.org/extend/plugins/wp-facebookconnect/
The plugin works fine except the avitars do not show for posts and status updates (works for replies though)
Is any one familiar with this theme and problem?
Thanks
...
is it possible and how ?
can any one share the URL that can help to create new google lab feature..
...
I am trying to make a simple plugin for MS Dynamics CRM 4.0 where send data of a salesorder in a SOAP message on the update of the order.
The strange thing is that I get this error every other time i try to save /(execute the plugin).
So when I update (any field) of a salesorder and then save I get the error:
The given key was not pres...
Hi!
I have a problem creating a Rails plugin, lets call it Mplug. The plugin is pretty much only a rake task, but with a library that the rake task uses.
The problem is to require files. Lets say that this is the rake task:
namespace :mplug do
task :create do
Mplug::Indexer.new
end
end
This will not recognize the constant Mp...
Hi all,
Hope you can help.. am using http://bassistance.de/jquery-plugins/jquery-plugin-validation/ in an ASP.NET MVC project on an address entry form.
I'm really trying to find out whether there is some kind of conflict between the Validation Plugin and webkit browsers (e.g. Safari, Chrome), or between jQuery and webkit browsers, befo...
I am using the authentication plugin in grails. The logout button code is something like this:-
However this creates a submit button on the page. I want to have a link () instead. Does anyone know a way of doing this? I thought createLink might work, but not sure...
...
I have a native C++ DLL which is used as a plug-in in another application. This DLL has an embedded manifest and depends on a private assembly located in a folder external to the application. The application fails to load my plug-in DLL because my DLL depends on a private assembly which is never found (it is not located in the applicatio...
I am using jquery validation plugin with php on ubuntu.
I am applying validation on my forms like this:
$(obj).find("form").validate();
When I set "email" as class of any text field and I give it a wrong formated email address, it show the following error like this.
Please enter a valid email address.
Question: Above message is ve...
I'm writing a plugin that add's a page with a tag [deposit_page], that tag should be replaced with some php code.
this is what I have but it doesn't work, something I'm missing or doing wrong? or did I forgot something?
function deposit_page_content($content) {
$deposit_page_content = "here will go the content that should replace the ...
I've got a .NET plugin (written in C# & VB.NET) exposed via COM and loaded into an application built using native code (C++). We're working on a 64 bit compatibility release, and when the application exits we're seeing a crash screen from the application.
If I run the application from a Visual Studio debug session the crash isn't cau...
hi. i have a very basic question. i've never worked in XCode before but i am designing a plugin (objective-c) for an open source radiology program called OsiriX. i can get the thing to compile fun and i can even get the plugin to run in OsiriX. but i'm not sure how to run/debug it from XCode. Run/Debug is grayed out on my xcode. is it be...
We want to add command-line support to Netbeans, as in being able to run any program (using the full path of the current file as the argument) directly from the IDE. The same way you can do it already on Notepad++ with the Run tool.
Apparently there is a plugin called VCS Generic Command-Line Support that offers this functionality, but ...
I would like to make a plug-in for visual studio... But I have no idea where to start.
While it was quite easy to find guides for Eclipse plug-in development, I'm having troubles to find a good guide for VS plug-in development.
I guess what I'm trying to ask here, is where do I start?
...
Hi people!
I'm working with a C# plugin architecture. Plugins are DLL's which expose a bunch of presenters, which are objects that implement the IPresenter interface. The IPresenter interface is available in a DLL shared by all plugins. Presenters can also implement additional methods as defined by IAction interfaces, like ILoadAction,...
Hello. I've read existing questions about this topic on here already, but none of them seem to address my question so far.
Here is the situation:
We are developing a closed-source/proprietary software for a few customers.
Our software is written in C++ and uses Qt 4.6, thus it makes use of the LGPL licensed version of Qt.
The software...
hi all,
i'm having this simple plugin code:
(function ($) {
$.fn.tWeb = function ()
{
var me = this;
me.var1 = "foo";
this.done = function()
{
return this;
}
return this.done();
};
})(jQuery);
var web = new jQuery.fn.tWeb();
alert(web.var1);
works nice - alert(web.var1) is giving me "foo".
my q...
I would like to drag a dll to my project references. Is it possible? Is there an plugin for it?
...