1,714 questions
1
vote
1
answer
1k
views
UIImage Picker autorotation feature disappeared suddenly
I was using UIImagePickerController without any problem.
Before when I was taking a picture in the landscape mode, the picture in the Preview (when the buttons Retake and Use Photo were present) was ...
1
vote
2
answers
2k
views
Image Preview in a Listbox
How can I display a preview (almost like a hint) of an image when I hover the mouse over an item in a listbox of filenames? I've tried showing a form and loading the image, but when the preview form ...
4
votes
1
answer
3k
views
Unable to preview multiple page tiff files in .Net
I'm trying to preview and print multiple page TIFF files from a C# 2005 Windows application. Printing works fine but when I send my PrintDocument to a PrintPreviewDialog I get two images of the first ...
1
vote
1
answer
934
views
Is it possible to produce a small preview or thumbnail image of a Crystal report in code?
I'm using Crystal to display the reports in my project, and I'd like to be able to display a small preview or thumbnail image of the report to the user when he or she is picking a report to display ...
7
votes
7
answers
12k
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 ...
1
vote
1
answer
4k
views
WPF Window Real-Time Preview
I have a window in WPF which shows some media contents. This content contains WPF animations, videos, images etc. My need is to create a real-time preview for this window. Can I create this using WPF?
...
1
vote
1
answer
5k
views
Printing/Previewing WPF RichTextBox - ApplicationCommands.PrintPreview?
I'm really loving the WPF RichTextBox, and all of the out-of-the-box functionality it comes with...but printing is something that I'm having trouble with. I can print (from code) using a PrintDialog ...