Search found 147 matches: rbbtn

Return to advanced search

refresh a ribbonbar on line

... ::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 pressed or not ( the fourth button) https://i.postimg.cc/NF6YC7dL/gg.png it must refresh tab1 of the ribbonbar ...
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

Re: Sobre TRbtn y BtnBmp

Not exactly like RBBtn, but these are the possible configurations. Optionally, you can specify the position of the bitmap with oBtn:aBmpRect := { t, l, b, r } https://imagizer.imageshack.com/v2/xq90/924/WnqhRz.png ...
by nageswaragunupudi
Thu Jun 20, 2019 12:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sobre TRbtn y BtnBmp (solucionado)
Replies: 13
Views: 1250

Move to an option of RibbonBar

... menu number 5 on the ribbonbar and showed the user the button that needs to be pressed to change the configuration: it would be nice if the rbbtn that should be pressed until the user presses it can be switched on intermittently IF oBeach:eof() Msginfo("The beach has not been configured ...
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: 347

Re: Ribbonbar on w7 and 10

... If I create a GROUP ADD GROUP oGr1 RIBBON ::oRebar TO OPTION 2 WIDTH 480 PROMPT "Gestione" to have the colors blue for the rbbtn as l2013 I must set oGr1:l2013:=.t. and then run ok for the colors on Windows 2010 https://i.postimg.cc/cHMPf5Wq/aaaa.jpg only ...
by Silvio.Falconi
Thu Apr 04, 2019 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar on w7 and 10
Replies: 4
Views: 999

Re: Ribbonbar on w7 and 10

... 26, , ,,,,,,,,.t.,) ::oRebar:l2016:=.t. ::oRebar:nRoundBox := 0 I see right the color of text of tabs but the grad of the RBBTN must be as when the ribbonbar is l2013 Perhaps there is ar error on TRBBTN class When I use l2016 I see the color of rbbtn like 2007 https://i.postimg.cc/bwQ8VdYj/ribbonbar.jpg
by Silvio.Falconi
Thu Apr 04, 2019 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar on w7 and 10
Replies: 4
Views: 999

Re: Ribbonbar on w7 and 10

... <nStart> ]; [ <l2015: 2015, _2015> ]; [ <l2016: 2016, _2016> ]; but this version there is not on the last package My problem are RbBtn colors I wish have the same colors when we use buttons on buttonbar 2015
by Silvio.Falconi
Wed Apr 03, 2019 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar on w7 and 10
Replies: 4
Views: 999

Re: RBBTN bitmaps

Silvio,

From samples\rbdesign.prg we do:

MENUITEM "Select bitmap..." ACTION ( oButton:LoadBitmaps( cGetFile( "*.bmp" ) ), oButton:Refresh() )
by Antonio Linares
Tue Aug 07, 2018 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RBBTN bitmaps
Replies: 1
Views: 245

RBBTN bitmaps

RBBTN want one bitmap or we can change the bitmap ? sample when I open @ 3, (::oWndMain:nWidth()-20) RBBTN ::oToolButton ; PROMPT "ToolBar" ; SIZE 70,20 ; BITMAP "TOOLBAR_ON" when I close @ 3, (::oWndMain:nWidth()-20) ...
by Silvio.Falconi
Tue Aug 07, 2018 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RBBTN bitmaps
Replies: 1
Views: 245

Re: Sample - collection ( download Rel. 1.1 )

... FWH-sample < changrad.prg > LOCAL oChoose, oBtn1, bChoose bChoose = {| oG | ChangeGrad1( oG, oBtn1 ) } 4. add and adjust : @ 130, 130 RBBTN oBtn1 PROMPT "&Aceptar" OF oWnd1 SIZE 120, 50 FONT oSFont ; ACTION ChooseGradient( oBtn1:aGradiant, bChoose, , {| oChoose | CancelGrad( ...
by ukoenig
Tue Jun 13, 2017 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample - collection ( download Rel. 1.1 )
Replies: 10
Views: 2697

select one button

... the other must be no selected if I press the second button , this second must be selected , the other must be no selected I tried with : @ 10,2 RBBTN oNumber7 BITMAP "NONE" SIZE 70,80 OF oFld:aDialogs[2] PIXEL ; ACTION (oNumber7:lSelected:=TRUE,oNumber1:lSelected:=FALSE,oNumber2:lSelected:=FALSE,; ...
by Silvio.Falconi
Thu May 05, 2016 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: select one button
Replies: 6
Views: 940

Re: rbbtn question

I think Say button is painted always transparently
by nageswaragunupudi
Wed May 04, 2016 5:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: rbbtn question
Replies: 1
Views: 315

rbbtn question

I will change the backgroundcolor from a SAY-Button of this class. I can use bClrText for textcolor with no problems but the color of background i cannot change at runtime!?
by byte-one
Tue May 03, 2016 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rbbtn question
Replies: 1
Views: 315

Re: RBBTN Passing a parameter to popup menu

Thanks for your kind help.
by betoncu
Sat Dec 26, 2015 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RBBTN Passing a parameter to popup menu
Replies: 3
Views: 578

Re: RBBTN Passing a parameter to popup menu

Another way:

In the original sample, please change this line:
Code: Select all  Expand view
          MENU BuildPopup(nNum) ;  
 


as

Code: Select all  Expand view
          MENU { || BuildPopup(nNum) } ;  
 


Note: This works for versions later than 14.10
by nageswaragunupudi
Fri Dec 25, 2015 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RBBTN Passing a parameter to popup menu
Replies: 3
Views: 578

Re: RBBTN Passing a parameter to popup menu

... nNum := 10function Main()local oDlg, oBtn   DEFINE DIALOG oDlg FROM 5, 5 TO 15, 40 TITLE "Testing RBBTN Popup Menu"   @ 1, 3 GET nNum OF oDlg PICTURE '9999'   @ 30, 5 RBBTN oBtn OF oDlg POPUP ;        ...
by Antonio Linares
Fri Dec 25, 2015 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RBBTN Passing a parameter to popup menu
Replies: 3
Views: 578
Next

Return to advanced search