To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40913





------- Additional comments from [EMAIL PROTECTED] Mon Jan 24 05:22:00 -0800 
2005 -------
For me the RubyDialog can be executed always, even after opening the Format 
menu.

I used a simple Basic macro for testing this:

sub Main
  dim document   as object
  dim dispatcher as object
  document   = ThisComponent.CurrentController.Frame
  dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
  dim args1()
  dispatcher.executeDispatch(document, ".uno:RubyDialog", "", 0, args1())
end sub

If it looks different in the TestTool I can't tell why.

If the general availability of the dialog is seen as a problem, the status
method in Writer needs to be changed in a way that it sets the slot to disabled
if the CJK features are switched off. The SFX code asks for the slot state
before executing it (I checked that just before writing this).


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