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


User fs changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Apr  2 05:42:26 +0000 
2008 -------
Fixed in CWS dba241b.

Note that the fix is that the list box refreshes its content when its .refresh
method is called, but still *not* when its form's .reload is called.

The reason here is a sub form is reloaded upon every move of its main form.
Thus, if you have a list box in a sub form (which is a common scenario), then
every move of the main form would refresh the list boxes list entries - which is
certainly not desired. In particular, this scenario was that expensive during
normal form operations that it was one of the reasons to disable the
refresh-on-reload functionality in list boxes.

So, if you want to programmatically refresh a list boxes list entries, then you
need to call .refresh on it. (Which, by the way, also works in existing OOo
versions, this is *not* new functionality.)

There's still issue 66628 which requests to be able to provide this refresh
functionality in the form UI, though.

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