User Interface action to display a preliminary or scaled down version of the actual item.
0
votes
0answers
11 views
Wordpress site with timer that works in preview but not when published
I have a timer script (see it working standalone at http://pointy-end.com/timer/timer.php)
that I have copy/pasted into customloop.php. It works fine when the post is previewed, but when published ...
0
votes
0answers
14 views
I can't open preview editor
In Aptana, I am trying to utilize the preview editor function, but the button is greyed out. I am currently working on putting together a simple website in the text editor.
0
votes
0answers
34 views
Sitecore preview feature switches active domain to extranet
In our sitecore based website, we have custom sitecore modules for the use of sitecore administrators. Inside each module we do a credential check to see whether the current user is a sitecore user.
...
1
vote
1answer
22 views
JavaScript and iframes: dangerous for my website?
In order to see a live preview of another website that users link to on my website, I'm using iframes.
However, this is probably not the best solution, as a website is loaded directly into mine, with ...
1
vote
0answers
38 views
Android camera - how to prevent captured image from showing?
I am developing an app that shows a camera preview, takes a picture, and then shows the picture to the user. Since the window size, preview size and camera capture size do not match up, the app crops ...
1
vote
1answer
19 views
Add preview image in form sonata admin of symfony
I'm try to add a preview of a image field in edit form:
/**
* @ORM\Column(name="firma",type="string", length=500,nullable=true)
*/
private $image;
and de Profile:
public function ...
1
vote
0answers
42 views
Alfresco 4.0 Community - document preview for cyrillic utf8(?) txt, html shows malformed text
Alfresco 4.0 Community previewer displays utf8(?) txt and html documents with cyrillic malformed. How to enable utf8 for previewer or at least force it show normally russian and english text?
Txt ...
0
votes
1answer
45 views
Using readAsDataURL() for image preview
jsFiddle URL: http://jsfiddle.net/Xotic750/AjtLx
Been working on this all day and I can't see the issue. It's probably due to my narrow understanding of how FileReader objects work but what I'm ...
1
vote
1answer
20 views
How to show previews of selected files
How can i show the previews of selected files?I'm getting single image preview now.how can i loop the function?I've lready checked this how to loop this function? that solution didn't worked for ...
0
votes
1answer
31 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
27 views
Wordpress restrict edit, but allow preview for custom post status
Hello I am developing wordpress site with Edit Flow plugin, so I can create custom post statuses to manage author and contributor posts more easily.
So I have created costum post status and I got ...
0
votes
2answers
29 views
How to retrieve photo previews in app.net
When I have an app.net url like https://photos.app.net/5269262/1 - how can I retrieve the image thumbnail of the post?
Running a curl on above url shows a redirect
bash-3.2$ curl -i ...
0
votes
1answer
27 views
C# preview form controls
Is it possible to display C# winform controls in a print preview? I'm going to display a form generated in C# winforms in a print preview mode, what are my options?
0
votes
0answers
51 views
Android 1080p full screen camera preview?
I am coding an app for android which uses SurfaceView class to realize camera preview, which works well on Nexus Galaxy and Desire HD
The surface view layout width/height attribute is match_parent
...
0
votes
1answer
84 views
Handling number of copies print preview - print preview dialog box
I am using UltraPrintPreviewDialog from Infragistics
PrintPreviewDialog1.Document.DocumentName = "Report";
PrintPreviewDialog1.Document.PrinterSettings =<<my printer settings>>;
...
1
vote
2answers
149 views
I want to create post with web site preview
I want to create a post with web site preview. It must be similar as on screenshot.
How do I create a post with web preview? I want to add it on pages.
NSDictionary *dict = [NSDictionary ...
0
votes
0answers
53 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
87 views
Projects Browser Preview in Aptana
I installed Aptana Studio 3 (Mac) and I would want to manage projects like I can do with Dreamweaver, that is I can define a local (testing) server for each project with a dedicated url: this could be ...
0
votes
0answers
55 views
How do you do a print preview of an iframe?
I have a block of code that opens the print preview window, but the problem is it displays all wrong because the content is inside an iframe. Not sure how to go about modifying this to show the ...
0
votes
0answers
49 views
How to start a preview again after using MediaRecorder?
I have this code, but when i record a segment preview is stopped. How i can get it back?
EDIT: theres a code, i would like when i lift my finger to return the camera preview. I tried reinit the camera ...
-3
votes
2answers
96 views
Create a screensaver preview in Delphi
I've created a screen saver in Delphi 10 Lite, using diffrent descriptions about this question, available on the web. Now, the screen saver works well, one thing is missing: a good working preview on ...
0
votes
2answers
96 views
Android camera can't preview, can take phot
I'm displaying a camera preview to an user using surface view. Here's my method for starting it:
private void pickCam(){
if (Camera.getNumberOfCameras() < 1)
return;
if ...
0
votes
0answers
84 views
Aptana 3 Editor Preview
The Aptana preview is pushing all of my elements to the right. The HTML and CSS are both fine. It looks fine in a browser, but cramped to the right in the Aptana preview tab. Anybody know how to fix ...
1
vote
2answers
261 views
Image File upload with thumbnail preview - like Zurb - not Working?
Here's what I have:
I am trying to implement the ZURB file uploader, however I am having trouble getting the file to upload. I am wondering if there is something with my upload.php file. The site ...
0
votes
1answer
79 views
Android Camera App preview issue
I'd like to ask for some advice regarding the following problem. I'm currently working on a camera app for android and i am stuck. I used the official android development site for guidance, and the ...
1
vote
1answer
145 views
PHP Review page for form data before processing them (e.g. email them)
I have HTML Form that sends only the filled forms to an email through PHP. Well I need to first send that info to a review page for customer to check with all the filled-in info, have them review and ...
0
votes
1answer
153 views
Android Camera Preview Code not working with Nexus7 -surfaceView error
I've created a camera app for android with the android camera code tutorial http://developer.android.com/guide/topics/media/camera.html#custom-camera. It works for the XperiaZ - LgoptimusBlack- ...
0
votes
0answers
53 views
Camera preview size and preview surface limitations (pre-Gingerbread)
I have been working on a Camera Activity and it works great in anything Gingerbread and above.
I did discover that on an LG Optimus V running Android 2.2.2, that if the preview size I set (selected ...
0
votes
0answers
59 views
Android -camera preview not working if started on click event
I want to build an Android app that displays the preview of the camera in a SurfaceView. It works fine when I execute all of the code in the oncreate method. Here is my code:
preview = ...
0
votes
2answers
81 views
Preview images in Portrait screen mode issues in Samsung Glaxy NoteII for Android apps
I am having problem with the preview of the captured pictures.
I have set up the ImageView to preview the image in the xml file. Once the picture is taken, i get a save or discard preview of the ...
3
votes
0answers
88 views
Online editor for word files and way to preview files using GWT
I have two requirements in my GWT 2.4.0 + GXT 2.2.4 + Amazon project,
We store the word documents in our app only (each login can access only his docs). Now i want that user can edit own word ...
0
votes
0answers
20 views
Camera parameters set on Transformer Pad Infinity
Developing a little camera thing, I've experienced a weird issue. Using standard Camera object (hardware) and standard preview for it (SurfaceView), I set a color effect supported by my hardware, a ...
0
votes
0answers
90 views
Live Preview of an http:// site Script / jQuery
I would like to put a live preview of another site on my site as my portfolio.
But i don't know if any script/jQuery exists. I could not find anything.
My own page is in HTML5 and the iFrame script ...
0
votes
0answers
22 views
Zoom not applied to image in onPreviewFrame
if I set the zoom
if ( cameraParameters.isZoomSupported() ) {
cameraParameters.setZoom(cameraParameters.getMaxZoom());
}
The zoom is correctly applied to the preview surface view but
on an ...
-3
votes
1answer
62 views
Link preview from mysql with jquery [closed]
i was found this project http://lab.leocardz.com/facebook-link-preview-php--jquery/
I instaled in my webpage.. Work’s fine, but how can i preview links in this style from mysql? I have a wall where ...
0
votes
1answer
29 views
Firefox Can't See the CSS/HTM Link in Aptana
Why won't Firefox see the link between the HTML and the CSS when I try to view in Aptana? I've emptied the cache in Firefox, checked that the files are in the same folder, double and triple checked ...
0
votes
1answer
202 views
How do I play a javascript youtube video automatically on hover without the controls appearing?
I was given this code a little over a year ago on stack - Overlay youtube embedded video with image, hide image when clicked and autoplay
Please see in practice - http://plnkr.co/edit/WbWvOR or ...
1
vote
0answers
324 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 ...
0
votes
0answers
54 views
Automatic picture capture and preview android
I am developing an application that takes pictures automatically and send them thanks to websocket but I can't run any preview in the android smartphone.
It's either showing a white page in it or ...
0
votes
1answer
63 views
Can't print mpdf generated pdf files on mac
This is really weird. I generate pdf using mpdf. I had no problem with printing pdfs. But suddenly this problem appeared. Not sure it is something to do with change of my code or updating my ...
0
votes
0answers
23 views
gallery - horizontal preview scroll + zooming
I need help with these gallery - horizontal preview scroll + zooming
Have you ever seen this modal box gallery with zoom?
...
0
votes
1answer
71 views
IBM Notes Designer 9 - Preview in Notes
Does anyone else got the problem that you cannot preview an XPage from the "Preview in Notes" toolbar button w/o getting the error "404 The requested resource cannot be located"?
When I set the XPage ...
-1
votes
2answers
84 views
How to create static preview of animated GIF using PHP and Imagick?
I can't figure out how to create a static preview of animated GIF using Imagick module.
Is there a way to get a first frame of animated image and save as GIF?
1
vote
2answers
97 views
Android layout preview
I am developing a tablet-only app and I put xml files for 10 inch tablets in /res/layout-sw720dp folder.
When I preview customized xml in eclipse, I select device as "10.1in WXGA (Tablet) (1280x800: ...
0
votes
1answer
47 views
Is there a way to preview a fragment being used in another view in IntelliJ IDEA 12?
I recently made the switch from Eclipse to IntelliJ IDEA 12. Is there a good way to preview a fragment being used in another xml layout file?
In Eclipse there's a way to specify which fragment I'm ...
0
votes
0answers
115 views
How to Set Preview Image for a Custom Site Template in SharePoint 2010 using Sandbox Solution
Today I came across and an issue setting the Preview Image for the Custom Site Template in SharePoint 2010 using Sandbox solution.
I have used the Team site template and given the Icon image in ...
1
vote
1answer
154 views
How to enable TypeScript 0.9 nightly drop under Visual Studio 2012
Any ideas how could I try out the generics feature (located in dev-0.9.x branch )
a) in Visual Studio 2012 with the TypeScript plugin
b) or at least in the command prompt?
I followed the how to ...
1
vote
2answers
311 views
Android - camera preview not working
I'm trying to write a camera app for android, but I'm having trouble with getting the preview to work. I tried to follow the steps that android gives here, but it doesn't work, the app keeps crashing. ...
2
votes
0answers
157 views
Android camera preview mapping to final picture
We have been building a custom Android camera Activity where a rectangle is
overlayed inside the camera preview and when the photo is captured (at the
press of a button), we want to crop the ...
1
vote
1answer
181 views
uploaded file content preview
In my asp.net web application i want a third party file content preview tool,by using that tool i will show the uploaded files(like jpg or tiff or xls or pdf or txt or doc)
protected void ...


