viewer

how to change database connection for rpt files using Crystal Reports Viewer Java

Hi there, Currently I have the necessity to change the database connection of my .RPT files using Java, but I have not found a way to do it. See my code below.. if(!CR_VIEWER_NAME.equals(request.getParameter(CR_VIEWER_EVENT_PARAM))) { ReportClientDocument doc = new ReportClientDocument(); //doc.setReportAppServer(ReportClientDo...

TableViewer inital sorting

Hi everybody, I have a problem with JFace TableViewer in RCP. Basically I have a table with 4 rows, and as input I give an already sorted list of elements. So I expect that first element in my input list is first row in a table. However, the TableViewer reorders the elements, and shows them sorted in DESC order for first column. Since t...

how to center align table in reportview in asp.net

hi, im using report viewer in visual studio 2008, in my report, everything is display correctly except table. check the image for more details http://i26.tinypic.com/2luq3rc.jpg the table is left aligned, how do i center align it please help ...

JavaScript - How to make a sliding image viewer?

Hello. Can anyone explain how to create a sliding image viewer using javascript or jquery? From the ones I've seen, it looks like all the images are side-by-side and then buttons move the images across depending on the width of that image. Which shows the next image. There's one of these image viewers here. I'm not after the scrollbar th...

How to change an image when clicked using JavaScript?

Hello! I've created a sliding image viewer here. As you can see, there's 4 small clickable images to change/slide the image. I want the small image to change to this image when it's clicked, or when the appropriate main image is showing. That way the users can tell which main image is being shown. Can anyone maybe look at the source and...

Display .eml file in a web appication

I have a web application where I need to display .eml files (in RFC 822 format) to the users, formatted properly as e-mail - show the HTML to text body properly, show images, attachments and so on. Do you know of a component / library that can do those things? I prefer it would be in Java (and to integrate with spring easily :-) ), but...

Is there a standard ImageViewer on Android?

There are some applications out there, that use a kind of standard way for showing images to the user. There is one i specially like, is the Facebook one. Facebook presents images to the user in full screen mode, with a black background. If user clicks on the image, there appears a left and/or right arrow to move to next/previous image i...

generic timed event viewer/visualization

My application generates a bunch of events at different moments. Events have a timestamp, a duration, a type (error/warning/normal), a description, etc. Is there any application which can take in data (probably from xml files) containing this type of event information, and displays in in a table, with search range by date, etc? ...

How should I implement an "object viewer/visualizer" ?

As one of the features in an in-house testing tool I'm interested in allowing the user to view the fileds' values of Java objects in a graphical way. So, as far as I understand, the object's class needs to implement Serializable -and according to Effective Java book, preferably the custom form of the read/write methods. This way I can ...

How Google Books and Google Docs Viewer Work?

Guys, Google Books Viewer and Docs Viewer are driving me crazy, do you know how they are working PLEASE? For example: Google Docs Viewer: http://docs.google.com/viewer?url=http://labs.google.com/papers/bigtable-osdi06.pdf It seems that books/docs are stored/being converted to IMAGES, you can know this by righting click a page and then ...

Nice remote apache log viewer

I have a server with 10+ virtual domains (most running Mediawiki). I'd like to be able to watch their traffic remotely with something nicer than tail -f . I could cobble something together, but was wondering if something super-deluxe already exists that involves a minimum of hacking and support. This is mostly to understand what's going ...

Displaying 3D models in Flash on the browser

Hey guys, I have a bunch of digital 3d models (in whatever format, I can probably accommodate the conversion) and all I'm trying to do is to find a flash 3d viewer that dynamically gets a 3d model and then allows the user to do things like pan, zoom, and move around in the model. These are specifically models of units and properties, s...

Browse a SQL-Dump file without importing it into a DBMS?

Is somebody aware of a tool that lets me browse MySQL-Files without having to import them into my database system? I'm looking for an easy way to inspect MySQL Backups quickly without having to import them - but still being nicely displayed, so viewing the SQL source is not really an option. Maybe there's a program that takes the SQL du...

Error with Event ID: 2002 and Source: EapHost

I constantly receive in Event Viewer an Error at every reboot: Skipping: Eap method DLL path name validation failed. Error: typeId=21, authorId=29114, vendorId=0, vendorType=0 Source: EapHost Event ID: 2002 Level: Error User: System Task Category: Peer Keywords: Registry Someone have any idea? ...

Creating Image viewer [ C# ] with multiple image format support

I'd like to create an image viewer in C# with multiple image (file) format support (not only the regular formats like jpg, bmp, gif and png) and also a possibility to create a thumbnail view. No other image processing necessary! Who can give me advice about (free) components, libraries or .... ? ...