MacSig Posted October 8, 2008 Posted October 8, 2008 Hello guys, I'm using SC (to handle PDFs) within 2 different formats, in one of those I have set up the listview style ...& "?style=listview" but with that style the PDF FireFox asks to download the file instead automatically open it. Is there way to use the listview style and open the PDF without expressly download it? THANKS
Jesse Barnum Posted October 9, 2008 Posted October 9, 2008 When the style is set to listview, we use regular HTML to display the images, which is how it was done in SuperContainer version 1. In other cases, we use a java applet to display the images, which gives us nice new features like automatically opening the file instead of downloading it. The reason we use HTML in listview is because it can be faster than Java applets when scrolling through a long list of items. If you'd like, you can take off the listview style, which will use the Java applet, and see if you're satisfied with the speed of that approach.
MacSig Posted October 9, 2008 Author Posted October 9, 2008 Thanks Jesse for your reply. I did some tests and I have noticed a different speed between listview and the regular style so I thought it was something like that. I will go with the listview. Have a nice day!
Recommended Posts
This topic is 5887 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now