preview

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. ...

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

Hi all, 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 ...

Howto pass intent from Service to the activity

"I am writing an android 1.5 application which starts just after boot-up. This is a service and should take a picture without preview. This app will log the light density in some areas whatever. I was able to take a picture but the picture was black. After googling like crazy, i came across a bug thread about it. If you don't generate a...

.NET - preview Excel files (XP)

Is there any method to preview Excel files on XP besides WebBrowser control? How does the WebBrowser itself preview them? ...

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 print to an image/pdf directly in code? ...

Javascript and PHP to generate "live" print preview

I want to be able to enter data and use Javascript onChange/onBlur/etc to render a "live" print preview; with page breaks. The ultimate goal is to have a PDF file that can be saved/emailed/etc that will be identical to the "preview". The data is to be stored in a MySQL database, I'm figuring AJAX to write it while entry. Has anyone hear...

Preview-effect in Eclipse plug-in

Hi! I'm trying to achieve a preview effect sort of in an Eclipse plug-in I am developing. I tried using a tooltip but there's no scrolling and the tooltip disappears after some seconds and I don't want that. Eclipse displays something like this when hovering above a method. How can I achieve a similar effect? Would it be a shell wit...

Preview colours in Emacs-ESS

I accidentally managed to get colour names, #HEX, and a colour preview in Emacs. Don't have a bloody idea how, must've pressed some keybinding or menu item... But, now I can't seem to find where's that feature... I'm quite sure I wasn't hallucinating, so it's gotta be there, under some keystroke that I can't reproduce!!! =) ...

Android - Camera Preview

Hi, i'm trying the camera preview This is my code and it doesnt throw any error, but the screen still black, any ideas? this.setContentView(R.layout.camerapreview); SurfaceView cameraSurface = (SurfaceView)findViewById(R.id.cpPreview); SurfaceHolder holder = cameraSurface.getHolder(); holder.addCallback(this); holder.setType(Surfac...

Is there any way to "peek" at a file while it's uploading through HTTP onto a Windows box?

I need to add a file upload function to an ASP.NET website and would like to be able to read a small portion of the file on the server while it's still uploading. A peek or preview type function so I can determine contents and give some feedback to the user while it is still uploading (we're talking about large files here). Is there an...

Android PixelFormat per device

analogous to this thread: http://stackoverflow.com/questions/2093594/opengl-extensions-available-on-different-android-devices I would like to collect the different PixelFormats the android devices use. To find out you must do the following: Parameters camParams = camera.getParameters(); int format = camParams.getPreviewFormat(); Now ...

Sample code for using camera digital zoom in Android-app?

Need set zoom for camera preview... ...

Jquery image preview thumbnail doesn't seem to work....

I just tried the tooltip like this Easy image preview... But i cant get it to work.... I used this, <style> body { margin:0; padding:40px; background:#fff; font:80% Arial, Helvetica, sans-serif; color:#555; line-height:180%; } h1{ font-size:180%; font-weight:normal; color:#555; } h2{ clear:both;...

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 window, the preview cant fit and you only see part of it.. hope that makes sense... is there a way to make it so that if the preview doesnt fit...

Preview an Office document in a userform

How can this be achieved? Just show a small preview of an office document without actually opening it. Office does it on it's own when you are trying to open a file, but i need a userform that can do that. Thanks. ...

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 shows what the target of the link looks like. Don't worry about the css, I got that working, I just need the actual script to show the im...

Why do my WPF UIElements NOT have OnPreview events?

I'm building a custom Silverlight UserControl which needs to listen to events using Preview/Tunneling, but for some reason the compiler is telling me they are not recognized or accessible. For example, I can add an event handler to MouseLeftButtonDown, but not PreviewMouseLeftButtonDown. This doesn't make sense because according to Micr...

Preview for create/edit content doesn't work

Hi! I'm configuring a DRUPAL site web (that it was previously created) and I'm testing the diferent options. When I create a new content or edit a old content and change anything and then I click on 'Preview' doesn't appear the recent changes (just appear the old values), I have to save it before. NOTE: I do the accions as ROOT (it no...

Generating thumb nail image of a web page in a link

Hello 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 ...

FastReport preview not showing all pages

I'm using FastReport 4.7.31 in Turbo Delphi Pro. The following procedure processes the data stored in several dated files depending on user input. procedure TfrmMain.MyReportPrint; var MDate : Tdate; S, myfile : string; firstone: boolean; // Date1, Date2 & ShowPreview are global variables set via a dialog box begi...