0
votes
1answer
58 views

Is getPreferredPreviewSizeForVideo() a good way go get the right preview size?

I'm building a part of an android app, that displays a camera preview. I'd like to set the correct (best) preview size possible for the current device. To accomplish this, I used the following code: ...
-2
votes
1answer
62 views

“Preview” cannot be resolved to a type, imports are defined [closed]

Why is Eclipse telling me that Preview cannot be resolved to a type?? Where is Preview defined? Yes, I have tried ctrl+shift+o import android.app.Activity; import android.content.pm.ActivityInfo; ...
1
vote
1answer
170 views

Dynamic image preview on JSP

I have a textfield inside my rich:dataTable in one column: <h:inputText id="logourl" value="#{item.logoUrl}" /> And I have this tag in another column: <h:graphicImage id="logoimage" ...
1
vote
1answer
178 views

Setting the background of an xml layout to camera in android

I have a project, where i have a xml layout, with buttons and all of that in it, and i need the background to be the camera, so the preview is behind the buttons, how can i do that?
0
votes
1answer
93 views

Previewing a ZIP archive [closed]

I need to find a way to preview an archive and provide browsing functionality: when archive contains a folder I must be able to get inside it and access files. I tried using ZipFile, which contains an ...
1
vote
1answer
177 views

SWT browser print preview

My application is using SWT browser and I am trying to add print preview functionality. There is no javascript to invoke print preview for particular web page opened in an SWT browser. I found some ...
3
votes
1answer
762 views

Android OCR tesseract: using data from Pixa objects to display bounding boxes

I am currently playing around with OCR on android. Therefore I wrote a small app with a Camera preview and now I am feeding tessearact tools (tess-two) images from my onPreviewFrame method. Now I want ...
0
votes
1answer
249 views

How to Create a document preview in java

I have a requirement in which i have to read a file (pdf,text,doc,docx,ppt) and display its preview on mouse hover or mouse-on event on the link of that document in java/javascript (Same as Google ...
3
votes
1answer
413 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 ...
0
votes
1answer
777 views

Android Preveiw Frame Rate Query

I want to ask a question that I want to improve my frame rate. I am sending from android Device which is using Preview call with Buffer. I am than receiving it on the Server side. Ia m getting ...
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 ...
1
vote
2answers
350 views

Powerpoint Preview and Thumbnail

We are providing a thumbnail & preview functionality for rich powerpoint documents on our Java based site. Currently, we are using iSpringConverter tool for converting the powerpoint documents to ...
0
votes
1answer
329 views

File previewers for PDF and Docx

I would like to have a preview of a .pdf, .docx or .doc file inside a JDialog. But I'm unable to find previewers that allow nesting of such previews inside a Swing application. Alternatively are there ...
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 ...
0
votes
1answer
92 views

Java how can i add this? Where Python have already

I would like to do the same with Java. Any idea if we have such for Java? To work in cross platform specially in Linux/Bsd/Mac. example: http://www.chromium.org/developers/testing/pyauto i want to ...
0
votes
1answer
239 views

How to show a boot animation preview?

Hi i'm working on a simple boot animation app for my first app just to learn the basics and all. I'm now done with the app and have everything i wanted basically, except previews of the boot ...
3
votes
2answers
288 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 ...
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
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 ...
0
votes
1answer
239 views

Browser PDF File Previwer(Google Style)

I am working on an application which needs to preview privileged content in the browser. The preview should work in a way that its NOT possible to download the content. Only reading within the ...
2
votes
2answers
1k views

Why doesn't Markitup BBcode preview work for me?

I dont know how to make the BBcode preview on Markitup Editor work. I followed all instructions and the editor is working. I really dont understand what to do to make the correct preview appear. I ...
0
votes
5answers
710 views

How to preview a file on the server in JBoss

I need some ideas on how I can best solve this problem. I have a JBoss Seam application running on JBoss 4.3.3 What a small portion of this application does is generate an html and a pdf document ...