third-party

Best way to provide Excel like WebPage?

Hi everyone, is there in any means a manner to show a grid or something like Excel. I see alot of information, but how do you feel about this one? Are there grids, or third party grid that provide these features? Thanks, I very like it to here your opinion, and your idea about this feature I want to provide in a Web Page? ...

How to use the flamingo substance?

Hey Guys I want to add menu like office 2007 which can be done by flamingo-substance? I don't find any proper documentation or good example. So how to use flamingo in my application? thanks in advance. ...

iPhone App with Thirdparty Code - License Question

What do I need to include if my iPhone App uses some third party code under an opensource licence for example BSD or MIT, before submitting for AppStore approval? Is it enough if I let original code with it's comments untouched or do I need to include a readme file where I describe that I used "xyz's framekwork under licence abc" or som...

How to encapsulate a third party complex object structure?

Motivation Currently I'm using the java parser japa to create an abstract syntax tree (AST) of a java file. With this AST I'm doing some code generation (e.g.: if there's an annotation on a method, create some other source files, ...) Problem When my code generation becomes more complex, I've to dive deeper into the structure of the A...

How to cope with developing against a poor 3rd party API/application?

Update: Based on the feedback, some good strategies are: Avoid geeky arguments, instead focus on problems that effect the application on the whole, not just problems for developers. Keep a bug list of problems with the product, explain how they effect the end users. Write a wrapper over the APIs, make your code modular so a different s...

Why does every third party control set rewrite the basics of ASP.Net?

Of the control sets I've seen for ASP.Net they all exhibit a strange property. They rewrite everything in the ASP.Net control set. For instance both DevExpress and Telerik have their own Panel, Label, and UpdatePanel controls among others. Why do vendors do this? Is it just to create a form of lock in or is it actually necessary? ...

Exporting data to an accounting system for billing and invoicing - is there any generic standard practice?

Hi guys, I've built a web application which basically logs work that has been done upon projects plus maintain resources used etc. What I need now is to set it up so that projects can be billed. Billed such that - each task that has been undertaken in a project is regarded as a billable service. Instead of building my own invoicing syst...

I need Expression Builder component

Hi, I need an Expression Builder component (Windows Forms) for adding it to my application like the SSIS (SQL Server Integration Services) expression builder control, kindly any link for free project, or component from third party company Thanks in advance ...

Pause third party application execution on Windows

I have a database upgrade tool that is misbehaving. I would like to pause the execution of the application so I can change the database. I'm thinking a C# wrapper that could pause the process would do the trick. Has anyone ever attempted such a monster? C# is home, but other languages would be find if they can get the job done. ...

WPF WindowsFormsHost child property

Hi, Just wondering if hosting a WindowsFormsHost control in a WPF user control in the following way is a good practice or not: <DockPanel LastChildFill="True"> <WindowsFormsHost Name="myHost"> </WindowsFormsHost> </DockPanel> private class MyWPFUserControl:UserControl { private SomeControl Foreign...

Using third party jars - Factors to consider

What are the factors that I need to consider when I include a third party jar in my application? I have listed a few below. Is there anything else that I am missing? And how does the Memory footprint work? What is the jar size has got to do with the Memory footprint? Memory Footprint Stability API usage Community Support Cost ...

Deploy Java Web Applet with Third Party Dependencies

I have made a Java Applet that depends on some third party libriaries as well as a DLL that is called via JNI. These will obviously not be installed on clients computers. Is there anyway to package these third party libriaries and external DLLs within my Applet's JAR so that it can be run by any client with a base Java install? ...

whats the best way to parser csv using python ?

I need to develop a script, with input csv file, this file contains multiple headers [headers are language(fr,en,...) specific] and between headers there will be specific data - you can say we've have a well defined CSV template, which will be parsed and will be converted to a specific pydict-dictionary and then this dictionary will be ...

Packaging C# Applications with third party libraries?

New to C# here. So I have an application that utilises the BouncyCastle framework, how can I package this application so that I dont have to manually put BouncyCastle's .dll on others computers? I'm assuming that this can be done with an install or something? And where do applications look for referenced third party libraries by default?...

How to handle app dependencies to 3d party

The app I'm currently developing depends on a third party application (OIFileManager). My question is what is the general way to handle these kind of dependancies? Tell the user to resolve it? Embed the 3d-party apk (if its license allows it) Automatically resolve it (maybe android market has a system for it). Thanks! ...

Devxpress grid first time loading issue

hi all, i have issue regarding the Devexpress grid with CPU usage. when i load the grid first time the CPU usage gets at 100 % till the APP is active. when i minimize the application it gets to normal percentage, and when i restore the APP window, it run normally, is there any suggestion for the same ? thanks in advance... ...

How to eliminate external lib/third party warnings in GCC

Hi everyone, In the software project I'm working on, we use certain 3rd party libraries which, sadly, produce annoying gcc warnings. We are striving to clean all code of warnings, and want to enable the treat-warnings-as-errors (-Werror) flag in GCC. Is there a way to make these 3rd party generated warnings, which we cannot fix, to disa...

delay the loading of 3rd party javascript

Is there ANY method to delay the loading of 3rd party JavaScript files until the rest of the page has finished loading? ...

Third-party dll crashes program with no exception thrown

I am using Visual Studio 2010, and coding in C#. I have a third-party dll that I am using in my project. When I attempt to use a specific method, at seemingly random occasions, the program simply crashes, with no exception thrown. The session simply ends. Is there any way I can trace what is going on? ...

Securing third-party JavaScript code

I'm building a system that allows multiple third-party plugins/gadgets conforming to the system's API to be run simultaneously on the page. What is the best practice of securing or isolating these plugins from one another, aside from running them in separate iframes? Should I design the API so that data fields of these plugins are priv...