Search found 28 matches: orb

Return to advanced search

Re: Ancho de pestañas de una RibbonBar

Estimado José,

oRb:ASizes es un array con el ancho de cada pestaña
by Antonio Linares
Mon Feb 12, 2024 8:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ancho de pestañas de una RibbonBar
Replies: 2
Views: 131

Ancho de pestañas de una RibbonBar

Buenas tardes. Como puedo determinar el ancho de cada pestaña de una RibbonBar declarada asi: oRb := TRibbonBar():New(oWnd, {"Movimientos", "Consultas", "Reportes", "Procesos", "Bases", "Utilitarios", "Seguridad","Extras"}, ...
by José Camilo
Sun Feb 11, 2024 11:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ancho de pestañas de una RibbonBar
Replies: 2
Views: 131

Re: Ribbon Theme

Antonio, AFill( oRb:aClrTabTxt, { | oSelf, nPrompt | If( nPrompt == oSelf:nOption, CLR_WHITE, CLR_HRED ) } ) Unfortunately no. That changes the text color of the selected and unselected tabs. I am looking for a way to change the text ...
by James Bott
Mon May 06, 2019 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28315

Re: Ribbon Theme

James,

This line sets the colors of the Tabs texts:

AFill( oRb:aClrTabTxt, { | oSelf, nPrompt | If( nPrompt == oSelf:nOption, CLR_WHITE, CLR_HRED ) } )

Is this what you are looking for ?
by Antonio Linares
Mon May 06, 2019 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28315

Re: Ribbon Theme

Robert,

As you are using a MDI environment you have to change this line this way:

local oRb := TRibbonBar():New( oWnd:oWndClient )
by Antonio Linares
Tue Apr 30, 2019 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28315

Re: Ribbon Theme

I just tried that, it actually moves the problem back to where I started before making the suggested change to attach to oRb instead of oWnd. It paints incorrectly and nothing is clickable whether using oRb or oWnd. Here is the sample code you provided, edited to show the situation. ...
by rhlawek
Sun Apr 28, 2019 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28315

Re: RIBBONBAR GROUP Resize ?

Avista

try to move the conde inside the oRBar:aDialogs[1]:bMMoved to a funcion

oRBar:aDialogs[1]:bMMoved = {|| myFunction( oRB ) } //example
by Daniel Garcia-Gil
Sun Mar 01, 2015 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RIBBONBAR GROUP Resize ?
Replies: 18
Views: 5457

Re: OLE Excel

... this issue, modify the value of the ForegroundLockTimeout registry entry in Registry Editor. To do this, follow these steps: 1 Click the Start Orb, click Run, type regedit in the Open box, and then click OK. 2 In Registry Editor, locate and then click the following registry subkey: HKEY_CURRENT_USER\Control ...
by Jeff Barnes
Tue Apr 29, 2014 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE Excel
Replies: 4
Views: 1040

Re: xBrowse Excel only shown iconized ?

... this issue, modify the value of the ForegroundLockTimeout registry entry in Registry Editor. To do this, follow these steps: 1 Click the Start Orb, click Run, type regedit in the Open box, and then click OK. 2 In Registry Editor, locate and then click the following registry subkey: HKEY_CURRENT_USER\Control ...
by Jeff Barnes
Wed Jun 05, 2013 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse to Excel how to bring ON TOP ?
Replies: 8
Views: 2790

Re: xBrowse blcklicked

... kliknite na KOPIRAJ!!!" oTxt3 :refresh() oTxt4 :refresh() endif mRef_Id =space(3) mNazRef =space(40) mNazJed =space(30) mNazPar =space(30) oRB :refresh() oPoz :refresh() oRef_Id :refresh() oRadJed_Id :refresh() oDat :refresh() oSifCar :refresh() oBroj :refresh() oCIULAZ :refresh() oNazPos1 ...
by nebojsa
Tue May 14, 2013 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse blcklicked
Replies: 8
Views: 1858

Re: Antonio: Suggested changes in class TRBGroup

... I see in the code from the ribbonbar and buttons that the font also not is ended!? Another suggestion is to use the function RefreshRibbonBarBtn( oRb , oMyfont ) also to assign a font to all the ribbonbar-contents, if needed (as i made also so)!
by byte-one
Tue Apr 16, 2013 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Suggested changes in class TRBGroup
Replies: 4
Views: 862

Re: Word and Windows 7

... this issue, modify the value of the ForegroundLockTimeout registry entry in Registry Editor. To do this, follow these steps: 1 Click the Start Orb, click Run, type regedit in the Open box, and then click OK. 2 In Registry Editor, locate and then click the following registry subkey: HKEY_CURRENT_USER\Control ...
by Jeff Barnes
Thu Jun 09, 2011 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Word and Windows 7
Replies: 8
Views: 1968

Re: New FTDN March/Marzo 2011 (FWH 11.03)

... botón rápido. Gracias a Ruediger! * Corrección: Error reportado en viewtopic.php?f=3&t=20807&p=111080 Nueva función RefreshRibbonBarBtn( oRb ) que se llamará cada vez que se cambie bWhen. Gracias a Ruediger! * Corrección: Pérdida de memoria en la clase TDialog. * Corrección: La claúsula ...
by Antonio Linares
Tue Mar 29, 2011 6:06 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2011 (FWH 11.03)
Replies: 1
Views: 1751

New FTDN March/Marzo 2011 (FWH 11.03)

... * Fix: bug reported in http://forums.fivetechsupport.com/viewtopic.php?f=3&t=20807&p=111080 New function FUNCTION RefreshRibbonBarBtn( oRb ) to be called everytime when bWhen is changed. Thanks to Ruediger! * Fix: Memory leak in Class TDialog * Fix: Clause 2007 was releasing a bitmap ...
by Antonio Linares
Mon Mar 28, 2011 10:23 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2011 (FWH 11.03)
Replies: 1
Views: 1751

Re: Changing Ribbon on opening a MDI-Child

Antonio, thanks, with :end() is working. But now I've got a paint-problem: At adding and removing the mdi-child I tried a oRb:Refresh() as well as a oRb:Paint() but I always loose the background. After resizing the main window It also seems that the background colors of the main group ...
by gkuhnert
Wed Jul 07, 2010 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing Ribbon on opening a MDI-Child
Replies: 14
Views: 3575
Next

Return to advanced search