Bug 72300 - CreateUnoDialog - action ont supported
Summary: CreateUnoDialog - action ont supported
Status: NEEDINFO
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version: 4.0.6.2 release
Hardware: x86-64 (AMD64) Windows (All)
: medium critical
Assignee: Not Assigned
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-04 09:37 UTC by Piotr
Modified: 2014-07-09 04:25 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Piotr 2013-12-04 09:37:40 UTC
After upgrading to LO 4.0.6.2 yesterday an error appeared when trying to call dialog box. The error is "Akcja nie jest obsługiwana. Nieprawidłowe wywołanie procedury" (Translation: Action not supported. Incorrect procedure call). None of the buttons works.
It used to work fine till yesterday's upgrade (LO 4.0.5 -> LO 4.0.6). 

Please help as soon as You can - my whole application doesn't work!


The example code is:

Sub OtworzDialogWysylania 
	DialogLibraries.LoadLibrary("Standard")
    oDialog1 = CreateUnoDialog( DialogLibraries.Standard.Dialog1 )


(...)
end sub

It is assigned to the button in form.
Comment 1 Kevin Suo 2014-07-09 04:25:25 UTC
Hi Piotr,
I do not reproduce with libreoffice 4.3.0.2, windows XP SP3.

When created "Dialog1" within "Standard" and run the following macro:

Sub OtworzDialogWysylania 
	DialogLibraries.LoadLibrary("Standard")
	oDialog1 = CreateUnoDialog( DialogLibraries.Standard.Dialog1 )
	oDialog1.Execute()
end sub

Dialog1 appears as expected.

Would you please test with the newer versions? thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.