Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently September 29th, 2024, 9:21 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: docview and win7
PostPosted: September 2nd, 2011, 3:23 pm 
Offline

Joined: April 27th, 2006, 1:34 pm
Posts: 37
Location: Belfast
Opus: 9.03
OS: Win 7
System: i5 - 6gig RAM
Hi Folks

Im using DocView to display a powerpoint file. Works fine on Office 2007 and XP but on Win7 with Office2007 the powerpoint open in its application and docview is blank. Is there a solution to this problem. Have done a search and found old posts but would like the docview to work.

Cheers
Paul


For this message paulM has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: docview and win7
PostPosted: September 2nd, 2011, 11:42 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
I could be wrong but my understanding is that DocView uses the IE7 rendering engine. Displaying a document such as a PowerPoint would therefore require that the file's MIME settings are such that they allow the file to be displayed within a browser window. This used to happen by default, but I believe, that due to security issues - it now doesn't.

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: docview and win7
PostPosted: September 5th, 2011, 4:03 pm 
Offline

Joined: April 27th, 2006, 1:34 pm
Posts: 37
Location: Belfast
Opus: 9.03
OS: Win 7
System: i5 - 6gig RAM
Cheers Mack
I could get the end user to make a slide ie. add text and images to a frame, change font and size, change background colours etc. Is it possible for the end user to make multiple slides and have them run as a slide show in a frame/window in a publication.
Paul


For this message paulM has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: docview and win7
PostPosted: September 5th, 2011, 6:05 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
Hi Paul,

I think you seem to need some way for the user to add their own content to an existing publication. IE the can change the PP bit themselves and display in inside the page?

In which case, what you suggest might be possible - but probably hard. Can I suggest, they stick with PP, but export the slides as images and you just add a slide show to your publication. Would that work?

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: docview and win7
PostPosted: September 7th, 2011, 10:35 am 
Offline

Joined: April 27th, 2006, 1:34 pm
Posts: 37
Location: Belfast
Opus: 9.03
OS: Win 7
System: i5 - 6gig RAM
Cheers again Mack
Im going to stay away from PPoint and docview etc and incorporate a basic powerpoint like editor into the pub for the end user to design their own basic slideshow. Started it and looks promising.
Paul


For this message paulM has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: docview and win7
PostPosted: September 23rd, 2011, 12:53 pm 
Offline

Joined: April 27th, 2006, 1:34 pm
Posts: 37
Location: Belfast
Opus: 9.03
OS: Win 7
System: i5 - 6gig RAM
Hi Mack
Have designed a basic like slide editor where the end user can add text and images and works fine. I have incorporated an image slide show where the end user selects the folder of images to use. I would like the end user to control the slide timings but I cant find any script control to do this. Any thoughts.
Cheers
Paul


For this message paulM has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: docview and win7
PostPosted: September 23rd, 2011, 5:49 pm 
Offline
Godlike
Godlike

Joined: November 12th, 2005, 1:56 am
Posts: 1474
Location: SFBay Area
Opus: OpusPro v9.0x, & Evol.
OS: Vista32
System: Core 2 duo 2Ghz, RAM 3GB, Nvidia Go 7700 - laptop
Quote:
Hi Mack
...image slide show where the end user selects the folder of images to use. I would like the end user to control the slide timings but I cant find any script control to do this. Any thoughts.
To keep you going (in case Mackavi's away today)... you could use a while LOOP. I would use two variables. One that is set to true/false when a play/stop button ( ) is pressed. The other variable is whatever one you use for User selection of speed... let's say it is named myspeed and ranges from 1 slow to 100 fast.

In the Loop, calculate the delay interval between slides.
var userdelay = 100 - myspeed ;

Use the command: GotoSlide( num )

And after that, increment: num++
add a delay: wait(userdelay)

You may need to include slide num as part of your WHILE condition.

_________________
_good things come to those who wait(0)_


For this message Lar_123 has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: docview and win7
PostPosted: September 23rd, 2011, 5:55 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
Not away, coding for a client :-)

A loop will work, but Opus has a built in ticker function:

Add ticker
Set variable to count
Set variable limit check > execute function when reached and reset variable.

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group