similar to: SOLVED Powerpoint 2007 will not advance slides when saved on a Samba share

Displaying 20 results from an estimated 10000 matches similar to: "SOLVED Powerpoint 2007 will not advance slides when saved on a Samba share"

2013 Oct 14
1
Powerpoint 2007 not advancing slides
Hi Everyone Samba 3.6.7 on OpenSuse 12.2 x86_64 I have an unusual problem for which I have not been able to find a solution on the Internet. With Powerpoint 2003, there was no issue. With Powerpoint 2007, the user cannot advance slides unless the file is saved locally on the client (Windows XP SP3, ntfs filesystem). When the file is loaded from the samba share, the user can edit and save
2015 Aug 17
0
Powerpoint 2007 will not advance slides when saved on a Samba share
I have a linux workgroup server which is now running Opensuse 13.1 with Samba version 4.1.19-3.36.1-3442-SUSE-oS13.1-x86_64. My latest update to try and resolve this issue. With Powerpoint 2003 everything worked as expected. With Powerpoint 2007, slides will not advance unless the file is saved locally on the client. The client has been Windows XP, Windows Vista and now Windows 7 64. All updates
2003 Apr 05
3
slides in linux R
Hello, In S-Plus Windows you can transform graphics to Powerpoint very easily, in R Windows you can use enhanced metafiles (.emf) and Powerpoint almost as easy. Is there a simular way with R in Linux to transform to the presentation program in StarOffice or OpenOffice or are you stuck with the pdf device? Fredrik Lundgren
2005 Nov 01
1
R Graphs in Powerpoint
I've tried several methods in OS X, and here's what works best for me. Save the R graphic as a PDF file. Open it with Apple's "Preview" application, and save it as a PNG file. The resulting .png file can be inserted into MS Word or PowerPoint, can be resized, and looks good on either OS X or Windows. There are other programs available for translating the pdf file to png
2009 Feb 03
1
PowerPoint 2007 filter
Hi, I'm trying to write the PowerPoint2007 filter in the same manner that I did for *.docx and *.xlsx but I'm getting the following error when I tru an index. The document is called: Indexing "/Frisk in Power Point.pptx" as application/vnd.openxmlformats-officedocument.presentationml.presentation ... caution: filename not matched: ppt/notesSlides/notesSlide*.xml caution:
2013 Feb 27
0
[LLVMdev] CGO Tutorial on MCLinker and LLVM 2013 - Slides are now available
Could you please convert the PowerPoint slides to PDF and have them there as an alternative? -- Sean Silva
2011 Apr 08
4
Multiple Office 2007 Pro PowerPoint Windows Lock Up Laptop
Hello, I'm using MS Office 2007 Pro on Ubuntu 10.04 x64 through wine-1.3.17. After a while my laptop will just freeze (like someone took a screenshot) when I have multiple PowerPoint windows open. This problem seems to be only associated with PowerPoint and not the other Office Apps. Also, whenever I minimize the PowerPoint windows they will group together on my taskbar but little gray
2003 Apr 28
4
how to present a table in powerpoint?
Hi, I have a nicely printed table of results generated by R's > print(myresult) where myresult is a "data frame". I am trying to put this table into a powerpoint slide for presentation without re-typing and re-formating, i.e., present it as it is in the R window. This saves time when there are a lot of tables to be presented. I tried > sink("myresult.txt") >
2005 Sep 09
1
PowerPoint graph insertion
Yes: I have Tufte's monograph on my desk. (along with 4 statistics texts) Yes: I am not the biggest fan of PowerPoint. Yes: I am using R to generate charts, plots, trends, etc. I have to summarize them each week. When I consider how to organize this data my first thought is to generate an HTML file with links to the R-generated plots, which HTML file organizes the plots in the required
2001 Mar 06
0
R Introductory Slides...
Hi there, I have just written a short introduction to R that I am intended to use in a tutorial in my programming club. I wrote it as an undergraduate student. Therefore I have put considerations on what kind of stuff will be of interests to most of the students. Many of my friends I talked to didn't like R much, however after I showed them what it can do most of them were impressed and
2009 Jan 16
1
PDF slided (beamer or prosper) to an editable PPT
Hello, I am getting requests to place our PDF slides (output from beamer) into Microsoft Powerpoint formats (.ppt). What's the best practice or any recommended software packages (any success with open or commercial) that we can use to convert PDF slides into an EDITABLE powerpoint deck? Thanks in advance.
2011 Feb 21
3
Set riched20.dll specifically for powerpoint 2007
Hi there, I have installed MS Office 2007 in wine 1.2.2 running in LinuxMint KDE 9, together with other softwares (including GraphPad Prism 4). After install, I set riched20.dll as native (windows), as stipulated here: http://appdb.winehq.org/objectManager.php?sClass=version&iId=4992 > Post Installation Instructions? > > Once installed, one override is necessary. Without it,
2005 Jul 01
4
R integration with Microsoft Powerpoint
Please allow me an unusual question. Is there any way that R can be closely integrated with a Microsoft Powerpoint presentation? I would like to embed R calculations in Powerpoint so that I will start Powerpoint, be prompted to enter some parameters, and an R function will run and return values and graphs. Thanks, John R 2.1.1 windows 2k John Sorkin M.D., Ph.D. Chief, Biostatistics and
2010 Nov 01
1
[Fedora] MS Powerpoint 2007 won't start.
Good Afternoon, I'm french so I hope you'll understand me quite clearly :) I'm using a Fedora 13 fresh install and I've installed Wine from repositories. My version of Wine is 1.3.5 and my kernel is 2.6.34.7-61 (I don't know if its important). I've installed Office from a legal iso that I've bought with the command : Code: $ wine /mnt/iso/SETUP.EXE Installation
2010 Oct 01
0
Populating values in a PowerPoint table
Dear R-help, I managed (thanks to the R2PPT package) to create a PowerPoint presentation and create a table in it but for the life of me I can't find a way to populate the table with values and text. I'm aware of the function 'PPT.AddDataFrame' which creates an Excel object from a data frame, but the excel object is not nearly as nice looking and easy to manipulate (and apply
2011 Jun 15
2
Office 2007: Access OK. Excel, Word, Powerpoint: NO
HP ProBook 6460b. OpenSuse 11.4 - 64 KDE I installed and configure wine (as XP). It works Then I installed Office 2007 Pro. Strange results: Access and some other tools work fine. Word, Excel and Powerpoint open but stop before I can interact with the message: "MS Excel not installed for the current user. Execute installer program again." I tried to reinstall many times: some result!!
2006 Mar 03
1
R plots in PowerPoint
I have some plots that I generating using R (using trellis, plot, and barplot2) that I want to include in a PowerPoint presentation I am giving. My computer is running OS X. I find that presentations are easier to read when there is light text on a dark background and would like to generate plots that fit that style. The plots I am generating are all grayscale. Is there an easy way to get R to
2013 Feb 27
3
[LLVMdev] CGO Tutorial on MCLinker and LLVM 2013 - Slides are now available
Hi all, The slides we used on "CGO MCLinker and LLVM Tutorial" are now available on the MCLinker website: http://code.google.com/p/mclinker/wiki/2013CGOTutorial Enjoy! - The CGO Tutorial on MCLinker and LLVM 2013 committee
2005 Aug 24
1
PowerPoint 2000 freezing with some presentations...
Hi all! I am having some problems with PowerPoint 2000 running in a wine 0.0.20050725-1 debian package. It works fine when I am creating a new presentation, but when I am opening old presentations it freezes after displaying the first slide and I am unable to even exit from ppoint. The console shows the following: err:syslevel:_EnterSysLevel (0x7f117380, level 2): Holding 0x7fb1fea0, level 3.
2004 Dec 20
2
Producing "Editable" Graphs for PowerPoint
Hello, (apologies, I'm not entirely sure whether this question is about R or my limitations with PowerPoint). I've submitted a paper (which has been accepted) but the journal now require me to submit graphs that are "editable in PowerPoint". I would be grateful for suggestions as to how I should do this. The best route seems to be to copy-and-paste the figures from the