Questions tagged [viewer]
510 questions
0
votes
1 answer
Android - PageViewer View stuck on screen
i'm trying to get this pageviewer with fragments to work however i'm stumbled on a problem where the view stays on screen on swipe. Ideally, i'd want it to only be on a particular layout yet i'm not too sure why it "carries over" to other screens…

WonderfulWonder
- 515
- 1
- 8
- 20
0
votes
1 answer
Tooltip for ITableLabelProvider
I have a problem regarding the tooltips in my Table.
It seems the only way to get tooltips is to use a ColumnLabelProvider.
But all my tables work with the ITableLabelProvider and would need a lot of refactoring and work.
Is there any workaround to…

todayihateprogramming
- 147
- 2
- 11
0
votes
2 answers
Is there an online JSON viewer/formatter that can show the path to an attribute?
There are a lot of good online JSON viewers where I can paste in the structure & it'll pretty-print it.. but one thing I'd find useful (for complex JSON structures) is to be able to click on an attribute and it display the JavaScript object path to…

endpoint101
- 3
- 1
0
votes
0 answers
Viewer Application: Allow users to open pdf/doc etc without pdf reader/office
I am a trying to write a hobby project that allows users to package files like pdf (later docx) as executables that can be viewed on other machines without pdf readers. The most common way is to convert it into another format (for which you have an…

user2816078
- 17
- 4
0
votes
2 answers
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…

akapulko2020
- 1,079
- 2
- 22
- 36
0
votes
1 answer
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…

Warpin
- 6,971
- 12
- 51
- 77
0
votes
1 answer
How to make an image viewer like Facebook or Twitter ? iOS
I would like to make an image viewer like Facebook or Twitter which user can pinch to zoom and slide up or down to dismiss the current image viewer. When the image press i want it to present a image viewer like facebook which enlarge an become an…
user6005637
0
votes
1 answer
ActiveReports Viewer: Fit Page Width prevents Continuous View
I'm using ActiveReports 10. If I programmatically set the view type of my GrapeCity.ActiveReports.Viewer.Win.Viewer using Viewer.ViewType = ViewType.Continuous, it resets the Zoom property to the default value. Similarly, if I set the Viewer.Zoom =…

mbomb007
- 3,788
- 3
- 39
- 68
0
votes
2 answers
Order filenames by number
I have been working on a c# image viewer that will read images from my computer and show them in the program.
//foreach file in path display the filename
foreach (var filename in Directory.GetFiles())
{
MessageBox.show(filename);
}
//Get…

AlasdairRyan
- 91
- 12
0
votes
0 answers
Windows 8.1 (also phone) c#/xaml elements not visible on this scrollviewer, why?
I'm having a problem with this code:
…

Thomas Rossi Mel
- 19
- 1
- 4
0
votes
1 answer
Combine multiple "functions" in a pdf hyperlink?
I would like to know if it's possible to combine:
#target="_blank" and #page=4
In my case: I have a button in a pdf with a hyperlink asociated, when you press the link, it calls another pdf. The problem is that in Chrome, I need to press…

Qu4k3
- 185
- 3
- 16
0
votes
1 answer
Real time log viewer for intellij IDE
Given a master log file updated across a network, what is the best way to display that in the intellij IDE? Is it possible to develop a plugin that would add a log tab (similar to the default event log at the bottom of the IDE) inside the IDE to…

Priyath Gregory
- 927
- 1
- 11
- 37
0
votes
1 answer
Displaying saved documents in a database on a webpage
I am working on a small document management system. I have created the function that allows me to upload a document to the database. But now I want to give a user two options, view the document online or download it straight to their PC. I'm…

Muhammad Sohail Arif
- 158
- 2
- 15
0
votes
0 answers
Cross-platform/browser .tiff web viewer
I'm trying to find a browser plugin or something like that to view/rotate/zoom/etc. multiple paged .tiff files. My requirements are that it must be cross-platform (Windows, Linux, ...) and cross-browser (Chrome, Firefox, IE, ...). The closest…

lucasdc
- 1,032
- 2
- 20
- 42
0
votes
1 answer
How to change an image when clicked using JavaScript?
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 alt text http://beta.d-load.org/images/etc/imagev-on.png when it's clicked, or when…

Joey Morani
- 25,431
- 32
- 84
- 131