[Libreoffice-bugs] [Bug 123564] New: Dialogs are not at the right position with Execute method
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Feb 19 08:14:00 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=123564
Bug ID: 123564
Summary: Dialogs are not at the right position with Execute
method
Product: LibreOffice
Version: 6.2.0.3 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: ddorange at dmaths.org
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190219/559ec0e3/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list