<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
  <title>TinyButStrong Forum</title>
  <description>TinyButStrong Forum in English</description>
  <link>http://www.tinybutstrong.com/</link>
  <item>
   <title>Re: Replace content in different tables on one slide</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15621</link>
   <description>I've tried it via MergeBlock and &#91;blk.x] but this does not work.<br />
Switching off the language proofing for this string, solved this error.</description>
   <pubDate>2017-03-27 06:20:33</pubDate>
  </item><item>
   <title>Re: opening presentations</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15498</link>
   <description>I'm sorry this is not a TBS or OpenTBS question, but rather a pure Powerpoint question.</description>
   <pubDate>2016-12-11 22:40:54</pubDate>
  </item><item>
   <title>Re: Embedded Excel in powerpoint for a chart</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15296</link>
   <description>thanks a lot.</description>
   <pubDate>2016-05-10 18:00:57</pubDate>
  </item><item>
   <title>Re: Create pptx file with merged blocks</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15234</link>
   <description>&gt; So what do you mean with &quot;cut the tag&quot; ?<br />
Select &quot;&#91;Firma.Name]&quot;, then function cut (ctrl-alt-x for exemple, or using menus), then function paste.<br />
<br />
&gt; When i just delete everything and paste it without formatting , it works fine.<br />
That's it. But you need to delete with cut in order to paste.<br />
<br />
&gt; But the question is how can i change a fully formatted pptx file ( with underlining and formatted fonts) to get recognized by the tool without loosing the original format. :)<br />
<br />
I don't know yet. I've already done a plug-in for Ms Word that can clean tags, but it is more difficult for Powerpoint.</description>
   <pubDate>2016-03-14 22:38:47</pubDate>
  </item><item>
   <title>Re: Page breaks on pptx or odp presentations</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=14973</link>
   <description>Hi Guys,<br />
<br />
As a newcomer I'd like to begin with congrats for this very nice library !<br />
<br />
I'm using OpenTBS in the same way as pedro does : Merging an unknown number of records with a one slide template.<br />
<br />
Of course for now I've settled for the solution number 1 in pedro's conclusion (Creating a template with a hopefully sufficient number of slides and deleting the unnesserary ones after merging), but I feel like it's a bit cheated...<br />
<br />
The template are to be created and maintained by final users of the solution, and as you may know, users can sometimes ressent small inconvienients like this one and eventually make their final impression upon them.<br />
<br />
So my question is :<br />
<br />
Is the duplicate slide function on the way, or is there anyone that has made some script to do it manually (Pedro, as your last post was more than 3 years ago, I guess you got satisfied with the first solution)<br />
<br />
Any help to give my users a documentation than does not tells them to duplicate the slide after creating their template would be so nice :D !<br />
<br />
Thanks in advance and keep going with this great stuff !<br />
<br />
Sylvain</description>
   <pubDate>2015-09-17 12:51:51</pubDate>
  </item><item>
   <title>Re: Problems with powerpoint and umlaute (öäü)</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=14717</link>
   <description>the option OPENTBS_ALREADY_UTF8 worked. THX</description>
   <pubDate>2015-02-04 11:40:25</pubDate>
  </item><item>
   <title>Re: Where define onload variable ie: yourname</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=14709</link>
   <description>Solved!<br />
<br />
was the spell check of powerpoint sorry</description>
   <pubDate>2015-01-28 16:51:22</pubDate>
  </item><item>
   <title>Re: Applying text color upon a cell in a table</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=14705</link>
   <description>Just great, I was very close !<br />
<br />
Thanks for help and documentation, with that support I'd find everything I need.<br />
<br />
Big up for Skrol29 ;)</description>
   <pubDate>2015-01-27 09:37:24</pubDate>
  </item><item>
   <title>Re: PPTX &amp; Point chart</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=14565</link>
   <description>Hi,<br />
