Search found 25 matches: gradiant

Return to advanced search

Re: Black Screen of Death.

No to the Gradiant in the background.
Rick, thanks sounds very reasonable. It does use ADO everywhere.
by byron.hopp
Fri Sep 08, 2017 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Black Screen of Death.
Replies: 15
Views: 2172

say, checkbox, radio in ribbonbar

... HEIGHT 160 TOPMARGIN 55 ACTION IIf(nOption = 3, MsgInfo(),) ADD GROUP oGr5 RIBBON oRBar TO OPTION 2 PROMPT "Editing" WIDTH 275 GRADIANT { { 0.1, RGB( 218, 229, 243 ), RGB( 174, 150, 169 ) }, { 0.97, RGB( 174, 150, 169 ), RGB( 218, 229, 243 ) } } @ 2, 5 SAY "transparenting ...
by marzio
Tue Feb 14, 2017 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: say, checkbox, radio in ribbonbar
Replies: 4
Views: 1096

Re: RibbonBar y gradiant

Gracias Antonio por responder.
by jcaro
Thu May 26, 2016 1:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RibbonBar y gradiant
Replies: 2
Views: 535

Re: RibbonBar y gradiant

El porcentaje del tamaño vertical a tener ese gradiente. Puedes especificar varios gradientes
y que porcentaje ocupa cada uno.

Si especificas el valor 1 es para que toda la altura del control se dibuje con ese único gradiente.
by Antonio Linares
Thu May 26, 2016 5:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RibbonBar y gradiant
Replies: 2
Views: 535

RibbonBar y gradiant

Estoy usando las ribbonbar y existe la clausula gradiant( { 0.1, RGB( 218, 229, 243 ), RGB( 218, 229, 243 ) } ....

Que significa el primer parametro ( 0.1) :?: .

Saludos,
by jcaro
Thu May 26, 2016 2:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RibbonBar y gradiant
Replies: 2
Views: 535

Re: ButtonBar style 2015

Uwe, for and 2015 blue you use a specific color gradiant ? because here I not see the difference http://www.eoeo.it/wp-content/uploads/2016/05/mio.jpg do you see the btnbmp pressed ? I see only a black box but I set a specific color ...
by Silvio.Falconi
Mon May 09, 2016 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar style 2015
Replies: 19
Views: 5586

Re: RIBBONBAR GROUP Resize ?

... ]; [ WIDTH <nWidth> ]; [ ONFOCUSWIDTH <nWidthF> ]; // ???? [ ACTION <uAction> ] ; [ BITMAP <cBitmap> ] ; [ GRADIANT <aGradSel> ]; =>; [ <oGr> := ] <oRBar>:AddGroup( <nWidth>, <nWidthF>, <cCaption>, <nOption>,; ...
by avista
Fri Mar 06, 2015 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RIBBONBAR GROUP Resize ?
Replies: 18
Views: 5456

Gradiant, este código es correcto?

Estimados amigos: Hacia los brush con bitmaps, pero he decidido hacerlo con la clausula Gradiant de FWH, para achicar los archivos de recursos. Por eso solicito saber si este código es correcto (funciona bien), y no consume recursos del sistema. Gracias Local aGrad, ...
by D.Fernandez
Tue Jan 28, 2014 8:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Gradiant, este código es correcto?
Replies: 0
Views: 461

Re: Ribbonbar : how to mark the last used Button ?

... The Logic : ADD GROUP oGroup3A RIBBON oRBar TO OPTION 3 PROMPT "Option 3 / Group 1" WIDTH 260 ; GRADIANT aGGrad[1] oGroup3A:SetFont( oFont1 ) oGroup3A:Refresh() oGroup3A:nHeight := 80 The 1. and 2. Button of 7, defined inside OPTION 3 @ 5, 10 ADD ...
by ukoenig
Mon Oct 01, 2012 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar : how to mark the last used Button ?
Replies: 2
Views: 792

Re: metro style header

For me this is working fine. I deleted all the “gradiant” stuff and changed the painting method to: METHOD Paint() CLASS TRBtn   local aInfo, hBrush, aRect      aInfo := ::DispBegin()     //Set TRANSPARENT     SetBkMode( ::hDC, ...
by Otto
Wed Aug 01, 2012 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: metro style header
Replies: 1
Views: 541

SOLVED: RBTN 2010 look not working

On v12.03 RBTN supports 2010 but NOT on ribbon.ch and trbtn.prg to pass l2010 := .T..
I used GRADIANT { { 1, nRGB( 255, 255, 255 ), nRGB( 221, 221, 221 ) } } but still painting 2007 look (blue)

any i fix?
by fraxzi
Sat Apr 14, 2012 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SOLVED: RBTN 2010 look not working
Replies: 1
Views: 533

To Daniel about Class TTitle

... set on/off depend Height (automaticly) DATA lRound // Round Border DATA lTransparent // Transparent no work with window DATA lVertical // Vertical Gradiant what is the Problem ??? A Transparent TTitle on Main-window. I only noticed a short time a white Title-Area, before the transparent Title is ...
by ukoenig
Sun Feb 26, 2012 12:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Daniel about Class TTitle
Replies: 3
Views: 737

Ribbon - Consulta

... un ARCHIVO.RC es decir desde un recurso. 2.- Con cual versión de FW corre ya que me aparece un error (" me dice que no encuentra la function Gradiant() ") y en los ejemplos que vienen en la versión que yo tengo no aparece esa función . yo uso la version 10.9 de fw y xharbour + bcc582 ...
by juan carlos bellucci
Thu Oct 13, 2011 1:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ribbon - Consulta
Replies: 3
Views: 628

Re: RibbonBar designer - work in progress

Hello Antonio,
if I try to compile a saved source I get:

Error: Unresolved external '_HB_FUN_GRADIANT' referenced from C:\

Best regards,
Otto
by Otto
Wed Jun 22, 2011 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RibbonBar designer - work in progress
Replies: 42
Views: 9087

Re: RibbonBar designer - work in progress

Frances,

There are some required changes in some classes and also in Ribbon.ch that will be distributed with FWH 11.06.

In the meantime please comment out // GRADIANT ...
by Antonio Linares
Tue Jun 14, 2011 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RibbonBar designer - work in progress
Replies: 42
Views: 9087
Next

Return to advanced search