ribbon - delphi TRibbon rightToLeft AppliactionMenu cover the [X] Close Window Button -


  • creating new delphi vcl forms application.
  • drop tribbon
  • drop actionmanager
  • connect between them.
  • right click ribbon1 add tabs , groups.
  • right click ribbon1 add application menu.
  • in object inspector choose ribbon1, , set bidimode bdrighttoleft.

run.

the form created deffrent design time, application menu covers close appliaction button.

delphi application menu of tribbon right left

what can done lower application button?


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -