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





------- Additional comments from [EMAIL PROTECTED] Wed Jun 15 01:22:38 -0700 
2005 -------
Try assigning the ValueItemList to a temporary variable, modifying it, and
assigning back. Something like this

someTemporaryArray = Ctl.ValueItemList
' ... modify someTemporaryArray
Ctl.ValueItemList = someTemporaryArray

I suppose this will do it. If so, then this is a strange behaviour of Basic,
which I could technically explain, but which is of course completely unexpected.
Try it, and give me feedback, please.


On a related note: I see that you're in fact doing a removeItems on the control
(CtlView), not on the model. Out of curiosity, is it really that afterwards,
Ctl.StringItemList is also updated? Really? Wouldn't expect this, but might be
wrong on 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]

Reply via email to