Tagged Questions
The preview tag has no wiki summary.
36
votes
7answers
2k 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?
14
votes
3answers
913 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 ...
12
votes
1answer
4k 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 ...
9
votes
3answers
19k 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 ...
8
votes
2answers
8k views
Camera preview UI overlay on Android?
How do I write code which layouts UI elements (Buttons, etc) over camera preview on Android ?
6
votes
6answers
729 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 ...
6
votes
5answers
3k 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 ...
5
votes
2answers
4k 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 ...
5
votes
2answers
439 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 ...
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 ...
5
votes
2answers
867 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 ...
4
votes
2answers
278 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
2answers
728 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:
...
4
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 ...
4
votes
2answers
142 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
2answers
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 ...
4
votes
4answers
800 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
1answer
1k 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 ...
3
votes
2answers
49 views
Previewing what's in memory (javascript)
I'm building an app in javascript and I would like to use console.log to preview everything that is on memory at runtime. I know I can check each variable selectively, but: is there a way to see ...
3
votes
2answers
510 views
How to preview gradients and shapes in Android?
Is there an application or tool that can do a preview of Android XML gradients and shapes? Is very annoying having to run app in emulator each time I modify XML, it should be a better way but Google ...
3
votes
1answer
122 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 ...
3
votes
1answer
1k views
sencha touch :: how to create a panel for website-preview inside iFrame
I need to allow some website previews inside sencha touch. I see two different possibilities:
opening safariMobile-app to show the link
generating a panel with an iFrame inside the 'html'-property.
...
3
votes
1answer
173 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.
3
votes
2answers
149 views
Search result preview using Java
Lets say I have following text (from wiki):
Java is a programming language
originally developed by James Gosling
at Sun Microsystems (which is now a
subsidiary of Oracle Corporation) and
...
3
votes
1answer
550 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 ...
3
votes
2answers
2k 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 ...
3
votes
2answers
914 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 ...
3
votes
1answer
467 views
Android - picture taken different from preview
I have a camera app, in it's simplest state it's nothing more then the cameraPreview example with some 'takePicture' code. The link to the example online is for 2.0, and i'm developping against 1.5 ...
3
votes
2answers
442 views
How to preview any files inside a Java application?
I'm using a JTree to browse the content of a folder and I want that when a user click on a file, the software shows a preview of it (a screenshot of its first page).
The files are mostly Office ...
3
votes
1answer
5k 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 = ...
3
votes
1answer
707 views
Possible to create thumbnails of MS Office files?
Have anybody ever tried to create thumbnails/previews of MS Office files? I do not mean extract saved preview images inside the file, but actually create them. Would this even be doable?
Could one ...
3
votes
1answer
4k 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 ...
3
votes
3answers
323 views
Is this an ASP.NET MVC 2 Preview 1 bug, and what's the work-around?
I'm using this code in ASP.NET MVC 2 preview 1:
public ActionResult List(long id, [DefaultValue(0)] long? commentId)
{
var model = UserComment.ForRefId(id);
PageTitle = ...
3
votes
2answers
881 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 ...
3
votes
4answers
4k views
How to display a print preview of an HTML document
I need to display some HTML content as it will be printed. Basically, I want to emulate the browser print preview feature.
I'm not sure how to do this just with HTML/CSS/JavaScript. The only ...
3
votes
7answers
2k 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 ...
2
votes
1answer
103 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 ...
2
votes
1answer
151 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 ...
2
votes
2answers
129 views
Preview xaml layout with specific sample data
I'm developing a WP7 application, and I'm generating a listbox with a few items. I was wondering if there is a way to preview how the layout would look. So far, since the elements don't exist, I can't ...
2
votes
0answers
50 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 ...
2
votes
2answers
123 views
Is it possible to have Camera Preview and TextView on the same screen?
I was wondering if there is some way to have a camera preview fill a part of the screen, and at the bottom have a textview box into which I can add text later.
I don't have any code yet because my ...
2
votes
3answers
59 views
How to avoid abuse of image-preview traffic?
Facebook and Google+ has both a great feature: Image preview. When you write in URL of your web, images are taken and you can select between them - it's done with proxy script.
My question is - Is ...
2
votes
1answer
144 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 ...
2
votes
0answers
95 views
How to recover camera preview from sleep?
I have an application that shows camera preview and I would like the user to be able to put the phone to sleep and then wake it so that my application will recover correctly. The problem is that when ...
2
votes
3answers
683 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 ...
2
votes
2answers
82 views
Providing fake data to liquid to render a preview of a template
I have created the ability for users in my system to edit a liquid template that is eventually rendered and turned into a PDF. I would like some ideas as to what the best method would be to create ...
2
votes
1answer
341 views
How do I add image preview to this jquery script?
Ive tried several different ways to add an image hover preview option to the file manager/file upload script I use.
Ill post my scripts below. Any help is appreciated.
$(function($){
var ...
2
votes
1answer
543 views
OpenGL model Overlay of Camera Preview
I am trying to display a .md2 model over top of the camera preview on my android phone. I don't need to use the accelerometers or anything. If anyone could even just point me in the right direction as ...
2
votes
1answer
237 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 ...
2
votes
2answers
127 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 ...