To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90219
                 Issue #|90219
                 Summary|Opening native file picker from Basic Makro (com.sun.s
                        |tar.ui.dialogs.FilePicker) does nothing
               Component|porting
                 Version|OOo 3.0 Beta
                Platform|Macintosh
                     URL|
              OS/Version|Mac OS X
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|MacOSX
             Assigned to|macport
             Reported by|uwealtmann





------- Additional comments from [EMAIL PROTECTED] Sun Jun  1 15:40:22 +0000 
2008 -------
...not even trows an exception.
Try using template changer extension on
http://extensions.services.openoffice.org/project/templatechanger. It adds a new
menu entry in Files - Templates calles "Assign new" which basically opens a file
picker to assign a new template to the documnet. On Mac OS X aqua nothing 
happens.
Choosing Tools - Options - General "Use OOo-Dialogs" brings everything to work
as expected.

Code from Main is:
        'Error handling for broken KDE-Filepicker implementation
        On Error Goto OpenOOoFilePicker
        
        ' try to create the default FilePicker
        oFp = createunoservice("com.sun.star.ui.dialogs.FilePicker")
        Goto CreatedFilePicker

        ' if we get an error - tryto open the OOo filepicker
        
OpenOOoFilePicker:
        On Error Goto 0
        bUseSystemFilePicker = ChangeSystemFileDialog (false)
        oFp = createunoservice("com.sun.star.ui.dialogs.FilePicker")
        ChangeSystemFileDialog (bUseSystemFilePicker)

this should swich to OOos File picker if no native File picker works.
But neither an exception nor an error message occurs there.

---------------------------------------------------------------------
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