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

learn more… | top users | synonyms

4
votes
0answers
317 views

Reopening camera after intent chooser is canceled

I have created a custom camera preview view CameraView which extends SurfaceView, and it also implements SurfaceHolder.Callback interface. The view operates with the camera. When you open the view it ...
3
votes
0answers
88 views

Online editor for word files and way to preview files using GWT

I have two requirements in my GWT 2.4.0 + GXT 2.2.4 + Amazon project, We store the word documents in our app only (each login can access only his docs). Now i want that user can edit own word ...
3
votes
0answers
325 views

Android camera surfaceChanged being constantly called

I am developing an app that uses the camera. I have made the preview class like this: public class MyPreview extends SurfaceView implements SurfaceHolder.Callback, Camera.Preview Callback{ ... ...
3
votes
0answers
202 views

Android camera preview processing

I know that there are already similar questions, but they don't help me. Currently, I'm playing around with the camera preview and I'd like to apply some custom filters. However, the performance is ...
3
votes
0answers
539 views

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 ...
3
votes
0answers
135 views

Creating a “Preview” of a Widget inside the Configuration activity

I want to extend the little widget I created a bit more by adding a preview of the widget while you are configuring it. While I could easily do this by just creating a preview that looks like the ...
3
votes
0answers
665 views

Is there any way to generate a thumbnail image of a DOCX file?

I have done this using "pay" tools like ASPOSE, but I was curious if there are any open source tools out there that will do this.
2
votes
0answers
156 views

Android camera preview mapping to final picture

We have been building a custom Android camera Activity where a rectangle is overlayed inside the camera preview and when the photo is captured (at the press of a button), we want to crop the ...
2
votes
0answers
57 views

IOS Preview in landscape with correct zoom

Who can give me an minimal example in IOS 5 or higher of an app that captures the video of the backside cam with the following requirements: The resolution of the image captured by the camera is ...
2
votes
0answers
95 views

Form preview Django

I'm trying to use django's FormPreview but can't get it to work properly. Here's my code: models.py class jobpost(models.Model): CONTENT_CHANNELS = ( ('Full Time','Full Time'), ...
2
votes
0answers
88 views

Image previews in Notification Center

Is it possible to add an image to a push notification's payload? I've seen it being done in the Photos & Messages apps. I was hoping this wasn't some private Apple API. The screen shot below was ...
2
votes
0answers
39 views

Suggestions for Document Previews in a Web App?

I'm building a medical billing and coding system and one of the specs is to show document previews. I don't need to be able to edit the documents in the preview area, but I do need to show them from ...
2
votes
0answers
226 views

Recording video from a Service

I'm sorry if there's a duplicate, however wasn't able to find a clear answer after some time of searching. Actually, is it still impossible to capture video without a preview? Is it possible to ...
2
votes
0answers
129 views

Zooming NSScrollView like Preview.app

I want to implement zoom that works like an image opened in Preview.app, that does the same when zooming out and in. I have tried different ways but can't get it 100% correct, I have tried Apple's ...
2
votes
0answers
83 views

how to use sqlsrv_query to get sql before its run

I'm using sqlsrv_query to run my queries but I am trying to find out if there is a way to preview the sql before it is run to help me debug sql errors. I haven't come across any method which allows ...
2
votes
0answers
215 views

Creating Preview Images of SWF files (a server-side solution)?

I'm looking for a way to create preview images of SWF files using server-side script, as it's for a web-based application. Any idea how to do this? Thanks, Ryan
1
vote
0answers
37 views

Android camera - how to prevent captured image from showing?

I am developing an app that shows a camera preview, takes a picture, and then shows the picture to the user. Since the window size, preview size and camera capture size do not match up, the app crops ...
1
vote
0answers
39 views

Alfresco 4.0 Community - document preview for cyrillic utf8(?) txt, html shows malformed text

Alfresco 4.0 Community previewer displays utf8(?) txt and html documents with cyrillic malformed. How to enable utf8 for previewer or at least force it show normally russian and english text? Txt ...
1
vote
0answers
321 views

Multiple image thumbnail viewer

I am trying to create a simple winform application in c# that can load multiple images from a file dialog into the application screen. I am using ListView control to contain those images as picture ...
1
vote
0answers
311 views

WordPress 3.5.1 og:image not showing in facebook link preview

Two clients have contacted me with this problem immediately upon upgrading from WordPress 3.5 to 3.5.1. I've posted to the WP support forum, but have yet to see any traffic on my question. Thought I'd ...
1
vote
0answers
97 views

camera preview on lockscreen

I want add a take picture function in lockscreen , and I need to open the preview on screen , but it's fail all the time , logcat say the Error is about "setPreviewWindow - Null ANativeWindow passed ...
1
vote
0answers
66 views

form preview security hash manipulation

i have three integer fields in one of models as follows: class SomeModel(models.Model): min_age = models.IntegerField() max_age = models.IntegerField() savings = helpers.MoneyField() ...
1
vote
0answers
136 views

Preview responsive web components without using iframes

I am trying to build a small previewer for my web components. Everything on my page is responsive using media queryies and I'm trying to build a small container where I preview a small fragment of my ...
1
vote
0answers
187 views

Implementing a Store-and-Forward Javascript/Flash Webcam Capture

What I want to be able to do is allow users to record a video on the webpage, be able to keep it locally and preview it and only upload it if they are happy with it. The application is meant to record ...
1
vote
0answers
213 views

Preview of TabItem not showing correctly when TabItem is not visible

I have a TabControl and I want a preview window just like the taskbar in Windows 7. When I hoover the mouse over tabItem1, I get the result that I want. When I select the 2nd or 3rd tab (the content ...
1
vote
0answers
78 views

Preview window functionality similar to StackOvervlow tags

I am trying to create an item preview(quickview) using javascript that changes it's orientation depending on the mouse position. I would like to have a functionality similar to the one existing in ...
1
vote
0answers
419 views

Show custom application image in task manager on ICS or JB

As far as I see on Android 4.0 (or higher) default task manager shows last screenshot from program with program icon no the top left. See image: My question is how to change application's image ...
1
vote
0answers
66 views

Opengraph aggregation preview not working

I have been struggling for 2 days trying to get the application preview in the app dashboard to work with sample data. I have successfully created an object (level), and an action (run). I have ...
1
vote
0answers
110 views

Galaxy Nexus Capture image without starting preview?

I don't have a Galaxy Nexus and it's impossible to buy one. Therefore I would like to know if anyone knows the answer to this question specifically targeted to Galaxy Nexus. SurfaceView sf = new ...
1
vote
0answers
251 views

Android videocamera preview

I wanted to make a preview before recording a video. I can capture fine but I can't get the preview before it. At this very moment I do have a preview but I get an error if I try to start the capture ...
1
vote
0answers
59 views

White image as Youtube video preview

I am embedding Youtube videos in a web site but sometimes (it is not a deterministic error, sometimes everything works fine, sometimes not) instead of the youtube preview image, only a white square is ...
1
vote
0answers
222 views

View PrintDocument on screen in WPF?

I create a custom PrintDocument class for printing. I handle the PrintPage event and use the Graphics object to output content to the document. How can I in my WPF application show a "preview" of ...
1
vote
0answers
325 views

CKEditor remove style preview from Styles dropdown

I've been searching and searching for an answer to this problem and cannot found a solution. I have added some custom styles to the CKEditor that add a margin-left to the selected text. The problem ...
1
vote
0answers
83 views

Is it possible to change the preview surface while recording with Media recorder

Can anyone help me with solution or lead?I am Recording video using MediaRecorder.I have surfaceview attached to the recorder for preview.I have different Layouts for Portrait and Landscape.Now the ...
1
vote
0answers
178 views

jquery plugin to show the whole website in small (like sausage.js)

some time ago i found a plugin that shows the whole website as a small version next to the original one and also marks the current position of the page there, too. of course i didn't bookmark it and ...
1
vote
0answers
268 views

IE9 not displaying dynamic data in table in print preview

I have a table that I'm populating from a database and when I do a print preview on the page, IE9 shows no data. IE7 and IE8 show the data in all the rows of the table. I'm not sure why IE9 does not ...
1
vote
0answers
138 views

previewer for xhtml containing jsf and primefaces tags

I am developing an xhtml editor. It will be used for files with primefaces and core jsf tags. I want to have a preview feature for this editor. It can be a rough preview or exact preview. I am not ...
1
vote
0answers
100 views

the perfect thumbnail previewer?

I have been searching for the perfect image thumbnaim previewer for a image gallery http://www.simplyshadows.com/dev/gallery.html. I checked out many of them finally I selected to use one found at ...
1
vote
0answers
236 views

IpreviewHandler - add highlights

I'm using IPreviewHandler and displaying doc,docx,pdf previews. is there a way to add highlights(highlight specific words) to the preview ? Thanks Nicos
1
vote
0answers
1k views

Android Camera Preview filtering

I'm an absolute Android noob, and I want to create an app where I can filter the camera preview in real-time by manipulating the raw YUV420 data. In API level 8, the setPreviewCallbackWithBuffer ...
1
vote
0answers
73 views

Making a preview of a django flatpage with foreign keys, allowing for changing what fks are included without altering the database

What I'm trying to do is create a preview of a flatpage that happens to include lists of items that we iterate over in a for loop to construct a table. We've used alter_flatpage to add the foreign key ...
1
vote
0answers
483 views

How to Make custom Report Preview in Report Manager -Delphi XE

As heading says can somebody please let me know how to make my own report viewer for reports generated with report manager in Delphi XE.
1
vote
0answers
198 views

IShellItemImageFactory - returns icons for most file types instead of thumbnails

As I understand it, IShellItemImageFactory.GetImage() should return a thumbnail (ie, a preview of the actual file contents) for common file types (images, MS office, PDF) and a file type icon for file ...
1
vote
0answers
27 views

How to display composite-in

I'm trying to display a live stream from an old fotocamera on my computer, by making use of the tv-out. It is a composite jackit. I have also a composite portal on my pc. But I don't know how to ...
1
vote
0answers
1k views

iphone sdk camera overlay animation, how can stop in preview?

I've made an animation over the camera and all works fine. I can start the camera, move the image in overlay, and save it as a picture. My problem is that in the "preview" the animation keeps on ...
0
votes
0answers
12 views

I can't open preview editor

In Aptana, I am trying to utilize the preview editor function, but the button is greyed out. I am currently working on putting together a simple website in the text editor.
0
votes
0answers
32 views

Sitecore preview feature switches active domain to extranet

In our sitecore based website, we have custom sitecore modules for the use of sitecore administrators. Inside each module we do a credential check to see whether the current user is a sitecore user. ...
0
votes
0answers
26 views

Wordpress restrict edit, but allow preview for custom post status

Hello I am developing wordpress site with Edit Flow plugin, so I can create custom post statuses to manage author and contributor posts more easily. So I have created costum post status and I got ...
0
votes
0answers
50 views

Android 1080p full screen camera preview?

I am coding an app for android which uses SurfaceView class to realize camera preview, which works well on Nexus Galaxy and Desire HD The surface view layout width/height attribute is match_parent ...
0
votes
0answers
51 views

aptana 3 studio preview shared with web browser

My first topic in here - so hi everybody. I'm using Aptana 3 Studio from some time, but, after I reinstalled it after upgrading my system to Ubuntu 13.04, something happened to preview mode. It works ...

1 2 3 4 5