office-gobmx/wizards
Jean-Pierre Ledure 5111caa829 ScriptForge (SFDialogs) Closure of non-modal dialogs
Before LibreOffice 24.2 the window
Close button was inoperant.
Now a com.sun.star.awt.XTopWindowListener
listener is set on the dialog closure
by the
   dialog.Execute(Modal := False)
method.

In summary, when the window Close button
is clicked:
- a modal dialog is stopped as if a Cancel
  button was pressed
- a non-modal dialog is made hidden

Termination and disposal of the dialog instance
remain roles for user scripts.

This change requires minor changes in the help
documentation.

Change-Id: Ia4a3e39422b4050fc48f5552fadecfd984e46524
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171703
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
2024-08-10 11:18:07 +02:00
..
com/sun/star/wizards testtools, wizards, xmlsecurity: fix issues found by Ruff linter 2024-07-29 16:56:57 +02:00
source ScriptForge (SFDialogs) Closure of non-modal dialogs 2024-08-10 11:18:07 +02:00
AllLangMoTarget_wiz.mk
CustomTarget_share.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
CustomTarget_wizards.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
Jar_commonwizards.mk
Jar_form.mk
Jar_query.mk
Jar_report.mk
Jar_reportbuilder.mk
Jar_table.mk
Makefile
Module_wizards.mk
Package_access2base.mk
Package_depot.mk
Package_euro.mk
Package_form.mk
Package_gimmicks.mk
Package_import.mk
Package_scriptforge.mk ScriptForge - Python typing hints 2024-03-15 17:27:00 +01:00
Package_sfdatabases.mk ScriptForge (SFDatabases) new Dataset service 2023-11-11 18:20:15 +01:00
Package_sfdialogs.mk
Package_sfdocuments.mk
Package_sfunittests.mk
Package_sfwidgets.mk
Package_share.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
Package_standard.mk
Package_template.mk
Package_tools.mk
Package_tutorials.mk
Package_usr.mk
Package_wizards.mk
Package_wizards_properties.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
Pyuno_agenda.mk
Pyuno_commonwizards.mk
Pyuno_fax.mk
Pyuno_letter.mk
README.md

Java Wizards

Java wizards for db setup, importing, tutorials, etc.

There are also partially converted Python copies of each wizard, which we are hoping to migrate to in order to remove the Java dependency here.