Questions tagged [preview]

User Interface action to display a preliminary or scaled down version of the actual item.

User Interface action to display a preliminary or scaled down version of the actual item.

For images, typically showing a thumbnail version of the full image.

For documents, typically showing the first few pages or draft copies of the final.

1681 questions
0
votes
2 answers

How do I stop the camera preview without taking picture in Android

I have set up a FrameLayout to be the preview screen for my camera and it works great. private void fireUpCamera() { mCamera = getCameraInstance(); // Create an instance of Camera // Create our Preview view and set it as the content of…
Azkik
  • 75
  • 4
  • 13
0
votes
1 answer

Show outline of empty label in Visual Studio

I am working on a XAML page in VS2012. The page has a couple of empty labels (which programatically get filled in later). Because the labels are empty, they do not appear on the page unless moused over. Is there any way to have VS show me the…
David says Reinstate Monica
  • 19,209
  • 22
  • 79
  • 122
0
votes
0 answers

SSRS Report Preview takes extremely long (VS2008) or hangs (VS2012)

I began working on an existing reporting solution on VS2008 three days ago. The reports take about 5-50 seconds for the query (depending on the complexity) and then a couple of seconds to render/calculate. Some of them are just tables, and some…
0
votes
0 answers

my camera previewSize shows low resolution

i'm on creating custom camera for android, but camera previewSize is showing low resolution , how can i make that to best preview size this is the code for i used get previewSize private Camera.Size getBestPreviewSize(int width, int height) { …
0
votes
1 answer

Getting images from camera without displaying it on SurfacePreview

guys. I'm trying to develop an app, that should take raw image from camera N times per second and then I'm doing some data processing with it. First I just displayed all these frames on SurfacePreview and got them directly from the screen: …
Rachnog
  • 353
  • 1
  • 7
  • 18
0
votes
2 answers

How to live preview PHP using MAMP

I am creating a WP theme (for personal use only) and I need to be able to preview PHP files. Here's where I'm at so far: I use Adobe's Brackets. I have a server on Bluehost. I have downloaded FileZilla and linked it to my bluehost server. I have…
0
votes
1 answer

How can I preview my web page on mobile platforms via the inspect element in Google chrome?

I'm trying to develop a website that is mobile compatible and I want to see a preview of how my pages would look like on the phone. I'm using Google chrome to preview my pages, is there a way to preview the mobile version in Chrome's inspect…
Safaa Eek
  • 51
  • 2
  • 10
0
votes
3 answers

Android Camera App preview after photo capture issue

I made my preview activity class. Resolution choice i made good. While i am not taking photo everything looks good. After calling mCamera.takePicture() i am getting my photo which have current resolution too. But just after calling…
0
votes
1 answer

adding print preview for vb.net printing code

update this function to add print preview and then a link(print) in the print preview to print the preview page function PrintPanel() { var panel = document.getElementById("<%=pnlContents.ClientID %>"); var printWindow =…
0
votes
1 answer

Preview Mode of Live Wallpaper Hangs?

I made a 3D Wallpaper.There are four themes.I set one Theme as Wallpaper(Using the screen with "Settings" and "Set Wallpaper"). When i switch to another Theme, Preview Mode Hangs down.Any Suggestion?
0
votes
1 answer

Odoo preview of attached document?

Hallo is there any module to have a preview of a document attached in Odoo document management, without having to download it? Thanks in advance
0
votes
2 answers

jQuery image preview for multiple image upload

I am using this code in my image uploader: Html:
    JS: function handleFileSelect(evt) { var files = evt.target.files; // FileList object for (var i = 0, f; f = files[i];…
    Marcel
    • 1,034
    • 1
    • 17
    • 35
    0
    votes
    1 answer

    xCode6 Beta 3 how to show "preview" panel for size classes in universal storyboard?

    I'm looking at WWDC session 414 video "What's new in xCode" at about 29:00 into the video the presenter opens a "preview" panel in universal storyboard to see how an iPhone and iPad versions of the same storyboard would look side by side. The…
    Alex Stone
    • 46,408
    • 55
    • 231
    • 407
    0
    votes
    1 answer

    Camera preview not displaying when created programatically

    I am trying to create a Camera that defaults to the back camera (rather then the front) if it available, but I cannot get a preview to display. I have seen many guides on SO (and followed some of them to create what I have now) as well as the…
    Rilcon42
    • 9,584
    • 18
    • 83
    • 167
    0
    votes
    2 answers

    Preview songs in Spotify with Applescript - NeedleDrop from Doug

    We all know Doug's applescripts for iTunes. However, with the growth of streaming music, I don't use iTunes so much anymore, but rather Spotify. I was trying to adapt the NeedleDrop script to preview songs. The script allows to set a - A start from…