B4J Question HTMLEditor toolbar button layout display (over-spill) issue

m4.s

Member
Licensed User
Longtime User
I encounter this nagging/funky problem, that I can only resolve by 'manually' resizing my application window (as it's main form's resize function resizes all child panes accordingly). Programmatically resizing the main form or pane, however and oddly, is not eliminating it.

An HTLMEditor control is added to a parent pane in normal manner. It functions fine otherwise, and I receive no debugger log console errors.

I have noticed though, that if the initial size of the child pane (i.e. containing the HTMLEditor control) is large enough, this toolbar button layout display "over-spill" shown below never happens. But I need the child pane to support a smaller default size based on user preference.

upload_2017-5-20_13-54-3.png



Has anyone else seen this before? Ad/or have suggestions on how to possibly fix?
 
Top