User Interface action to display a preliminary or scaled down version of the actual item.
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 ...
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
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 ...
1
vote
3answers
6k views
Android - Problem whith converting preview frame to bitmap
I know the subject was on the board many times, but i can not get it work anyhow...
I want to save view frames from preview to jpeg files. It looks more or less(code is simplified- without additional ...
2
votes
2answers
2k views
change wallpaper via iphone app
Does apple allows me to change the wallpaper of the iphone from my application?
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?
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 ...
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:
...
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 ...
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 ...
1
vote
1answer
139 views
How to preview jsdoc comments in google doc scripts
I know that Issue 1731 has been raised requesting preview of jsdoc within the Google script editor. http://code.google.com/p/google-apps-script-issues/issues/detail?id=1731
While we wait for that to ...
3
votes
1answer
411 views
Preview window (like Windows 7 taskbar shows for opened applications)
I want to create a "preview window" for my "main window", so if I take mouse pointer to a particular button or place then it show main window preview in a small window, and when I click on that ...
14
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.
...
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 ...
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 ?
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 ...
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 = ...
3
votes
2answers
864 views
How to recreate an image preview from outside websites?
Similar to Facebook's UI, I am attempting at generating a preview image from an external linked website. So that when a user types in a url he is linking, the UI will by default, scan that site for an ...
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 ...
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 ...
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 ...
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 ...
3
votes
2answers
2k 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 ...
1
vote
2answers
917 views
Generating thumb nail image of a web page in a link
I want to generate a preview thumbnail image of a web page using the link for the page. How can i do this? I'm comfortable with C#.NET, Javascript/JQuery.
Regards
NLV
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 ...
3
votes
2answers
519 views
Chrome -> Inspect element -> Network (XHR) -> Preview Tab (HTML) issue
I am having a problem with that preview tab in network section. When HTML is returned I am seeing the raw HTML in both preview and response. Sometimes, but very rarely, I HTML is rendered properly in ...
3
votes
2answers
6k 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.
...
2
votes
1answer
51 views
github preview feature with rails 3.2
I'm using twitter bootstrap tabbable:
http://twitter.github.com/bootstrap/components.html#tab3
and I would like to know, how can I replicate the preview effect when a user open a new issue on github ...
2
votes
3answers
1k views
Writing to the Windows 7 “preview” window area
How can I write or draw controls to the Windows 7 preview area using C#? For an example of what I am talking about, open Windows Media Player in Windows 7 and play a song. While the song is playing, ...
2
votes
1answer
1k views
Print/Print Preview in WPF
I have wpf based application, just wondering how to get print/print preview of wpf controls.
like some window/page has panel control which has multiple controls in it like chart + graph + data grid ...
1
vote
1answer
2k views
Android Camera Preview Switch between cameras
Hi guys i am trying to switch between the device's Front and Back Camera while showing the camera preview. I am following the sample provide by common ware. Below is the code which i am using and ...
1
vote
2answers
1k views
GWT Event Preview vs Event Handler
My question is, what's the different between event preview and event handler in GWT.
There is a callback function boolean onEventPreview(Event event) for event preview and a callback function void ...
0
votes
4answers
2k views
Jquery image preview plugin issue
I have a problem with an image preview that comes up when you hover over a thumbnail. I can change the distance between the preview and the cursor, but if a thumbnail is close to the side of the ...
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 ...
3
votes
3answers
1k views
Is OSX Lion Preview application scriptable? [closed]
Is OSX Lion (or older OSX) release of Preview scriptable?
3
votes
1answer
2k views
android camera preview
I have a problem.
I'm trying to develop a program that uses the camera, everything is working in my device but like many of you know the CameraPreview doesn't work the same way in all devices, so I ...
2
votes
1answer
540 views
Sublime Text 2: disable document preview
I tried searching for this, but there's a different feature in SublimeText that people call "preview", so I couldn't find any relevant info.
How do I disable the preview navigation image that's ...
2
votes
1answer
721 views
Aptana Studio 3 preview problems with absolute path
I have this structure for my project:
Root Directory
|-css folder
|-style.css
|
|-it folder
|-index.html
If I try to include css file with:
<link href="/css/style.css" rel="stylesheet" ...
2
votes
3answers
3k views
Image Upload Preview in Update Panel
In my asp.net page I have an image upload control where users can upload there profile photo. what I want is when user browse his/her photo an immediate preview should displayed. Is there any ajax ...
1
vote
0answers
292 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
1answer
687 views
Android (Camera) - How to syncronize stopPreview() with onPictureTaken()?
I have an app in which the client uses the camera to take a picture. The preview of the image is being shown in the tablet using a SurfaceView, before the person hits my "click" button. When the ...
1
vote
1answer
781 views
How to use Google Chrome Thumbnails preview service?
anyone know how to use google chrome service to generate web site thumbnails? (Most viewed site on new tab).
Any idea to do a similar thing?
These:
Browsing chrome source code I was not able to ...
1
vote
1answer
938 views
Embed Word document preview in WinForms app
how can I embed a word document in a form or usercontrol like the explorer preview panel does?
I found this topic: ...
0
votes
1answer
25 views
setOneShotPreviewCallback not hitting onPreviewFrame() in callback
I'm creating a video capture activity for an app I'm making, and I want to capture a preview frame as well to use as a playback button. I've set the SurfaceView up in onCreate(...) and hooked up the ...
0
votes
0answers
47 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 ...
0
votes
1answer
143 views
How do I turn off preview in Visual Studio 2012 for pdf files?
When I select a file in solution explorer it opens immediately in a preview tab.
For many file types this is a useful feature. But when adding PDFs to a website it is not. How do I tune Visual ...
0
votes
0answers
173 views
Corrupted Camera Preview on HTC desire HD - ANDROID
I make an application with the use of the camera to perform a preview.
Everything works fine except on model "HTC Desire HD".
The preview is cut in two part (half center), the up is ok, and the ...
0
votes
1answer
272 views
Can we have different resolutions for Preview and Capture of the same DirectShow graph?
I have 2 streams, one for Preview and one for capture in my DirectShow application. Right now, we observe that the Preview is slow for 1080P video and 1280*720 video. I would like to know if we have ...
0
votes
1answer
618 views
How do I launch the Preview/Select Wallpaper activity for my Wallpaper from inside an Activity?
I think my question is fairly straight forward... how do I launch the standard activity for previewing my Live Wallpaper from within an Activity (of the same application)?
*Edit: In Logcat... here is ...



