User Interface action to display a preliminary or scaled down version of the actual item.
45
votes
7answers
5k views
Can I see changes before I save my file in Vim?
I use Vim.
I open a file. I edit it and I want to see what I've edited before I save it.
How can I do this in Vim?
36
votes
3answers
16k views
Android - Camera preview is sideways
I am using a Preview to display what the camera see's on the screen.
I can get everything working fine, surface created, surface set and the surface is displayed.
However it always displays the ...
19
votes
3answers
3k views
How do you automatically remove the preview window after autocompletion in Vim?
I'm using omnifunc=pythoncomplete. When autocompleting a word (e.g., os.), I get the list of eligible class members and functions, as expected, as well as a scratch buffer preview window with ...
17
votes
3answers
933 views
Eclipse code birdview plugin
I wonder, if there is an Eclipse plugin for code birdview (preview, visualization, minimap, however it may be called)? I mean, when you see your code in a small preview window and may scroll using ...
15
votes
5answers
9k views
How to get raw preview data from Camera object at least 15 frames per second in Android?
I need to obtain raw preview data from Camera object at least 15 frame per second, but I can only get a frame in 110 milliseconds which means I can get only 9 frames per second. I brief my code below.
...
15
votes
3answers
1k views
Modelbinding for empty query string parameters in ASP.NET MVC 2
The behavior described here appears to now be the default for ASP.NET MVC 2 (at least for Preview 1).
When modelbinding a querystring like this :
?Foo=&Bar=cat
The following binding occurs ...
13
votes
1answer
6k views
How can I set a website image that will show as preview on facebook?
When you share a link on facebook it will automatically find images on the website and randomly picks one as a preview. How can you influence the preview image? When a person shares the website link ...
12
votes
1answer
12k views
Camera preview UI overlay on Android?
How do I write code which layouts UI elements (Buttons, etc) over camera preview on Android ?
10
votes
1answer
9k views
iPhone SDK - How to disable the picture preview in UIImagePickerController?
Is there any way to disable the image preview after taking a picture with the UIImagePickerController? I want to dismiss the ImagePicker as soon as the user pressed the shutter release button.
9
votes
3answers
23k views
ASP.NET MVC 2 - HTML.EditorFor() and Custom EditorTemplates
With MVC 2's addition of the HtmlHelper EditorFor() it is not possible to create strongly typed Display and Editor templates for a given Model object and after fiddling with it I am a bit stumped as ...
9
votes
2answers
1k views
How to display a large preview of (my own) flash player in the new timeline?
I got my own flash player on my website, and share my video on Facebook using the Open Graph Meta Tags. How to display a large preview of my video when the post is highlighted like Youtube Video?
...
8
votes
5answers
5k views
Android: how to display camera preview with callback?
First - I've been working on this for some time and tried several solutions, so do not send me the first link that you find on google.
What I need to do is quite simple, I want to manually display ...
7
votes
5answers
3k views
How to create url preview in JavaScript?
Can someone help me with creation of a url previews in JavaScript?
What I mean is this: Say I have a link on my site, I want the user to be able to mouse over the link, and have an image pop up that ...
7
votes
1answer
2k views
Android 3.0, Widget Preview
In Honeycomb some of the System apps have a "preview" of the widget when you click the "add" options on the home screen.
How do I go about adding a thumbnail/preview of my widget to my application so ...
7
votes
3answers
11k views
Change paragraph text dyanamically with jQuery?
I want to take the information typed into a text field and display it in a paragraph elsewhere on the page. Basically, exactly what is happening below as I'm type this (go to post a question and start ...
7
votes
1answer
307 views
Previews of matlab figures in Windows explorer (utility to set an image as the thumbnail for another file)
Has anyone come up with a way to make thumbnail type previews for matlab figures in windows?
I'm getting tired of saving a .png along with the .fig file just so I know what was in it.
A useful ...
7
votes
5answers
7k views
is it possible to preview local images before uploading them via a form?
To be more specific, I want to use a form with one or more file input fields used for images. When those fields are changed, I'd like to show a preview of the associated image, before sending the data ...
7
votes
1answer
690 views
Any way to customize Chrome or Firefox Speed Dial thumbs?
For a fun project, I've been implementing a small thumbnail page on a website that provides a specially catered view for the small site previews on New Tab pages. The end goal being to present the ...
6
votes
1answer
14k views
Android - Camera Preview
i'm trying the camera preview
This is my code and it doesn't throw any error, but the screen is still black. Any ideas?
this.setContentView(R.layout.camerapreview);
SurfaceView cameraSurface = ...
6
votes
2answers
9k views
“view app profile page” button missing
I've just duplicated and re-skinned an app I've used many times before. It's a simple Like gate with a name/email form to fill in.
I've copied the details for the app config within the developer app ...
6
votes
3answers
2k views
Scaled live iPhone Camera view in center, “CGAffineTransformTranslate” not working
I have a little problem which I could not solve. I really hope someone can help me with that. I wanted to resize the live camera view and place it in the center, using the following code below:
...
6
votes
2answers
391 views
Android: onPreviewFrame never called without SurfaceView
On some devices, onPreviewFrame is not called if no SurfaceView was set to display the camera preview.
However, I handle the camera in a service, so I can't set a SurfaceView but I don't want to have ...
6
votes
1answer
1k views
Django Form Wizard and Preview with ModelForm
I have a large Django model (73 fields) that will will be connected to a ModelForm. I'd like to use a combination of the functionality found the Form Wizard and Form Preview contrib apps.
I.e., the ...
6
votes
1answer
791 views
Proper use of new “container view” in XCode 4.5?
I recently discovered the new "container view" in XCode 4.5 Developer Preview and wondered whether this is the proper way to use it:
5
votes
7answers
3k views
Is there a good tool for XSL previews?
I'm a LAMP web developer in Perl and at my current place we use some black magic in using Perl to retrieve the data, throw them into a XML and then pass the XML to an XSL file. And this is all handled ...
5
votes
2answers
4k views
Android How to preview an image, using its file path from SDcard, from my application
File is present in sdcard/image.jpg
I would like to create my own application (activity).
On a button press, the image stored in the sdcard needs to be displayed using the built-in image viewer.
On ...
5
votes
1answer
1k views
ASP.NET MVC V2 - Buddy Classes
Does anyone have an example of buddy classes in ASP.NET MVC 2 Preview 1? I can't seem to find anything on the MSDN about it but according to ScottGu they've added functionality for it in the most ...
5
votes
3answers
5k views
Android, manupulate camera preview frames
I want to make an Android application that uses the camera and applies image processing filters on the preview frames.
package alex.filter;
import java.io.IOException;
import ...
5
votes
1answer
629 views
How to preview in Outlook code attachments?
All!
I have frequently to sent or receive mail with source code attachments (.c, .cpp, .h, .js, etc). It will be easy to preview these files in outlook directly as text files without open in other ...
5
votes
2answers
2k views
Is there a simple way to turn the byte array from the camera's onPreviewFrame into a picture in android?
I ask if there is a simple way because there is a google issue report saying that using decodeByteArray isn't possible. But that report originated in 2008 and I was hoping there was a solution not ...
5
votes
1answer
2k views
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 ...
5
votes
2answers
1k views
WPF Ribbon Control - Can I use it LEGALLY now?
I have downloaded the ribbon control for WPF, I noticed that there are terms for me to follow if I need to use it.
However, I have checked some of the posts saying that the Preview cannot be used for ...
5
votes
1answer
3k views
How would you convert any document to a preview image?
I am using .NET and am looking for a way to convert just about any document into a preview image. I say any, but the priorities are Office Documents, PDF, and most image files.
I would assume that I ...
5
votes
1answer
268 views
Posts made using the Javascript SDK feed dialog are small and truncated; don't match preview
I'm trying to update my stream.publish code to use the feed dialog in the javascript SDK, but the resulting facebook posts are small and ugly. More annoying is that the posts on facebook don't match ...
5
votes
1answer
699 views
How do you reload files in mac preview 10.7?
I'd like to reload files (.png, .pdf) in Preview after they have been updated. How can this be accomplished?
In OS X 10.5 and 10.6, it was as simple as switching to Preview - it would automatically ...
5
votes
1answer
1k views
Custom preview for open dialog using Delphi
I need to preview several CAD formats in the file open dialog box in Windows 7 / Vista. In the past I used a Delphi Preview Open Dialog and I could register and implement the CAD format that I had to ...
4
votes
2answers
157 views
How does Stack Overflow mirror what you're typing?
Right now while I'm typing this there's the preview down below the editor. I would like to do something similar. How does Stack Overflow do this?
4
votes
1answer
1k views
How to get 720p Android Camera Preview Data?
I want to use the camera preview for image recognition. For my
purposes, I need the preview resolution to be as high as possible
(and, at the same time, display the preview to the user).
I created a ...
4
votes
5answers
7k views
how to preview an image before upload in various browsers
I want to show preview of an image before it is uploaded. I have found a partial solution that works for ie6 and firefox, and havent yet tested it in ie7 or ie8. But i want a solution that works in ...
4
votes
2answers
521 views
Can I change vim completion preview window height?
I'm using Eclimd for completion, it generates a lot of helpful info about function, but in 1-line preview window it looks messy. (same window uses by omni-completion)
So:
1. Is there any way to ...
4
votes
1answer
2k views
Android “tools” namespace in layout xml documentation
Per the question here,
android - what's "tools:context" in layout files?
The 'tools' namespace reference (xmlns:tools="http://schemas.android.com/tools") has begun to appear in my ...
4
votes
1answer
330 views
Alternatives to QGLViewer
Is there any library similar to libQGLViewer (a ready-to-use 3d model viewer to embeed in applications) but without the Qt dependency? The application that I'm making is mostly command line, and ...
4
votes
1answer
600 views
How to enhance the camera preview?
For camera preview, we can setup a surfaceView to display the preview data by camera workflow. But I want to enhance the preview data first (such as extract the edge map), then display the enhanced ...
4
votes
1answer
1k views
How does android handle differences between preview size/ratio and actual SufaceView size?
I'm writing a small android app where a user can place an image inside the live preview of the camera and take a picture of this. The app will then combine the two images appropriately -- All of this ...
4
votes
1answer
1k views
Android Camera Preview — How to 'freeze' the camera?
I'm currently trying to build an android application to take pictures and I need to freeze the camera preview on a given event (i.e. picture taken) and restart it only after another event.
What I ...
4
votes
4answers
2k views
Implementing my own print preview?
I have developed my own Report Control which is simply nothing but drawing text on a CDC of the control window's client DC. I have got the printing function to work too. The report output is sent to ...
4
votes
2answers
1k views
How can I make a Windows Explorer file preview screen in WPF?
I'm working on an application that will have attachments, and I would like to create a type of display like in windows Explorer, where you choose a "Details" view, and also show the preview pane.
I ...
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 ...
4
votes
2answers
458 views
What is a good Java library to write GPS metadata on JPEGs (in EXIF)?
I have developed a Java application (Latipics) that geotags pictures with location information pulled from Google Latitude. I use an open source library called Sanselan to read/write GPS coordinates ...
3
votes
2answers
287 views
Online Perl POD renderer
I seem to remember an "offical" site (perl.org or cpan.org) which had a POD previewer. One uploaded a file and it would display the contained POD as it would appear on CPAN. Does someone have this ...
