Hi!
I am trying to create very simple eclipse plugin.
I want to run current selected test case, using my tool with a help of JUnit4TestAdapter.
When I run outside eclipse, using "main" with "parameters" everything is just fine.
When I invoke "main" with the same "parameters" inside the eclipse (i am creating separate thread for tha...
I have a jquery galleryview plugin running to display photos. i would like to add rounded corners to the photos, so i tried applying the corners plugin to the .panel holding the image. unfortunately it doesnt work. the photo starts square and then when it transitions you can see the rounding for a second and then it ends square again.
...
Hi friends,
I researched at google but couldnot find anything.
Is there a plug-in or anything that will allow us to edit the meta tags for each individual post?
Appreciate helps! thanks.
...
We are trying to upload flash plugin version 10, but not sure if that has an effect on previously added object and embed tags. Does any one know if there is a conflect in using version 10 while having the following code:
< object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com
/pub/shockw...
Hi
I'm editing a site using Modx cms.
I'm trying to add a contact form to the contact page. I already have one in the sidebar specified in a template. The code on the contact page form points to the same div tags, but it isn't picking up any of the css.
any ideas why this is happening. Do I need some kind of plugin?
Thanks for all yo...
Guys,
I opened this question (I hope could help some others) but reading stackoverflow I find some really interesting pearls of information lost in the cloud. What do I mean? For example I was reasearching the Web for the best way to validate parameters in methods. I was breaking my head trying to find a nice, elegant way to do it, then...
Can an abstract class be used as the contract object between a 'Host' and a 'plugin'? The idea is that the plugin inherits the contract (we call it an adapter). We are also understanding that all participants in the framework must inherit MarshalByRefObject (MBRO). So, this is what we were thinking -
Host:
class Host : MarshalByRefObj...
Im trying to use this page slider jquery plugin, you can see the demo here:
http://www.derekperez.com/jquery-pageslide/demo/
I can get it to work, but it works when you click a link. I would like to make it automatically run when they go to a certain page, is this possible? I am very new to this and searched google but couldnt find a s...
I'm working on a plugin system. Some plugins need user input. I would like them to be able to report to the main application what input they need and have the main application decide how to get it. It seems like there might be some kind of library designed for specifying options like this. So like the plugin could return some kind of Opt...
In dev I used gmails outgoing SMTP server for the Grails Mail Plugin and everything worked fine. Now, in test I'm getting MailAuthenticationException as the SMTP is setup with no authentication;
...
Caused by: org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is javax.mail.AuthenticationFai...
I wonder if it is possible to specify a constructor in a Qt plugin interface? (extending an app)
I want to force the plugins using the interface to take a parameter in the constructor.
...
I am trying to make property have a bindings inspector view like the textfield has for it's value. With a combo of all nonview items that has a checkbox toggle if you want to enable the binding or not.
I get how to make an IBPlugin with outlets and actions but I can't figure out how to get a popupbutton with available objects in the ni...
I know that php is a scripting language like perl.python.
But, is there a eclipse plugin which gives a error when a function taht is called doesn't exists. Or when a variable which is defined in the doesn't exists.
There are too many careless mistakes that are happening with me in a huge project.
I miss java for this.
Any compile tim...
Hello, World!
I've got iBrowser plugin and what i need is to change HTML code for the img tag when I click insert button. Actually i want to have the opportunity to insert alternative code (user could check a certain checkbox, or click another button, say "Insert link" next to "insert").
Now the code looks like this
<img title="xxx" s...
I basically have 2 questions:
Is there a way to invoke maven console from eclipse? (where I could write eclipse:eclipse, and it started building eclipse project)
Where does STS unpack it's maven? I'd like to add that path to env variables, so that I could use it from my windows console.
...
I'm using the maven-bundle-plugin to generate my bundles.
One issue that bug me is that the finalName (jar file) does't conform with the actual bundle name.
Internally the bundle plugin convert the version from Maven format to OSGi format (ex: 1.0-SNAPSHOOT => 1.0.0.SNAPSHOOT)
How should the actual propper OSGi naming can be extracted...
Hi, at the moment I have my jQuery plugin running it's logic in if statments.
For example I have:
(function($) {
$.fn.myplugin = function(action) {
if(action == "foo"){
}
if(action == "bar"){
}
if(action == "grapefruits"){
}
}
})(jQuery);
Is there a better wa...
Hi,
I just finished implementing the history plugin for URL back button functionality and now find out that it doesnt work with IE (great!?#) I wrote this post to explain the problems i was having post
So, next up is to try and implement the BBQ jquery plugin which does the same thing, but I cannot find any simple examples of how to im...
how to create a browser plug in using C#? (something like Flash Player or Unity3d)
...
I want to create C# plugin for some 3d + Music editing stuff. I want to be able to run my files inside browsers pages (so to see HTML some Flash content and some content which is rant by my plugin) using something like HTML tag or some JavaScript. (So my plugin will be small, powerfull and i want it to run at least on Windows and Mac fir...