Questions tagged [viewer]

510 questions
0
votes
1 answer

How to show a document from Alfresco in own application?

I am making a application which gets its data from Alfresco and i want to show a document (which is in Alfresco) on my page with controls like going to the previous and next page. I found the jQuery Media library, but it only opens PDF files. So my…
dylanvdb
  • 106
  • 18
0
votes
1 answer

Crystal Report automated viewer program with sorting option

Does anyone know if there is a free program out there that will be able to not only view crystal reports, but also have the ability to filter data? like able to set parameters so the user can browse through the specific data they wanted, e.g sort by…
willchye
  • 43
  • 13
0
votes
0 answers

JFace::TreeViewer::setInput() -> long processing and hourglass-cursor - even with null as argument

I'am writing an Eclipse-JFace-TreeViewer and noticed recently, that everytime I call setInput() the UI threads is occupied for at least 10~30ms, regardless what input is set. It also takes very long to process when setInput(null) is called. I also…
0
votes
1 answer

eclipse ObservableListTreeContentProvider IObservableFactory for multiple list properties

What i would like to do, is create TreeViewer using databinding for a POJO class, which has multiple list properties, and all of them needs to be observed, and displayed in the viewer. I would like to display a tree like: Person \ |- Dog // dogs…
Balázs Édes
  • 13,452
  • 6
  • 54
  • 89
0
votes
1 answer

Learning JavaScript in college, this is supposed to be a frame based style viewer

I copied the code like we're supposed to for this class. The book the college is using is HTML and JavaScript Basics 4th edition. I'm actually on the last project in the last chapter and can't figure out what is wrong with the code. It's supposed to…
Quixdi
  • 3
  • 3
0
votes
0 answers

Image displaying libraries

I am trying to make my own simple image viewer and tried doing it with OpenGL. However, reading PNGs or JPGs with SOIL library and then creating textures with OpenGL is rather very slow. Windows Picture Viewer is very fast at quickly displaying…
sgtHale
  • 1,507
  • 1
  • 16
  • 28
0
votes
2 answers

What happened to codesaga tfs/svn history viewer?

What happened with this fine tfs/svn history viewer? The codesaga.com domain seems to be governed by some other entity. It seems that project is not maintained anymore?
WaSyL
  • 41
  • 1
  • 3
0
votes
1 answer

Document viewer API in j2ee

i am a student and working on my college project. My problem is that i want to open documents like doc, docx, pdf, ppt, txt, xls and some office documents on the browser which are located at my server. it means I dont want to download the document…
user3186357
  • 133
  • 6
0
votes
1 answer

Create secure data-locker android app.

Create secure data locker for security purposes . I don't want files in that folder to be opened by other viewers available. I want my native pdf viewer to be used every time i access that specific folder. Datalocker app will use opensource…
user1796203
  • 35
  • 1
  • 3
0
votes
1 answer

How Can I View/Open This File?

i am trying to open and edit a file that contains some type of custom protection. file game :gameguard.des its from lineage2/interlude/system file. this is not the original version though, it has been modified to block some packets sent to the…
0
votes
2 answers

Word file Viewer in wordpress

I am using Karma commercial template. I have make the plugin for to upload document or any type of file, which will save in database and give option of Preview in front end. I have search many plugins for the same. I don't want to download the file…
user3131633
  • 73
  • 1
  • 1
  • 6
0
votes
1 answer

Creating a JavaScript gallery: change the actual image

I have tried the various solutions on the site, but I suspect I am doing something wrong with implementing the actual image in the document, or anything. Thanks in advance for the help! Here is my current code:
user2880853
  • 83
  • 2
  • 4
  • 8
0
votes
1 answer

How to display a child List inside of the DataSource in VS Report Viewer 2008?

I have created a static Generic List (List) and bind it to a Report Viewer's data source. In the Report Viewer designer, I am able to find the correct data source which is List and also able to drag and drop properties like ProductName, ProductNo…
Justin XL
  • 38,763
  • 7
  • 88
  • 133
0
votes
1 answer

Getting the Root-Element of an EObject which is being listened in a Tree-/Tableviewer

What might be the best way to ask for the root-element of an Ecore-Object? I am listening to certain editors and get the IStructuredSelection from it. But I need to filter the TreeViewers further, since not all of them I am listening to contain the…
DanglingElse
  • 243
  • 5
  • 12
0
votes
1 answer

Crystal Report Viewer in ASP.NET web app

/aspnet_client/System_Web/2_0_50727/CrystalReportWebFormViewer4 We've an ASP.NET web application with the SAP Crystal Report Viewer inside to show Crystal reports that we have in the application. We are trying to determine if we have a problem…