<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 - Dialogs are not at the right position with Execute method"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=123564">123564</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Dialogs are not at the right position with Execute method
</td>
</tr>
<tr>
<th>Product</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Version</th>
<td>6.2.0.3 release
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (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>ddorange@dmaths.org
</td>
</tr></table>
<p>
<div>
<pre>Description:
Under Linux only : I can't set the position of dialogs if I use the execute.
It ran fun before LO 6.2
Steps to Reproduce:
1. Create a dialog1 named dialog
2. Use the code below :
Sub MaBoite
BasicLibraries.LoadLibrary("Tools")
oDialog1 = LoadDialog("Standard", "Dialog1")
oDialog1.Model.PositionX = 1000
oDialog1.Execute()
End Sub
3. The code bellow works fine
Sub MaBoite1
BasicLibraries.LoadLibrary("Tools")
oDialog1 = LoadDialog("Standard", "Dialog1")
oDialog1.Model.PositionX = 1000
oDialog1.Visible = True
Do
Wait 50
Loop
End Sub
Actual Results:
The dialog appear in the middle of the screen
Expected Results:
Dialog at the right part of the screen
Reproducible: Always
User Profile Reset: No
Additional Info:
It's a regression ...
Version: 6.2.0.3
Build ID: 98c6a8a1c6c7b144ce3cc729e34964b47ce25d62
Threads CPU : 4; OS : Linux 4.18; UI Render : par défaut; VCL: gtk3;
Locale : fr-FR (fr_FR.UTF-8); Langue IHM : fr-FR
Calc: threaded</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>