<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Augmenter la taille d'une Table Box in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Augmenter-la-taille-d-une-Table-Box/m-p/407320#M65736</link>
    <description>&lt;P&gt;When you specify you want to increase the "size" of the table box, are you wanting to increase the size of the fonts in the table box, the width or height of the cells in the table box???&lt;/P&gt;</description>
    <pubDate>Thu, 05 Aug 2021 15:20:56 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2021-08-05T15:20:56Z</dc:date>
    <item>
      <title>Augmenter la taille d'une Table Box</title>
      <link>https://community.jmp.com/t5/Discussions/Augmenter-la-taille-d-une-Table-Box/m-p/407296#M65734</link>
      <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;Je souhaite créer, via un script, un tableau récapitulant un TOP 5 de rebuts concernant une production. J'ai réussi à générer une fenêtre avec une Table Box (pièce jointe) contenant les données en question. Cependant je ne parviens pas à augmenter la taille de la Table Box. Est-ce possible ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Merci d'avance pour vos réponses&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:54:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Augmenter-la-taille-d-une-Table-Box/m-p/407296#M65734</guid>
      <dc:creator>Elise_B</dc:creator>
      <dc:date>2023-06-09T19:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Augmenter la taille d'une Table Box</title>
      <link>https://community.jmp.com/t5/Discussions/Augmenter-la-taille-d-une-Table-Box/m-p/407320#M65736</link>
      <description>&lt;P&gt;When you specify you want to increase the "size" of the table box, are you wanting to increase the size of the fonts in the table box, the width or height of the cells in the table box???&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 15:20:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Augmenter-la-taille-d-une-Table-Box/m-p/407320#M65736</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-08-05T15:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Augmenter la taille d'une Table Box</title>
      <link>https://community.jmp.com/t5/Discussions/Augmenter-la-taille-d-une-Table-Box/m-p/407504#M65758</link>
      <description>&lt;P&gt;Mon objectif est juste de visuellement la rendre plus grande dans la fenêtre donc n'importe quel moyen m'irait !&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 07:06:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Augmenter-la-taille-d-une-Table-Box/m-p/407504#M65758</guid>
      <dc:creator>Elise_B</dc:creator>
      <dc:date>2021-08-06T07:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Augmenter la taille d'une Table Box</title>
      <link>https://community.jmp.com/t5/Discussions/Augmenter-la-taille-d-une-Table-Box/m-p/407536#M65761</link>
      <description>&lt;P&gt;The font size in a Table Box is controlled by the TEXT font size in JMP Preferences.&amp;nbsp; You can change it's font size either interactively, or through JSL.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1628242063696.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/34794i1F9E744E43EAAF6F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1628242063696.png" alt="txnelson_0-1628242063696.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_1-1628242111789.png" style="width: 472px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/34795i18C7B0ECBE122504/image-dimensions/472x398?v=v2" width="472" height="398" role="button" title="txnelson_1-1628242111789.png" alt="txnelson_1-1628242111789.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, this setting will change the size of all table boxes, which probably isn't what you want.&amp;nbsp; The other alternative, is to programmatically build the display by using Text Boxes and Number Edit Boxes, which can have their font size changed.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 09:51:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Augmenter-la-taille-d-une-Table-Box/m-p/407536#M65761</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-08-06T09:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Augmenter la taille d'une Table Box</title>
      <link>https://community.jmp.com/t5/Discussions/Augmenter-la-taille-d-une-Table-Box/m-p/408997#M65881</link>
      <description>&lt;P&gt;J'ai réussi à augmenter la taille comme je voulais en construisant la table avec des Text Box et cela a fonctionné merci beaucoup&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 07:59:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Augmenter-la-taille-d-une-Table-Box/m-p/408997#M65881</guid>
      <dc:creator>Elise_B</dc:creator>
      <dc:date>2021-08-12T07:59:58Z</dc:date>
    </item>
  </channel>
</rss>

