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
1 answer

Android 4.4 Camera Capture with no Preview / UI

I'm attempting to trigger a photo capture on a Nexus 5 (Android 4.4.3, stock) without triggering any UI or preview. I've seen several ways to do this on this site and others but they seem to be device specific or incompatible with the latest version…
0
votes
1 answer

O365 Calendar API recurring meeting info not returned

I am using the O365 API for Calendar, which I understand is currently in preview. When querying the /Calendar/Events endpoints, all created events are returned, but does not seem to be returning the correct "Recurrence" info. I made several events…
photohunts
  • 190
  • 1
  • 11
0
votes
0 answers

Issue with Print Preview in Chrome browser

http://forefronttechnologies.net/necrotic/onlinereg.php Here's the website in question. The problem is as follows. I would like it to scale to the entire paper and not just a small portion of the paper. I have set the wrapper, main div, and right…
0
votes
1 answer

HTML5 File API Image Preview and Reset

Plenty of examples of using HTML5 to preview an image selected in file field but I can't find any examples with a remove/reset link - after selecting image and writing image to canvas is it possible to reset field AND reset the image or effectively…
0
votes
1 answer

EpicEditor: editor.preview() remove cursor from another form element

I have a input field when I placed focus and then trying to load epiceditor on a textarea and try to set preview mode. So preview mode working prefect, but the problem is it removed the cursor from the text field. Is there a way to load epiceditor…
Deepak Biswal
  • 4,280
  • 2
  • 20
  • 37
0
votes
1 answer

Pictures in the slider and in the preview of the post - Svelte Wordpress

I have a site with these theme: http://demo.themecobra.com/svelte/ . Everything works fine but I have no idea how i can put a picture so it appears in the slider and the preview of the posts in the main page. Thanks.
Mike
  • 35
  • 3
0
votes
1 answer

Show POST date in post preview

i'm using 'get_post_date() to show the date in every post preview in my home page. My only problem is that this comand returns me the pubblication date of the page and not of the pubblication date of the post. I tried the same comand in the post…
0
votes
1 answer

Is there any Office 365 SDK for Java?

The purpose is to use it from web server applications. I've seen Office 365 SDK for Android, that basically is Java. Thanks.
0
votes
0 answers

Preview files selected from input file SOLVE

I've got the next code: function PreviewImage() { var oFReader = new FileReader(); var documentos = document.getElementById("uploadImage"); var tamanio = documentos.files.length; for (var i…
SerchRac
  • 171
  • 1
  • 12
0
votes
1 answer

Google Glass Camera: setPreviewCallback

I have an operating android app that utilizes preview callbacks, to process the image after every frame from the preview (the preview is paused for a minute while the calculations take place). It works great! But, now I am trying to get Google Glass…
KappaDragon
  • 61
  • 1
  • 6
0
votes
0 answers

Using Office 365 login as identity provider for my web app

I want my users to be able to connect with same email/pass combination in reporting system for my company as they use for Office 365 and outlook. Reporting system is in my server, simple PHP engine and i don't want to mess with double login info for…
user2260237
0
votes
1 answer

Custom Camera Preview Not Working in Android 4.1?

I create custom camera view in android .but when i open camera fragment then not camera preview is black screen but android 2.3.0 working but android 4.1 and above not working .my code in below. My TakeCameraFragment code below:: public class…
crickpatel0024
  • 1,999
  • 6
  • 30
  • 47
0
votes
1 answer

How to print preview a JTable

I'm a junior Java developer and I want to build a class that takes a JTable and previews on screen how it will be printed on the default printer. This is what we use to call as "Print Preview", just like MS Word, Excel, etc. As we already know Java…
John Astralidis
  • 357
  • 2
  • 4
  • 16
0
votes
1 answer

Multiple Lightboxes on a single page using HTML and CSS

I have multiple preview photos on a single page, and I wish for each preview photo to have its own lightbox which enlarges the photo. But when I open the second photo on the page, the lightbox image is the larger version of the first image on the…
0
votes
1 answer

Export highchart for print preview

I have to create a print preview page where I have to show some information and a highchart of the original page. Is there a way to export the highchart graph from one page to another?
cicemoi
  • 21
  • 1
1 2 3
99
100