By: Alejandro
Date: 2012-10-16
Time: 12:27
|
Not working properly with PowerPoint 2010.Hi everybody. I'm new to TBS but seems to be a very important discover for me!
I've tried to simplify the sample to better understand how it works, but I'm stuck, I've created this very simple code:
For the "prueba.pptx" I've just opened Powerpoint and, in the default slide it provides, I've write [onshow.yourname] in the title and [onshow..now;frm=‘yyyy-mm-dd hh:nn:ss’] in subtitle But it doesn't work (it shows the powerpoint but with no substitutions). If I use your provided demo_ms_powerpoint.pptx it works like a charm!!! what am I doing wrong in my template?? Thx on advance for your help. regards Alejandro UPDATE!! To see how it works I've made this change to my code:
If I use demo_ms_powerpoint.pptx I can see this in the middle of the html/xml file:
Even though the echo prints correctly [onshow.yourname] on screen. Obiously, when you parse the source, you will never find the token. I'm gonna try to change tokens to see what happens... I'll followup |
||||
By: Alejandro
Date: 2012-10-16
Time: 14:32
|
Re: Not working properly with PowerPoint 2010.Hi, it's me again I cannot edit the previos post any more...
Ok, I've change the delimiters to iI and fF by instantiating tbs with:
Now, iIonshow.yournamefF works, but iIonshow..now;frm=‘yyyy-mm-dd hh:nn:ss’fF doesn't If I get the source this is what I get:
Obiously, something is wrong in how I'm saving the powerpoint, but how can I fix it? Thks. |
||||
By: Skrol29
Date: 2012-10-16
Time: 18:22
|
Re: Not working properly with PowerPoint 2010.Hi Alejandro,
It seems that PowerPoint inserts spelling information in the contents. This information is breaking TBS tags. There is a similar behavior in Ms Word. OpenTBS do cleanup spelling information in DOCX but not (yet) in PPTX. My suggestion is that you select the text in PowerPoint and switch options to not checking spelling and grammar. This should delete spelling information in the selected text. |
||||
By: Alejandro
Date: 2012-10-20
Time: 18:17
|
Re: Not working properly with PowerPoint 2010.GOT IT!!!
After removing spell check, you have to DELETE all the text that is not working, save the powerpoint, close powerpoint, open it again, reload, and paste the data and save again. Now it works! Thx for your help |
||||
By: Skrol29
Date: 2012-10-20
Time: 22:33
|
Re: Not working properly with PowerPoint 2010.You can also try with OpenTBS version 1.8.0 beta which is available fr download here:
http://www.tinybutstrong.com/news.php There is a new feature which is supposed to fix the behavior you've got. |