plugins

Can not get Joomla! JText to output translation.

Im writing an Joomla plugin but can not get the JText to output the right translation. Seems somehow that the *.ini will not load. in my configurationfile. (.xml): language/en-GB/en-GB.plg_content_rsstotable.ini in the .ini file: TECH_HOME=Technical homepage GUIDEDOC=Guide document ...

GWT Dynamic Module Loading

There is a mechanism to load dinamically a GWT Module? The idea is to create a pluggable GWT-based system: a core GWT module that load dinamically other GWT module and a bus communication system permit the communication through loaded modules. Any idea? ...

LinkageError thrown when attempting to pass instance of class between 2 eclipse plugins

I have found many people with simliar issues but no soultions...basically I have two eclipse plug-ins that both in ther class path rely on the same jar. The UI plug-in replies on the Driver plug-in (implementing a custom ODA driver and UI for it). Both rely on a jar containing some other classes of mine and is called plugin-dto.jar Whe...

Struts 2 and @SMD Method validation

Hi, i am using Struts 2 and the Json plugin, to make ajax requests. I want to know if there's one way to validate my json, with struts validator, and show field errors in my jsp, before calling the @SMDMethod in my Action. Thanks for your help. ...

Gallio test runner plugin to Visual Studio 2008 and 2010 for MBUnit tests

If I install Gallio 3.x will I should have test runner plugin for Visual Studio? Cause now I only use Gallio Icarus, but better is to have integration plugin... :( or I must use TestDriven.NET or Visual Nunit ?? ...

Boxy Submit Form

I am using the boxy jQuery plugin in my page to display a form on a clickEvent for the fullCalendar plugin. It is working all right , the only problem I have is that the form in boxy brings up the confirmation dialog the first time the dialog is opened and when the user clicks "Ok" it submits the form a second time which generates 2 even...

how can a Win32 App plugin load its DLL in its own directory

My code is a plugin for a specific Application, written in C++ using Visual Studio 8. It uses two DLL from an external provider. Unfortunately, my plugin fails to start because the DLLs are not found (I put them in the same directory as the plugin itself). When I manually move or copy the DLLs to the host application directory, then the...

Limiting what a .net plugin can access

I have a web application that can load plugins through reflection. It currently uses Assembly.LoadFrom() and Activator.CreateInstance() to get this done. Right now plugins are loaded into the same AppDomain and have access to anything in my app and anything my app could access. What I'm looking for is a way to limit what classes and m...

Overriding jQuery plugin methods, as default and for single instances

Hi, The basic question is: How do I perform a basic override of a plugin method without editing the original plugin file? Is it possible to create an override for a specific instance: Example: An rtf plugin uses: $('selector').wysiwyg('setContent',newContent); In order to display the rtf text as readonly I would like for the same ...

Removing an item from jCarousel plug-in

Hello. I have a question regarding the jCarousel plug-in (from sorgalla). How do I remove items from it the right way? You can see how far I've gone here. Try deleting a few items and then scrolling to the right, you'll see an "emtpy scroll" eventually, and that's what I'm trying to get rid of. I've tried using the remove(); jQuery f...

jquery cycle plugin - need some help with the pager...

I'm trying to implement the pager and I've gone through the samples on that site as well as some of the solutions posted here in response to similar questions and elsewhere on the net, but so far nothing has worked... This is the jquery I'm using (the latest attempt anyway...). I'm sure that the html markup is probably not accommodat...

Creating a tool dockable window for visual studio

So I have a web service system for mananging development projects, what I would like to do is create a visual studio plugin that accesses the web service and returns a list of tasks for the current users (via some sort of login). Looking round the internet I can't find any good examples or tutorials on how to create a visual studio plug...

How can one create a org.eclipse.jface.preference.BooleanFieldEditor with a multi-line label?

The ff. does not work. "Second line" is rendered on the same line as "First line". What's more is that there is no space between the two. new BooleanFieldEditor("Name", "First line\nSecond line", getFieldEditorParent()); ...

Subversive for Eclipse not visible

I installed the subversive plugin for Eclipse to use SVN. The installation was OK, no problems. I restarted Eclipse, the plugin is visible by "Installed software". But if I look at Team -> share or Window -> preferences team SVN is not visible. Someone an idea? ...

List of Source Control Systems with Visual Studio Plugins

Is there a list of all the source control systems that have visual studio plugins? If not, we can make one here... ...

RAILS plugin delegate_belongs_to

Hi there, anyone could give reference and sample about this plugin delegate_belongs_to in rails? Thanks ...

C# Assembly.GetTypes() - ReflectionTypeLoadException

We implement a plugin framework for our application and load plugin assemblies using Assembly.Loadfrom. We then use GetTypes() and further examine the types with each plugin file for supported Interfaces. A path for the plugins is provided by the user and we cycle through each of the files in the folder to see if it (the plugin) support...

Monkeypatch a model in a rake task to use a method provided by a plugin?

During some recent refactoring we changed how our user avatars are stored not realizing that once deployed it would affect all the existing users. So now I'm trying to write a rake task to fix this by doing something like this. namespace :fix do desc "Create associated ImageAttachment using data in the Users photo fields" task :us...

NAVT WordPress Plugin - Not working on index.php

Hi there, I need to move my wordpress home page onto the actual index.php file but for some bizarre reason the NAVT plugin doesn't work on there. It also doesn't work on index.php when I put it in the header.php file. It works on all other pages as normal. ALSO, it does work in the footer.php file when viewing the index.php file so th...

Error after installing scala plugin of netbeans

I installed the scala plugin on my netbeans and followed the instruction of this page: http://wiki.netbeans.org/Scala68v1#Scala_Plugins_for_NetBeans_6.8_v1.x_.28RC2.29 but after it completed correctly step by step, when I make an empty project (Hello world!), the project has an error! The empty project is here: package scalaapplicati...