|
I'm writing a web application that needs to export data out of it. The problem is that every client requires a different format. Some want tab delimited, some comma seperated and even fixed width.
Different data may also be needed by each export.
What...
Started by Schotime on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Then, I think I would create an interface or abstract base-class '... .
I would also create a class (or set of classes) which contains / represents the data that you have retrieved .
I would create a class which retrieves the data that you're interested in .
|
|
Hello everyone I was wondering how to query the POST TITLE and the TAGS inside those POST. I have now queried the POST title POST date but Im missing the POST TAGS because it is located on different table and I dont know how to Select the TAGS inside ...
Started by dekzgimutao
Member on
, 9 posts
by 3 people.
Answer Snippets (Read the full thread at wordpress):
Scratch my earlier post, I figured it out here - http://wordpress.org/support/topic/plugin-exports, it is the same problem i got until these time, I emailed the plugin author but he has no response.
|
|
Hello,
i have some trouble accessing a dll written in vc++ that exports an interface. First i tried to use classes, but after some google-search i came to the solution, that this i not possible. I just want to make sure, that the plugin interface can ...
Started by geskill on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
In general, you should not export interfaces (and for that matter: objects should really not be exported export COM objects ,....
You should read about COM.
For another cases..
) - you can write plugin to Delphi with this way.
|
Ask your Facebook Friends
|
I'm starting to use MEF to build up a plugin based application, and I'm slowly adding MEF to the mix. There is a lot of existing code that does not have any MEF DNA yet, but I still want to get that code into the new objects that are being automatically...
Started by Daver on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The foo's I need to mark as exports(CompositionConstants.ExportTypeIdentityMetadataName, typeIdentity); Export export = new Export(entry.Key, metadata, () =&....
Unfortunately, the problem is a little more complex than that .
|
|
Hi, Can I add a reference from an eclipse plugin project to a non plugin jar? This is a jar that I can not change, so i have to use it as is.
Thank you Ido
Started by Ido on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Copy the jar into a sub-directory....
Eclipse will autogenerate a plugin project that exports all packages so that it can be usedThe simplest way to do this is to add the jar to your plugin and modify the classpath.
And that's it.
|
|
Hi everybody!
I am kind of new to C# .Net and I am enjoying the learning process! Right now I am working on a project (just to learn) in which plug-ins are the main key.
I did the following till now which seems to work fine:
Interface:
namespace My.test...
Started by Gohlool on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You could add to your interface IMyPlugin a method or a property which returns the configuration control:
public interface IMyPlugin { UserControl GetConfigurationControl(); } public class SamplePlugIn: IMyPlugin { public UserControl GetConfigurationControl... .
|
|
Hi,
I'm trying to build a small program that hosts vst effects and I would like to scan a folder for plugin dlls.
I know how to find all the dlls but now I have the following questions:
What is the best way to determine if a given dll is a vst plugin?...
Started by Roald on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Call it! If what's returned.
How to determine a VST plugin?
Once you've found main/VSTPluginMain...
|
|
I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the add button, I can see only sub-directories of the plugin project. So if I want to add same .jar file to more than one plugin project where should I store the .jar...
Started by penguru on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Normally.
That way the feature can be referenced by multiple plugin.
You create a separate plugin for the jar file that exports the packages provided by the jarLook into creating a feature.
|
|
According to this post , i ask $title. Which are your favorite PHP coding related Eclipse plugins? Without you can't live? Why?
I list my own plugins of choice:
Eclipse PDT Mylyn Subclipse Which are yours?
Started by erenon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Is on a Virtual Machine, which exports its files via a samba share ; this can take lots of time.
|
|
Some Eclipse plugins are mandated by your environment. The appropriate source code management plugin, for example - and I'm not interested in those.
Some provide useful enhancements, but in a specific niche. I'm not interested in those.
Some are great...
Started by Bill Michell on
, 23 posts
by 21 people.
Answer Snippets (Read the full thread at stackoverflow):
This allows you to stay continuously....
The blurb:
This Eclipse plugin calculates various metrics for your code.
It exports Eclipse Metrics Feature ( update site ).
My answer to this is clearly eclim.
Flaw is that it doesn't work on the mac :'( .
|