Changes between Initial Version and Version 1 of Ticket #18648
- Timestamp:
- Oct 30, 2023, 1:57:14 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18648 – Description
initial v1 1 1 With 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. 2 As 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 3 4 Calling Value() will then return the newly set value. 4 5