Search found 41 matches: orebar

Return to advanced search

Cambiar tipo de letra en aplicación

... embargo tengo un control en que no se cómo tengo que cambiar la fuente, que es el ribbonbar. A este control le asigno la fuente de esta manera: ::oRebar:SetFont(::oFont) pero lo que hace es que cambia la fuente al título de las pestañas pero no a los títulos de los botones de dentro. Podeis ver ...
by José Luis Sánchez
Mon Mar 07, 2022 3:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar tipo de letra en aplicación
Replies: 14
Views: 952

Re: refresh a ribbonbar on line

Antonio Linares wrote:Dear Silvio,

Have you tried with ::oRebar:Refresh() ?


oThis:oReBar:refresh()
and
oThis:oReBar:aDialogs[1]:refresh()

I'm trying a little test to make you understand the problem

SENT
by Silvio.Falconi
Fri May 28, 2021 6:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh a ribbonbar on line
Replies: 3
Views: 450

Re: refresh a ribbonbar on line

Dear Silvio,

Have you tried with ::oRebar:Refresh() ?
by Antonio Linares
Thu May 27, 2021 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh a ribbonbar on line
Replies: 3
Views: 450

refresh a ribbonbar on line

... on tab 1 I have a group only when lShowMenuVeloci is true IF oThis:lShowMenuVeloci ADD GROUP ::oGrMenuVeloci RIBBON ::oRebar TO OPTION 1 WIDTH 130 PROMPT "menu veloci" Endif this group is on I draw a red arrow on tab 4 I insert a rbbtn and I can select if ...
by Silvio.Falconi
Tue May 25, 2021 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh a ribbonbar on line
Replies: 3
Views: 450

disable/enable button

how disable /enable a button on ribbonbar? with oBtn[16]:Disable() oApp:oRebar:refresh() not run, so this is the error Application===========   Path and name: C:\Users\silvio\Desktop\Release_TPlan\Fsdi_tdatabase\main.Exe (32 bits)   Size: ...
by Silvio.Falconi
Fri Jul 12, 2019 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: disable/enable button
Replies: 5
Views: 739

Move to an option of RibbonBar

... it can be switched on intermittently IF oBeach:eof() Msginfo("The beach has not been configured correctly. Create a new structure") oApp:oRebar:nOption= 5 oApp:oRebar:refresh() return nil ENDIF and I wish open a tab of Ribbonbar I try with oApp:oRebar:nOption= 5 this select the tab number ...
by Silvio.Falconi
Thu Jun 06, 2019 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move to an option of RibbonBar
Replies: 0
Views: 348

Re: New function XEdit() in next FWH version

... RGB(54,54,54) I assume you mean for the mouse over color (it is not a gradient so there is only one color). The color I have is RGB(197,197,197) oRebar:hSeparation := 6 I use a value of 2 which seems about right I used :hSeparation := 4 based on my font Verdana ...
by Antonio Linares
Fri Apr 26, 2019 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New function XEdit() in next FWH version
Replies: 7
Views: 1030

Re: Ribbonbar on w7 and 10

I found the error Create a rIbbonbar with L2016 colors ::oRebar := TRibbonBar():New(::oWndMain, aRbPrompts,,nOption,,nHeightRib, 26, , ,,,,,,,,.t.,) ::oRebar:l2016:=.t. If I create a GROUP ADD GROUP oGr1 RIBBON ::oRebar TO OPTION 2 WIDTH 480 PROMPT "Gestione" ...
by Silvio.Falconi
Thu Apr 04, 2019 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar on w7 and 10
Replies: 4
Views: 1000

Re: Ribbonbar on w7 and 10

Sorry , I made a n mistake on last releae there is the option l2016 Using the ribbon class I found an error I explain you I set ::oRebar := TRibbonBar():New(::oWndMain, aRbPrompts,,nOption,,nHeightRib, 26, , ,,,,,,,,.t.,) ::oRebar:l2016:=.t. ::oRebar:nRoundBox := 0 I see right the color ...
by Silvio.Falconi
Thu Apr 04, 2019 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar on w7 and 10
Replies: 4
Views: 1000

Re: Ribbon Theme

James Bott wrote:
Silvia wrote: oRebar:hSeparation := 6


I use a value of 2 which seems about right.



I used :hSeparation := 4 based on my font Verdana ...

:)
by fraxzi
Mon Oct 08, 2018 11:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: Ribbon Theme

Silvia wrote: oRebar:hSeparation := 6


I use a value of 2 which seems about right.
by James Bott
Mon Oct 08, 2018 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: Ribbon Theme

https://www.howtogeek.com/wp-content/uploads/2016/05/01_clicking_file_tab.png I think oRebar:nHeightFld := 22 oRebar:hSeparation := 6 the tabs are more near to another look the image then I found this at word2016 https://www.howtogeek.com/wp-content/uploads/2015/09/07_new_preset_styles_for_shapes.png
by Silvio.Falconi
Fri Oct 05, 2018 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: Ribbon Theme

... aGradHigh, aGradOver, l2016 ) CLASS TRibbonBar I send to linares my modifies on prg #define COLOR_MENUHILIGHT 29 //051,153,255 IF IsWindows10() ::oRebar:l2016:=.t. ::oRebar:nRoundBox := 0 ::oRebar:nClrPaneRB := GetSysColor( COLOR_MENUHILIGHT ) else ::oRebar:l2010:=.t. endif we add also the possibility ...
by Silvio.Falconi
Fri Oct 05, 2018 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: other bug on ribbon get action

ADD GROUP oGr2 RIBBON ::oRebar TO OPTION 1 WIDTH 660 PROMPT "Selezione elemento da visualizzare" @ 05,292 GET aGetdata[5] VAR nDalElemento SIZE 80,55 PIXEL OF oGr2 ; BITMAP ".\bitmaps\sel.bmp" ACTION NIL @ 05,392 GET ...
by Silvio.Falconi
Tue May 15, 2018 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on ribbon get action
Replies: 5
Views: 947

Re: Rebar in XP

I tested this code. DEFINE TOOLBAR is not functioning if the OF <owin> clausula is directed to oReBar!? function Main()    local oWnd , oReBar , oFactor , nFactor , oBar , oMenu , oImagelist    DEFINE WINDOW oWnd TITLE "Test ReBar" COLOR CLR_BLACK,CLR_LIGHTGRAY ...
by byte-one
Wed Jun 28, 2017 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rebar in XP
Replies: 9
Views: 1500
Next

Return to advanced search