... check samples\test2003.prg on windows 10 or 11 Titlebar lost and look different bottom of mainwnd. I modified some fivewin class and core. ex:tribbon, tfolderex, twindow, tcontrol etc. I will send with whatsapp or mail Best regards, Ertan https://imageshack.com/i/pmWxzmAHg I try to ...
... check samples\test2003.prg on windows 10 or 11 Titlebar lost and look different bottom of mainwnd. I modified some fivewin class and core. ex:tribbon, tfolderex, twindow, tcontrol etc. I will send with whatsapp or mail Best regards, Ertan https://imageshack.com/i/pmWxzmAHg
CLASS TRibbonBar FROM TControl CLASSDATA lRegistered AS LOGICAL DATA oBold, oFont DATA aLeft DATA aPrompts DATA aDialogs DATA aSizes DATA aGrad DATA aGradFld DATA aGradOver DATA aGradHigh DATA aQuickRGrad DATA nQuickHigh INIT 32 <---- New METHOD Paint() CLASS TRibbonBar ... if ::aQuickRGrad != NI...
... renamed as users.xyz can also be used. * New function HtmlView( cURL, [cTitle] ): Displays url in a resizable dialog. * More Enhancements on TRibbon class: Style 2016 * Enhancement: samples\FiveDbu.prg now creates the source code for creating the indexes of a DBF in use with indexes opened ...
... I'm going to share the customization. These are the changes I've made in my ribbon, I do it using the 2010 style as default: * when defining the Tribbon use a size that fits the heighs of the folder and let no space in the top of them. I use 22 as nTopMargin in the New() method. ::oRebar := TRibbonBar():New(::oWndMain, ...
Silvio, The FWH RibbonBar supports the 2015 style but the buttons look orange instead of blue (is this what you meant ?) In Windows 10 mspaint, the ribbonbar shows a lighter blue color and a darker blue border If this is the standard color, then we could try to modify the orange color that we curre...
Silvio, The FWH RibbonBar supports the 2015 style but the buttons look orange instead of blue (is this what you meant ?) In Windows 10 mspaint, the ribbonbar shows a lighter blue color and a darker blue border If this is the standard color, then we could try to modify the orange color that we curren...
I 'm tryng to use tribbonbar 2015 a question the rbutton have the style 2015 ? I wish create this ( see the background of the button) style OfficeUniversal https://documentation.devexpress.com/HelpResource.ashx?help=WindowsForms&document=img118476.jpg it is possible have on f...