Questions tagged [viewer]
510 questions
0
votes
2 answers
CakePHP and ViewerJS
Any idea on how to integrate CakePHP 2.6 and ViewerJS into an iFrame?
The code below shows an empty ViewerJS frame.
If I try to show only the resource, it works. I have the right paths to ViewerJS and the file, but it still doesn't work.
0
votes
1 answer
Convenient Java image viewer for JUnit
I would like to test my thumb generator which retuns byte[] of content in ".png". The test would generate a thumb and then display the thumb image. For example:
byte[] thumbContent = myThumbGenerator.generateThumb("source_image.png", dimensions);
…

Dawid Naczke
- 1,144
- 12
- 11
0
votes
1 answer
adding pictures into scroll viewer
how can i add pictures into scroll viewer in C#?

aharon
- 7,393
- 10
- 38
- 49
0
votes
2 answers
Use an array of values for a slider
I want to use an array of id, for my little slider-viewer I'm building. I just want to display multiple things using 2 buttons next and previous.
For now I use something like this, using only 2 url id, but I need at least 20 urlid in my viewer :
var…
0
votes
1 answer
Displaying an Atalasoft Image
I have an AtalaImage class loaded with a TIFF image instance and I want to display the image in a WPF AtalaImageViewer control or even the stock standard .Net WPF Image control.
It should be simply but I can't figure out how to do this, can someone…

There is no spoon
- 1,775
- 2
- 22
- 53
0
votes
0 answers
div tags not displayed in codeigniter viewer
I'm new to CI and confused about 2 issues while trying to display a simple login form...
controller :
function login()
{
$this->data['title'] = "Login";
// render the header
$data['css'] = 'login.css';
…

dujmovicv
- 65
- 12
0
votes
1 answer
Microsoft Report Viewer Version 11
I am creating Microsoft Report Viewer Version 11, Works well locally, but when upload to the server I find the below error.
Report Viewer Configuration Error
The Report Viewer Web Control HTTP Handler has not been registered in the application's…

omar.m
- 1
- 1
- 2
0
votes
0 answers
Online Office Documents Viewer
I'm using the Microsoft Online Viewer ( http://products.office.com/en-us/office-online/view-office-documents-online ) to show documents inside my asp.net mvc website (in iframe). It allows to view word, excel and power point documents.
I've used a…

Diogo Arenhart
- 407
- 3
- 8
- 15
0
votes
1 answer
Android Image viewer app test
I am trying to follow the link below for the code for a Image viewing app in android.
android image "viewer" app
But I am getting an error with the r.raw.image1. (also on raw.image2 and image3). I have saved the images in the asset folder. Error…
0
votes
1 answer
Do I need to override the writing methods of NSDocument in subclasses for an application that will only be a viewer for files
I think I may be missing the obvious but I'm not sure.
The section on subclassing NSDocument in the docs states that subclasses of NSDocument must override one reading and one writing method.
If I'm creating a viewer application that will not write…

Abizern
- 146,289
- 39
- 203
- 257
0
votes
0 answers
display all records in single page in report telerik viewer in asp.net
i want to display whole records in telerik Report Viewer in single page. This report does't contain paging. How to display all records in single page in report viewer in asp.,

Vino
- 75
- 1
- 1
- 8
0
votes
1 answer
docx/xlsx offline viewing through an internet browser
I'm looking for a solution in order to view a file (docx/xlsx format) in a webpage.
Before you send me to the google docs/online office/zoho viewer option, I've some restrictions:
a) no internet access
b) no file storage
c) file is in Base64…

bluestrattos
- 49
- 1
- 1
- 12
0
votes
1 answer
Using the ONS JSON-stat Viewer on non-ONS JSON-stat responses
The JSON-stat viewer won't work on non-ONS JSON-stat responses. The problem seems to be generated by the fixGeocount function. Couldn't the line
jsonstat2 = fixGeocount(jsonstat);
be removed (jsonstat2 is never used), or at least conditionally…
0
votes
1 answer
How to use any browser except IE11 in Eclipse 3.1.1?
We are using Birt Viewer Toolkit, BVT, and Eclipse 3.1.1 to display BIRT reports. We are stuck on Eclipse 3.1.1. There is a problem on sites which have installed Internet Explorer 11, the reports do not display. I want to use an older version of…

user3723093
- 1
- 1
0
votes
1 answer
Actuate Birt Viewer
I have a Birt report which requires a parameter to input.
In my PHP application I have a link to run this report:
http://localhost/birt/frameset?__report=test.rptdesign&sample=hello
I'm passing the parameter sample by URL.
In Actuate Birt Viewer…

merl
- 38
- 7