Questions tagged [viewer]

490 questions
5
votes
1 answer

Add ReportViewer to Toolbox VB.NET 2013

I installed Report Viewer 2012 in VS 2013 (VB.NET), but it's not listed as an component in toolbox. Where is the location to reference the ReportViewer via browse, or how do I add the ReportViewer to toolbox? I wasted all day trying to create a…
user3707554
  • 77
  • 1
  • 2
  • 8
4
votes
1 answer

Android PDF reader component

For an Android application we must add a PDF viewer. We can't use the PDF reader install on the platform because we want to make some animations for page switch and we want that the PDF reading is integrate correctly in our application. So I search…
user640897
  • 41
  • 2
4
votes
2 answers

Graphically view long line diffs that mostly match

I have two data files. They're both 5000 lines long, and each row is ~10000 characters wide. They are nearly identical, except a few characters on some lines are different. Is there any tool that will jump both vertically and horizontally to the…
chmullig
  • 12,106
  • 5
  • 32
  • 52
4
votes
4 answers

Universal "document/image viewer" for Delphi?

I want to view (only) images files and some common documents (PDF, RTF, TEXT, etc) in my Delphi program, I've found two ways of doing that, via AtViewer, but the file size is too large. Via the embedded Internet Explorer installed on the end…
Edwin Yip
  • 3,789
  • 3
  • 36
  • 78
4
votes
1 answer

PDF Viewer in Qt

I am trying to create a pdf viewer inside qt using Adobe Readers ActiveX, but it requires to install Adobe Reader, so is it possible without installing Adobe reader we can create pdf viewer
Dnyaneshwar
  • 99
  • 1
  • 2
  • 8
4
votes
3 answers

Google Docs viewer in IE

I've searched high and low for a solution, but can't find one. I'm using Google Docs Viewer to view PDF files. It's a great tool, but I can't seem to get it working in Internet Explorer (7 or 8). All my images come up as a 'missing' icon. If I view…
Skoder
  • 3,613
  • 10
  • 41
  • 73
4
votes
0 answers

Load picture with native photo viewer

I've been looking around and I just couldn't find anything that really fits my (very simple) needs. I have a UIImage (as a NSData, then file, then image) that is displayed, and I'd like to be able to tap it and display the native "show", that has…
Gil Sand
  • 5,333
  • 3
  • 29
  • 66
4
votes
0 answers

Embedded Google Viewer - How to disable full-screen option?

I use Google Viewer as embedded PDF-Viewer in a Web-App (PhoneGap). My Problem is, that when I open a PDF-File on an iPad and enter full screen mode, there is no way to get back anymore, because there is no "back"-Button like on Android devices. So…
4
votes
1 answer

ComboViewer, How can I get the selected item of a comboViewer?

I created a ComboViewer final ComboViewer comboViewer = new ComboViewer(shlFreeViews, SWT.NONE); final Combo combo = comboViewer.getCombo(); combo.setVisibleItemCount(4); combo.setFont(SWTResourceManager.getFont("Segoe UI", 13,…
xSmog3s
  • 119
  • 1
  • 3
  • 8
4
votes
5 answers

Looking for a "Universal" Document viewer component/library

I am looking for an Applet with similar functionality to the Oracle/Stellent OutsideIn ActiveX control or the Autonomy KeyView technology that act as a browser plug-in allowing the rendering/display of a large number of file formats (Word…
JohnFx
  • 33,720
  • 18
  • 99
  • 158
4
votes
2 answers

Tkinter help viewer

I have a simple Tkinter app in Python. I'd like to add help document to it; what is the simplest way to integrate an help viewer to the app? Preferably cross-platform (although I primarily use Windows)? I can imagine writing the help in plain HTML.
Sridhar Ratnakumar
  • 68,948
  • 61
  • 139
  • 172
4
votes
3 answers

Embedding PDF documents into websites

I need to embed some PDF documents into a website. The last time I did this, I used a jQuery lightbox to popup an iFrame with the PDF document as the URL. The client's PDF viewer would then take care of the rest. Apparently though, that was a bit…
papermate
  • 41
  • 2
  • 6
4
votes
4 answers

Three.JS model viewer feasible in phonegap?

I'm trying to make a very simple 3D model viewer in a phonegap app for use on an iPhone 4. I'm using three.js which is working fine when I make a simple website. The problem is that when I try it out on the phone the 3D object doesn't appear. Simple…
James Finn
  • 307
  • 2
  • 10
4
votes
7 answers

SAP Crystal Reports Viewer does not display in browser

I own a ASP.NET web project with framework 4.5. Is installed and implemented an SAP report for VS2012 Crystal Reports Developer. Making in Local report, it works correctly in browsers (Chrome, Firefox, IE) and the data in the correct exit. Now, at…
amelian
  • 385
  • 1
  • 5
  • 13
3
votes
3 answers

Editor/Viewer to display and analyze Maven logs?

I use Maven for building Java projects. The output of Maven has immense size. Is there an editor or log viewer that makes analyzing logs easier?
user710818
  • 20,710
  • 55
  • 138
  • 197