Tagged Questions

6
votes
8answers
203 views

How to keep up to date on available Java libraries?

I've been writing java.io code verbosely for far too long, and stumbled onto Apache Commons IO last week. I've used a lot of Commons before, but never looked at IO, and now I feel …
0
votes
2answers
30 views

Are third party controls as good a value for WPF as they are for Winforms?

During my days doing Winforms development, I constantly found myself struggling against System.Windows.Forms controls. Then I used DevExpress WinForms controls and I would never e …
1
vote
2answers
54 views

Easiest way of getting third party database information into java objects

I am making some small "business intelligence" applications/tools that need to talk to other systems. Primarily accounting systems that believe that databases are an integration l …
1
vote
3answers
40 views

send xml to external site in background

I have a form allowing a user to signup for a news letter which submits back to the page it's sat in for validation and adding the content to the db, however I also need to send an …
0
votes
6answers
83 views

Need to use body onload event, but third party JavaScript library has hijacked it.

I'm using Simile to draw dynamic timelines. I am also using an in-house library to add a comment blog. Our in-house library uses the body element's onload event to initialize. & …
0
votes
1answer
33 views

Specifying partial view path using T4MVC

Hi all, I am using T4MVC in our ASP.NET MVC Project. I have a statement like this in my view <% Html.RenderPartial(MVC.SomeController.Views.PartialViewName); %> Which wa …
3
votes
4answers
142 views

How to build an application that requires both libstdc++.so.5 and libstdc++.so.6?

I want to preface this with the important notice that I am not a C/C++ programmer, and know very little about how linkage of libraries works in C. Our code uses libstdc++.so.6 (gc …
0
votes
2answers
29 views

autofill a 3rd party textbox

Is there any way to automatically fill in a textbox on a 3rd party website via code on the referring page? My situation is thus: When a user clicks the pager number in our onlin …
1
vote
1answer
30 views

Third party decompression on Blackberry

I know the BB only handles GZip and ZLib compression/decompression. my app gets essentially a zip file containing a large number of possible file types (txt, doc, html, wmv, png, g …
1
vote
2answers
32 views

How to check licence of third-party jars

We distribute a number of third-party jars with our product. Is there any way I can analyse or perform a lookup on each jar in order to determine its license - e.g. CDDL v1.0, Ap …
0
votes
4answers
122 views

Third party control suite’s for Windows Forms

DevExpress or ComponentFactory's: Krypton Toolkit I am looking for people's experiece with either. Ease of use(programmatically)? Accessability of help and support? User Comm …
1
vote
2answers
30 views

How do I test a third party framework when I need to pass in an HttpResponse

I have a third party framework that I'm using to write out an excel document and have the user download it. The problem is that the user is attempting to export a large number of …
2
votes
1answer
48 views

Field level attribute vs Property level attribute

Hello, This is something I find rather curious, that a lot of third party libraries such as FileHelpers and Command Line Parser are designed to work at field level rather than pro …
2
votes
2answers
73 views

Third party libraries in CMake

I am using cmake for my project, but I have another library in a subdirectory ( say lib/ ) which uses a plain Makefile. How do I instruct CMake to run the Makefile in lib as part o …
0
votes
2answers
33 views

Third Party Controls for Address Input

Can anyone recommend a third party control for an ASP.NET site that supports the entry and validation of address information for multiple countries? For instance, when "USA" is s …

1 2 3 4 5 next
15 30 50 per page