To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78307
------- Additional comments from [EMAIL PROTECTED] Fri Jul 6 12:16:35 +0000
2007 -------
in the example at the top you use this code:
Kontext "Navigator"
if Navigator.exists then
'///+ close navigator ! ///'
Navigator.Close
Warnlog "Navigator was open. Check earlier tests. Now closed."
else
printlog "Navigator: NOT available. Good."
endif
using Navigator
later on you use this code
Kontext "NavigatorDraw" '/// Check if the
navigator exists, if so - close it ///'
if NavigatorDraw.Exists=True Then
Printlog " - Navigator exists, we close it"
NavigatorDraw.Close
'/// close navigator ///'
sleep 2
end if
If you use "Navigator" instead of "NavigatorDraw" it works.
By the way you don't have to compare NavigatorDraw.Exists to True (see first
codesnippet)
---------------------------------------------------------------------
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]