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
15
votes
5 answers

How to Enable MathJax Rendering in Sublime Text Markdown Preview

Using Sublime Text 3, I'm writing a Markdown document that includes math. The Markdown Preview package enables real-time rendering of the document in the browser (Chrome). So as I write, the changes are visible. The following is my markdown text.…
Youngsup Kim
  • 2,235
  • 5
  • 13
  • 18
15
votes
2 answers

How to insure links support Twitter preview?

First of all, please note that I searched for a SocialMediaStackExchange to ask this question on, but there doesn't seem to be one. Here's what I'm wondering. When posting a tweet to twitter, if it is a youtube link or specific web site's link,…
raddevus
  • 8,142
  • 7
  • 66
  • 87
15
votes
1 answer

Cloud Services in the New Azure Preview Portal (April 2014)

In the new Azure portal Preview (April 2014), I cannot find the existing cloud services that I can see in the old portal. In the new Browse menu there is a list of elements such as databases, websites ... etc. .. but no cloud services. So where are…
user2619587
  • 189
  • 6
14
votes
6 answers

Android: how to display camera preview with callback?

What I need to do is quite simple, I want to manually display preview from camera using camera callback and I want to get at least 15fps on a real device. I don't even need the colors, I just need to preview grayscale image. Images from camera are…
Jaa-c
  • 5,017
  • 4
  • 34
  • 64
14
votes
1 answer

How to make Previews in react-dropzone work with files other than images?

I need help with how to make the react-dropzone NPM package in making uploaded files show a preview on files other than Image files (*.png, *.jpg/jpeg, *.gif, etc. — those all generate a preview just fine). Currently, when I use Dropzone for…
faddah
  • 317
  • 1
  • 3
  • 9
14
votes
2 answers

Android Studio (0.4.6) hide title bar in preview?

Does anyone know of a way to hide the title bar in Android Studio previews (that's the title bar on the device previews, not the title bar of Android Studio)? I am writing a full screen app and using virtually all the screen but the preview insists…
user3318682
14
votes
3 answers

Best way to show image previews before upload in rails & carrierwave

I've been using rails for past few days and wanted to know what is best way to show image previews before upload in rails & carrierwave. I came across a few options like using plupload or jquery file upload or using uploadify.
random
  • 10,238
  • 8
  • 57
  • 101
13
votes
4 answers

How to get Previews working again in a SwiftUI project

Recently I have noticed that Previews have stopped working in an app I am working on. I am using the latest Xcode and Catalina (Beta 7). If I add a new View - TestView to my project, its preview fails. This is with no modifications i.e. the default…
guinnessman
  • 433
  • 5
  • 15
13
votes
8 answers

instead of preview, Android Studio showing only black screen with 'android...ActionBarOverlayLayout' written on it

From few days, I'm not able to see preview/design of screens/layouts. Only a black screen is shown with android...ActionBarOverlayLayout written on it. There is no error or exception in logcat. Also after running the project no issue on device.…
Shirish Herwade
  • 11,461
  • 20
  • 72
  • 111
13
votes
1 answer

How to change layout preview default devices on Android Studio

When I create a new layout, the default device is Nexus 4. How can I change default device that when next time I create a new layout, the device will be Nexus 5, but NOT nexus 4.
user3526097
  • 131
  • 4
13
votes
2 answers

Rails 3: best way to preview image before upload

I need to preview an image prior to submitting a form. I work with Rails 3 and needs something that is browser compatible. Any ideas how I can achieve that?
Henri
  • 983
  • 3
  • 11
  • 29
13
votes
3 answers

Nexus 4 Camera preview aspect Ratio always requires 16x9 surfaceview? Why

Device Nexus 4 Android ver: 4.2.2 Hoping someone else has found this and can explain how to resolve it.... Nexus 4 supports the following preview sizes: - W:1280 H:720 Ratio: 1.777777 W:800 H:480 Ratio: 1.6666666 W:768 H:432 Ratio: 1.7777778 W:720…
Iain
  • 131
  • 1
  • 4
13
votes
2 answers

Android: Accessing hardware camera preview frame data without drawing them

According to the android camera docs from the Java SDK side, the camera preview frames have to be supplied a (visible and active) surface to be drawn to in order to access the frame data. I have linked a few of the things I have come across here…
kOrc
  • 416
  • 5
  • 11
12
votes
5 answers

"The project doesn't know hot to run the profile MauiApp.WinUI"

I am trying to get started with a brand new .NET Maui application. Upon creating the project, it has a single project for the MauiApp, and another project named MauiApp.WinUI. When I try to run the the app on my Windows 10 device, I get the error:…
Mampinator
  • 117
  • 1
  • 11
12
votes
1 answer

Preview in AUCTex problem

I'm trying to use emacs+auctex to write my internship report. But I found that the preview feature doesn't work. In fact I have made it work when using ubuntu 10.04, but now I have a new computer with 11.04 and I have problems with preview. For…
darkjh
  • 2,821
  • 7
  • 35
  • 43