Some changes in class trbgroup:
If using a greater font this is required:
METHOD Paint() CLASS TRBGroup
local nLineHeight := ::oFont:nHeight * 1.3 //this local is new
// all aRect[ 3 ] - 15 * nLine should be to:
aRect[ 3 ] - nLineHeight * nLine
When i use another window with tribbon and trbgroup the font in the main-window-ribbonbar is destroyed after returning from the second window.
METHOD Destroy() CLASS TRBGroup
// ::oFont:End() //this should commented out