<?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 Resize a text Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resize-a-text-Box/m-p/186155#M50374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've solved the problem&lt;/P&gt;&lt;P&gt;attacched the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub move_to_new_pos&lt;BR /&gt; dim tbl&lt;BR /&gt; dim tblrect&lt;BR /&gt; set tbl = Application.ActiveDocument.GetSheetObject("TX01")&lt;BR /&gt; set tblrect = tbl.GetRect&lt;BR /&gt; tblrect.Left = 100&lt;BR /&gt; tblrect.Top = 100&lt;BR /&gt; tblrect.Height = 480&lt;BR /&gt; tblrect.Width = 576&lt;BR /&gt; tbl.SetRect(tblrect)&lt;BR /&gt;end sub&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sub move_to_old_pos&lt;BR /&gt; dim tbl&lt;BR /&gt; dim tblrect&lt;BR /&gt; set tbl = Application.ActiveDocument.GetSheetObject("TX01")&lt;BR /&gt; set tblrect = tbl.GetRect&lt;BR /&gt; tblrect.Left = 1490&lt;BR /&gt; tblrect.Top = 4&lt;BR /&gt; tblrect.Height = 48&lt;BR /&gt; tblrect.Width = 48&lt;BR /&gt; tbl.SetRect(tblrect)&lt;BR /&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Mar 2010 22:44:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-18T22:44:10Z</dc:date>
    <item>
      <title>Resize a text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-a-text-Box/m-p/186152#M50371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i'm new with qlikview and i need to resize a textbox object containig an image when i activate it.&lt;/P&gt;&lt;P&gt;I need also to move the textbox to the centre of the sheet.&lt;/P&gt;&lt;P&gt;Can someone help me?&lt;BR /&gt;Thanks alot&lt;/P&gt;&lt;P&gt;Andrea from Italy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 16:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-a-text-Box/m-p/186152#M50371</guid>
      <dc:creator />
      <dc:date>2010-03-18T16:51:44Z</dc:date>
    </item>
    <item>
      <title>Resize a text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-a-text-Box/m-p/186153#M50372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Can you give us a little explanation to why you want to do this because I have a feeling that there might be alternative ways to go here...&lt;/P&gt;&lt;P&gt;/Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 18:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-a-text-Box/m-p/186153#M50372</guid>
      <dc:creator />
      <dc:date>2010-03-18T18:45:52Z</dc:date>
    </item>
    <item>
      <title>Resize a text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-a-text-Box/m-p/186154#M50373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I show in a textbox a small image cause i've many chart inside the sheet so te textbox is small.&lt;/P&gt;&lt;P&gt;I want the user to click (or activate) the text box and then it will be resized and moved to the centre of the sheet to see better the detail on the picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it's clear enough.&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 21:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-a-text-Box/m-p/186154#M50373</guid>
      <dc:creator />
      <dc:date>2010-03-18T21:35:35Z</dc:date>
    </item>
    <item>
      <title>Resize a text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-a-text-Box/m-p/186155#M50374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've solved the problem&lt;/P&gt;&lt;P&gt;attacched the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub move_to_new_pos&lt;BR /&gt; dim tbl&lt;BR /&gt; dim tblrect&lt;BR /&gt; set tbl = Application.ActiveDocument.GetSheetObject("TX01")&lt;BR /&gt; set tblrect = tbl.GetRect&lt;BR /&gt; tblrect.Left = 100&lt;BR /&gt; tblrect.Top = 100&lt;BR /&gt; tblrect.Height = 480&lt;BR /&gt; tblrect.Width = 576&lt;BR /&gt; tbl.SetRect(tblrect)&lt;BR /&gt;end sub&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sub move_to_old_pos&lt;BR /&gt; dim tbl&lt;BR /&gt; dim tblrect&lt;BR /&gt; set tbl = Application.ActiveDocument.GetSheetObject("TX01")&lt;BR /&gt; set tblrect = tbl.GetRect&lt;BR /&gt; tblrect.Left = 1490&lt;BR /&gt; tblrect.Top = 4&lt;BR /&gt; tblrect.Height = 48&lt;BR /&gt; tblrect.Width = 48&lt;BR /&gt; tbl.SetRect(tblrect)&lt;BR /&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 22:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-a-text-Box/m-p/186155#M50374</guid>
      <dc:creator />
      <dc:date>2010-03-18T22:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Resize a text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Resize-a-text-Box/m-p/186156#M50375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Came here looking for the solution to just resizing textobject and you gave it to me. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 21:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resize-a-text-Box/m-p/186156#M50375</guid>
      <dc:creator>marcelo_7</dc:creator>
      <dc:date>2012-11-12T21:01:54Z</dc:date>
    </item>
  </channel>
</rss>

