To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65162
                  Issue #:|65162
                  Summary:|loadComponentFromURL() with
                          |.component:DB/RelationDesign shows UI
                Component:|framework
                  Version:|OOo 2.0.2
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|oj
              Reported by:|as





------- Additional comments from [EMAIL PROTECTED] Mon May  8 04:17:39 -0700 
2006 -------
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.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to