To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87156
                 Issue #|87156
                 Summary|PopUp for InputField in Autotext, not shown if Autotex
                        |t is inserted via API
               Component|api
                 Version|OOo 2.4 RC5
                Platform|All
                     URL|
              OS/Version|Windows XP
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jsc
             Reported by|cornouws





------- Additional comments from [EMAIL PROTECTED] Mon Mar 17 21:04:50 +0000 
2008 -------
- PopUp for InputField in Autotext, not shown if Autotext is inserted via API - 

When I have an AutoText entry with an InputField, and choose to insert via UI
(Window/Short Name/Toolbar) a popUp for the InputField shows up

NB See Issue 87155 for a problem related to that)

When I insert the same AutoText Entry via code, the popUp doesn't show

( Code used to insert AText:
  oTextCursor = ThisComponent.currentController.getViewCursor()
  oAutoTextContainer = createUnoService("com.sun.star.text.AutoTextContainer")
  oGroup = oAutoTextContainer.getByName(sCategory)
  oEntry = oGroup.getByName(sName)
  oEntry.applyTo(oTextCursor) 
  )

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