Questions tagged [viewer]

510 questions
0
votes
1 answer

How do I decompress a .astc file with an additional .ccz extension? How do I view .ita files?

First, full disclosure: I'm very new to coding and very new to file dissecting, but its something I anticipate studying in school very soon, so please pardon my ignorance in future interactions. As a project I've decided to dissect the files of a…
Ruby
  • 9
  • 3
0
votes
1 answer

JFace ComboViewer difficulty

I have some key-value pairs like this: 1 - Bob 2 - Christine 3 - Michael I have this data put in a combo viewer, but when I select for example 2-Christine , I want my combo viewer to show me only the key. I added a SelectionChangedListener for the…
0
votes
1 answer

How to set up skybox in Autodesk Forge

I want to add a skybox to my Forge scene, but Forge is different from three.js. I want to know what I can do for it. I have tried new THREE.CubeTextureLoader, but the three.js in Forge doesn't have this function. Then I tried to build a…
weijie
  • 54
  • 5
0
votes
2 answers

View models in a browser

Is there a way to view models in a browser via flash, Java or anything else? The models would be stored on my server with the client viewing it along with textures and anything else the model would need. I would like any browser app that works…
user34537
0
votes
1 answer

How to search on fixed document?

In WPF, is there a way to search on fixed document? If possible, how to highlight the keyword? The only way I know is to use the "Find" Control on Document Viewer.
0
votes
3 answers

How can I view a PowerPoint in an ASP.NET application?

Does anyone have a PowerPoint viewer which I can embed in an ASP.NET Web App?
femi
  • 974
  • 2
  • 13
  • 44
0
votes
0 answers

How to visualize planes in Qt with C++

I am with dataset of points and me questions is. How to show its? This points are part of a 3D model. I have them on groups of planes. I mean, I have all points that are part of a plane. Then If I join all planes, I have a 3D model like…
Iván
  • 67
  • 11
0
votes
0 answers

open photo by windows photo viewer y clicking on a label with image name c#

I have a project with SQlite database . I save images in folder " scan " ( into debug folder) & their name in the database ( column "docpic") . When I click in a row , related image name retrieve the image name from database to label10.text…
0
votes
1 answer

EasySlider. How to replace images by content of a web page?

EasySlide is a very good viewer, but I want to produce a rotation of web pages and not images. Is it possible?
Alvaro
  • 1
0
votes
0 answers

How to use startup feh options in midnight commander in debian jessie?

When I press enter on an image file in mc, the image is opend by feh but is displayed full-sized. That's bad. It should fit the image to screen size by default. Simple as a pie, feh has --auto-zoom option to do this. But there is no feh command in …
helcim
  • 789
  • 13
  • 27
0
votes
1 answer

Get Event Logs from server in same domain (c#)

I'm running this kind of code to get local server logs, and it works as expected: EventLog log = new EventLog("Security"); var entries = log.Entries.Cast().Where(x => x.InstanceId == 4648).Select(x => new { …
Jan
  • 253
  • 1
  • 13
0
votes
0 answers

Pdf.js add thumbnail view

I was able to display the pdf pages and navigate through them. The helloworld example guided me. But now I am struggling to add a thumbnails view. Is there a function or a class that I should extend to generate the view. Or is the only way to create…
Salma Hamed
  • 2,000
  • 4
  • 26
  • 45
0
votes
2 answers

Display File from Google Drive using docs.google.com/gview Embedded in iFrame

I have a file saved in google drive. I want to display it on a website embedded in an iframe. I'm trying to use the google docs viewer, but can't quite get it to work.
Derek Soike
  • 11,238
  • 3
  • 79
  • 74
0
votes
1 answer

symfony 2.8 log viewer - where to submit?

i created simple symfony and apache log viewer. https://github.com/lev-savranskiy/php-symfony-log-viewer can not find centralized directory where symfony developers can submit own modules. could you please tell me where it is?
Lev Savranskiy
  • 422
  • 2
  • 7
  • 19
0
votes
2 answers

angular pdf not working on IOS 10

I have an ionic app using angular-pdf-viewer, with pdf.js , to display pdf documents from a url. The viewer works on android devices and IOS devices with IOS 9 but as on IOS 10 the pdf will not show. Anyone else had a similar problem ?
user3407300
  • 419
  • 1
  • 5
  • 12