Issue 65163 - loadComponentFromURL() with .component:DB/RelationDesign shows UI
Summary: loadComponentFromURL() with .component:DB/RelationDesign shows UI
Status: CLOSED DUPLICATE of issue 65162
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOo 2.0.2
Hardware: All All
: P3 Trivial (vote)
Target Milestone: AOO Later
Assignee: ocke.janssen
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-08 12:17 UTC by andreas.schluens
Modified: 2006-05-18 13:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description andreas.schluens 2006-05-08 12:17:52 UTC
Please try the following macro:

sub test
	dim args(0) as new com.sun.star.beans.PropertyValue
	args(0).Name = "DataSourceName"
	args(0).Value = "Bibliography"

	doc = StarDesktop.loadComponentFromURL(".component:DB/RelationDesign", 
"_blank", 0, args())

end test

It shows a message box containing:
"StarOffice Base: Relation design \n The database does not support relations.".
But there was no InteractionHandler specified for this loadComponentFromURL() call. 
So it's not allowed for a FrameLoader/Filter to show any UI.
Please make sure that these message occure only as interaction.
Comment 1 ocke.janssen 2006-05-18 13:15:11 UTC
.

*** This issue has been marked as a duplicate of 65162 ***
Comment 2 ocke.janssen 2006-05-18 13:15:37 UTC
.