Questions tagged [viewer]

510 questions
0
votes
1 answer

How to save high resolution .png from Viewer in RStudio?

Is there a function similar to ggsave for ggplots for saving high definition pictures from the viewer in RStudio?
elliot
  • 1,844
  • 16
  • 45
0
votes
2 answers

papaya DICOM viewer, moving slice not working, When it's same

I have an array that contains list DICOM slices. var data =…
Ashok Charu
  • 274
  • 2
  • 23
0
votes
1 answer

Simple log file viewer

A couple years ago, a coworker introduced me to a simple log viewer that would pretty much just highlight lines of interest in a log file, such as where something failed. Recently I have been trying to find something similar, but there's such a wide…
Andrew
  • 79
  • 2
  • 4
  • 11
0
votes
0 answers

MultiModelExtensionBase for multi-model viewing in autodesk forge

Im trying to use autodesk forge viewer for viewing multiple models in the same viewer. As to start, i have followed these blog posts for…
Bi SAl MhRzn
  • 61
  • 2
  • 7
0
votes
0 answers

Timeout expired error for report viewer in asp.net application?

i have 4 report viewer controls in my application in the same .aspx page and 3 of them display fine but fourth one always give following message when page loads first time An error occurred during local report processing. An error has occurred…
MEngineer
  • 33
  • 6
0
votes
1 answer

Autodesk a360 viewer does not show walkthrough tool

When using Autodesk a360 viewer from a public link or from a360 account, there is no walkthrough tool even though the model is 3D. Is walkthrough tool only available using an embedded viewer? Here is the public…
R. Nelson
  • 3
  • 2
0
votes
1 answer

How to create pdf viewer(thumpnail for pdf files) in Php laravel

I have web page to show and download uploaded pdf files so I need to show pdf content on web page i have already created a page for images I have to use pdf instead of images following is my view:
Rummaan
  • 41
  • 1
  • 2
  • 9
0
votes
1 answer

Complete folder picture viewer in c#

I am a complete newbie when it comes to programing. I followed the tutorial here to create a picture box. http://msdn.microsoft.com/en-u s/library/dd492135.aspx I work in c#. Now i am going through and making some changes. Is there anyway to make a…
0
votes
1 answer

Search for multiple attributes with forge viewer

The AutoDesk Forge Viewer has a search function that takes in a search text, callbacks and an array of attributes to look at: but what I want to do is search for a certain value in the "Level" attribute and a certain value in the…
stonecompass
  • 547
  • 9
  • 27
0
votes
0 answers

How to communicate with desktop programs with socket in apache isis

I have a desktop program which communicates with socket, I want to use apache isis as back-end. is there a demo like the old DND Viewer ?
Jiffy
  • 11
  • 2
0
votes
1 answer

Collection of items that conform to the protocol ? : Viewer Swift

I am trying to integrate Viewer library to see photos and videos from album. I have integrated everything but one. I don't understand what this line means on there github link : You'll need a collection of items that comform to the Viewable…
Sharad Chauhan
  • 4,821
  • 2
  • 25
  • 50
0
votes
1 answer

What is the Python image viewer on OSX called?

I am used to IDEs having their own image viewing system, but am making the move to using atom editor and terminal on OSX. When I run a python script, like test.py, and call the plt.show() function from matplotlib, the default Python Viewer appears,…
SPV
  • 43
  • 8
0
votes
2 answers

flash/JavaScript: non 360 (partial) panorama viewer

I'm searching for free partial panorama viewer. It should be placed in somewhere in the page and it should be customizable (openSource?). So far i found pan0.net but it only supports 360 and i have priority for non 360...
JackLeo
  • 4,579
  • 9
  • 40
  • 66
0
votes
2 answers

Cubemap video 360 viewer?

I can upload equirectangular video to Youtube to view 360 video. Right now, I have created a cubemap video, however Youtube is not supported yet. If there any viewer for cubemap 360 video?
0
votes
1 answer

How to define different context menus for different objects in autodesk forge

I want to define different context menus for different objects in forge viewer,this is my code viewer.addEventListener(Autodesk.Viewing.AGGREGATE_SELECTION_CHANGED_EVENT,function(e){ if(viewer.getSelection().length==0){return;} var…
weijie
  • 54
  • 5