<br />
Is &quot;point chart&quot; a XY chart also called Scatter chart ?<br />
If it's so, then there is a note about it in the documentation<br />
http://www.tinybutstrong.com/opentbs.php?doc#chart<br />
</description>
   <pubDate>2014-10-27 02:06:42</pubDate>
  </item><item>
   <title>Re: Embedded stacked bar in PPT </title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=14353</link>
   <description>Thanks for all your answers.<br />
You have been very helpful!<br />
</description>
   <pubDate>2014-07-24 11:39:55</pubDate>
  </item><item>
   <title>Re: howto from mysql query to pptx</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=13604</link>
   <description>Hi Mpol,<br />
<br />
Here here how to merge a Bubble chart in Powerpoint or Word:<br />
<br />
1) Create new Bubble Chart using with the Chart wizard.<br />
    Do now use linked data, use the wizard and let the default data sample submitted by the wizard.<br />
2) Put the string 'my_bubble_chart' in the property &quot;Title&quot; of the frame that embeds the chart.<br />
<br />
3) At the PHP side, adjust the following snippet:<br />
<br />
&#91;code]<br />
$NewValues = array( <br />
 array($x1, $y1, $size1),<br />
 array($x2, $y2, $size2),<br />
 array($x3, $y3, $size3),<br />
 ...<br />
);<br />
<br />
$TBS-&gt;PlugIn(OPENTBS_CHART, 'my_bubble_chart', 1, $NewValues);<br />
&#91;/code]</description>
   <pubDate>2013-09-07 00:12:54</pubDate>
  </item><item>
   <title>Re: Replacement only in first slide of powerpoint</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=13550</link>
   <description>Hi,<br />
<br />
First select the slide, then use MergeBlock() and other merging features.</description>
   <pubDate>2013-08-25 23:15:45</pubDate>
  </item><item>
   <title>Re: Combine ppt-files or delete slides/chapters</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=13158</link>
   <description>Hi Skrol, as I wrote in my mail: thank you, the new beta works fine!</description>
   <pubDate>2013-04-10 08:20:37</pubDate>
  </item><item>
   <title>Re: Supressing and/or adding slides to a pptx</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=13006</link>
   <description>Great!! I haven't have time to work on this script, but I'll try the new version<br />
<br />
Thx!</description>
   <pubDate>2013-01-22 08:57:58</pubDate>
  </item><item>
   <title>Re: Embedded Excel in powerpoint for a chart</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=12796</link>
   <description>Hi Alejandro,<br />
<br />
Thanks for your email. I've teste the PPTX and I've seen where are the mistakes.<br />
<br />
First, the series caption must not be an array but a string.<br />
Secondly, your data are formated as percentage but the inner values are coefficients smaller than 1.<br />
<br />
So if yu simply change like the fallowing, it should work:<br />
&#91;code]<br />
$ser1=array(&quot;cat1&quot; =&gt;0.20,&quot;cat2&quot;=&gt;0.60,&quot;cat3&quot;=&gt;0.50);<br />
$ser2=array(&quot;cat1&quot; =&gt;0.70,&quot;cat2&quot;=&gt;0.20,&quot;cat3&quot;=&gt;0.25);<br />
$ser3=array(&quot;cat1&quot; =&gt;0.0,&quot;cat2&quot;=&gt;0.20,&quot;cat3&quot;=&gt;0.25);<br />
<br />
$TBS-&gt;PlugIn(OPENTBS_CHART, &quot;chart1&quot;, 1, $ser1, &quot;my series 1&quot;);<br />
$TBS-&gt;PlugIn(OPENTBS_CHART, &quot;chart1&quot;, 2, $ser2, &quot;my series 2&quot;);<br />
$TBS-&gt;PlugIn(OPENTBS_CHART, &quot;chart1&quot;, 3, $ser3, &quot;my series 3&quot;);<br />
&#91;/code]</description>
   <pubDate>2012-10-29 21:56:36</pubDate>
  </item>
</channel>
</rss>