The scrollbar is show but will not get updated by SMultiLineEditableText. it’s like the scrollbar is stuck on top.
If I fill SMultiLineEditableText to be able to scroll, it will not update the scrollbar, always stay on top with same size.
Also it is impossible to me to update the scrollbar since SMultiLineEditableText have nothing to return like how many lines etc… so it need to be handled by SMultiLineEditableText not be me!
Unless they are something I dont understand, please help!
so far by re-validating the code of SMultiLineEditableText it seam the control does not care much about the VScrollBar object. Never the code call VScrollBar to change or update value, only forward scrolling event…
The size and offset of both scrollbars are updated in SMultiLineEditableText::Tick. You can see that the bottom of that function will update both HScrollBar and VScrollBar.
the scrollbar is updated, the only weird thing is when i try to scroll using the scrollbar with the mouse, nothing append, i can click under the scroll to scroll like by page but i can not actually push the button to drag the scrollbar button
. and the scroll get light up (hovered style) is show…
ok i find out its my mistake since its my custom console slate dialog to fake the real console i was handling the case when the focus was going out and put it back to the inputbox, but that make the scrollbar lose focus as soon i pushed the button!