Hello Andres,
I changed the Font.
I the menue-title it is ok
but the 2. part, i don't understand.
I created oFont2 for the link
oBar := TExplorerBar():New()
oPanel := oBar:AddPanel("1. Menü" )
oPanel:lSpecial := .T.
oPanel:SetFont ( oFont1 ) // Title-font size => Arial 20 BOLD
// second menue => Arial 14 BOLD
( the row-height is not adjusted in relation to font-height )
oPanel:AddLink("1. Auswahl", bClick,"presentation")
oPanel:AddLink("2. Auswahl", bClick,"welt")
oPanel:AddLink("3. Auswahl", bClick,"drucker")
oPanel:AddLink("4. Auswahl", bClick,"copycd")
?????????????
//------------- your sample for the links ---
// oLink:SetFont( oFont )
// oLink:oFontLink:End()
// oLink:oFontLink := oFontLink // The font you want to use when the mouse is over
Just the adjustment of the row-height in relation to the font-size
and i think it is perfect.
There was still a question from a customer of mine,
if it is possible, to save the status ( hide / enable )
of the link-menues ( the button for hide / enable ).
I think, there is a logical var for this.
Regards
Uwe