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
...
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?
...
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...
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.
...
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 ??
...
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...
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...
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...
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 ...
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...
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...
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...
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());
...
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?
...
Is there a list of all the source control systems that have visual studio plugins? If not, we can make one here...
...
Hi there,
anyone could give reference and sample about this plugin delegate_belongs_to in rails?
Thanks
...
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...
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...
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...
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...