October 8, 200817 yr 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
October 9, 200817 yr 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.
October 9, 200817 yr Author 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!
Create an account or sign in to comment