To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86913
User jsk changed the following:
What |Old value |New value
================================================================================
Status|RESOLVED |VERIFIED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Apr 23 08:23:07 +0000
2008 -------
Verified using following script:
sub main
ToolsPackageManager
kontext "PackageManager"
if ( packageManager.exists( 2 ) ) then
if ( Options.exists() ) then
printlog( "Options good" )
else
warnlog( "options uncool" )
endif
if ( Add.exists() ) then
printlog( "Add good" )
else
warnlog( "Add uncool" )
endif
if ( updates.exists() ) then
printlog( "updates good" )
else
warnlog( "updates uncool" )
endif
BrowsePackages.select( 1 )
printlog( "Itemcount: " & BrowsePackages.getItemCount() )
printlog( "ItemText1: " & BrowsePackages.getItemText( 1, 1 ) )
printlog( "ItemText2: " & BrowsePackages.getItemText( 1, 2 ) )
printlog( "ItemText3: " & BrowsePackages.getItemText( 1, 3 ) )
printlog( "Selected.: " & BrowsePackages.getSelCount()
printlog( "Index....: " & BrowsePackages.getSelIndex()
PackageManager.close()
else
warnlog( "Extension manager not open" )
endif
end sub
---------------------------------------------------------------------
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]