Changes between Initial Version and Version 1 of Ticket #18648


Ignore:
Timestamp:
Oct 30, 2023, 1:57:14 PM (7 months ago)
Author:
jackburton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18648 – Description

    initial v1  
    11With BOptionPopUp::SetValue() you can set a value which does not exist.
    2 As you can see from the implementation, it sets the value of the BControl by calling BControl::SetValue(), but later it could return, if there is no option with that value.
     2As you can see from the implementation, it sets the value of the BControl by calling BControl::SetValue(), but later it could return without setting the correct option, since there might be no option with that value.
     3
    34Calling Value() will then return the newly set value.
    45