Questions tagged [viewer]
510 questions
0
votes
1 answer
Display the version number in Java Cache Viewer
I'm developing an applet and I've recently added a MANIFEST file to
it for version information.
My original intent was to see the version of the applet shown in the
Java Applet Cache Viewer...
Java Control Panel -> Temporary Internet Files ->…
0
votes
0 answers
R viewer off kilter and slow
I'm trying to look at some data in RStudio using View(). Code is running smoothly, but for some reason the display looks kind of off. Column labels are a little off from the rest of the column. See image here or below:…
0
votes
0 answers
Code is saying file or directory not found
I am getting an error when I try to load pdf from internal storage. It is saying that the file or directory has not been found. This is in my android application.
File myfile= new File(openPDF.this.getFilesDir().getAbsolutePath() +"/"+fileName);
…

user3289133
- 11
- 1
0
votes
1 answer
Image gets clipped while changing orientation using Qt
HI all,
I wnt to develop an ImageViewer using qt. I m trying to resize big images by scaling them. My problem is , when i change the screen orientation some part of the image gets clipped and also if i open the image in landscape mode, by default…

prakashpun
- 259
- 4
- 19
0
votes
1 answer
View PDF in Internet Explorer with preventing user to download or print
I want to show the PDF in Internet Explorer in a way that it isn't downloaded or printable by the user.
Trying to show the PDF in iframe in Internet Explorer. Want to hide the toolbar shown with download and print functionality. If I anyhow hide the…

Chirag Sharma
- 21
- 5
0
votes
1 answer
Windows 10 Mouse/Touchscreen event log
Unable to find Windows 10 Event Log for mouse/touch. Any log that indicates activity upon touching a computer that is always on has no logon screen, and the main application is always open. Similar to a kiosk.
Will be using Zabbix (Network…

Brandon
- 61
- 1
- 7
0
votes
1 answer
Prevent users from downloading logs in Stackdriver Log viewer
I need to give developers access to our production logs in Stackdriver but i'd like to restrict their ability to export/download the data. After reviewing the docs it appears anybody who has view access on a project will be able to download bulk…

NickGDev
- 56
- 4
0
votes
1 answer
Forge Viewer fails to display edges
I used https://github.com/Autodesk-Forge/viewer-react-express-headless as a starting point for my Forge React application and I modified viewer = new Autodesk.Viewing.Viewer3D(viewerElement, {}); to viewer = new…

AlexisV
- 77
- 1
- 7
0
votes
0 answers
How to display BMP Images in simple Java image viewer
I am newer to programming and am trying to get my image viewer program to display BMP images. The program works for JPEG and PNG images but not for BMP. I have commented out attempts I have made to make BMP work which I have found online. The…

tizzyman
- 9
- 1
0
votes
1 answer
Searching for editors for an .droid and .yydebug editors
I'm trying to open some android game files, I am using WinRar to open the obb files and now i'm stuck, I'm need to open .droid file and .yydebug file..

LavaTime
- 75
- 1
- 10
0
votes
1 answer
How do model browsers categorize by floor or default and display together
this is the default classification
enter image description here
This is floor derivation. The first level classification is floor, and then the default classification is inside.
enter image description here
How can these two categories be displayed…

Wisher
- 1
- 1
0
votes
2 answers
Silverlight 4 - Reporting Services viewer
Does anyone know of an out of the box or decent free third party reporting services viewer for Silverlight 4?
From what I can determine Silverlight 4 still doesn't have an out of the box viewer. Perhaps there is one on the way from Microsoft?
Many…

Peanut
- 18,967
- 20
- 72
- 78
0
votes
0 answers
3D viewer for rails application
I am building a CAD marketplace in Rails and would like to know if there are any tools or library that allows me to 3D view CAD files stored on amazon s3.
Something that would be just like sketchfab's viewer :…

Lingto
- 1
0
votes
1 answer
Python Thread error in Twitch Viewer bot script
I am Currently Using:
Twitch Viewer Bot
And have been tweaking the code to get it working. THis is what I currently have:
import requests
import subprocess
import json
import sys
import threading
import time
from multiprocessing import Queue
import…

darthvader666uk
- 3
- 2
0
votes
1 answer
Viewer for linked CSV files
I have a dataset in several CSV files. The records have keys that map / link the files.
Excel runs into the million rows issue and Tad does not have linking between the files.
Google used to have a tool for large CSV files but it has probably been…

Ian Botham
- 113
- 4
- 11