<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - TextBox: the text assigned to the Text property isn't displayed in UI (v6.0.x .. 6.4.4.2)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134232">134232</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>TextBox: the text assigned to the Text property isn't displayed in UI (v6.0.x .. 6.4.4.2)
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.4.4.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>BASIC
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>tufkane@tutanota.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
Given this code snippet:

  Dim oDialog1 As Object
  Dim oText As Object
  BasicLibraries.LoadLibrary("Tools")
  oDialog1 = LoadDialog("Standard", "MyDialog")
  oText = oDialog1.getControl("MyTextBox")
  oText.Text = "Sample Text"
  msgbox  oText.Text

The "Sample Text" assigned to oText.Text is properly displayed by the msgbox
statement.
Despite this, the "MyDialog" (a dialog, of course) doesn't update the
corresponding TextBox.


Steps to Reproduce:
1.create a MyDialog with MyTextBox and a Button
2.on button click, call a Sub with code snippet


Actual Results:
The assigned text isn't displayed by the TextBox

Expected Results:
The assigned text must be displayed by the TextBox


Reproducible: Always


User Profile Reset: No



Additional Info:
Versione: 6.4.4.2 (x64)
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
Thread CPU: 4; SO: Windows 6.1 Service Pack 1 Build 7601; Resa interfaccia:
predefinito; VCL: win; 
Versione locale: it-IT (it_IT); Lingua interfaccia: it-IT
Calc: CL
--
By sure the bug is also present on 6.0.x, but I'm not sure about "x".
I reproduced it on the last version 6.4.4.2 (x64) too, installed hoping to fix.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>