Search found 1176 matches: gradient

Return to advanced search

Re: TITLE CLASS BUG with oDLg TRansparent

... SIZE 1025, 65 NOBORDER ; oTitle:aGrdBack := { { 1, Rgb(250,250,245),rgb(210,210,205) } } oTitle:nShadow := 0 ACTIVATE DIALOG the Title control gradient is not visible and take the color of the dialog Dear Silvio This is not a bug. This is the expected behavior. When a dialog is defined to be ...
by Silvio.Falconi
Mon Mar 18, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1637

Re: TITLE CLASS BUG with oDLg TRansparent

... SIZE 1025, 65 NOBORDER ; oTitle:aGrdBack := { { 1, Rgb(250,250,245),rgb(210,210,205) } } oTitle:nShadow := 0 ACTIVATE DIALOG the Title control gradient is not visible and take the color of the dialog Dear Silvio This is not a bug. This is the expected behavior. When a dialog is defined to be ...
by nageswaragunupudi
Mon Mar 18, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1637

TITLE CLASS BUG with oDLg TRansparent - RESOLVED-

... SIZE 1025, 65 NOBORDER ; oTitle:aGrdBack := { { 1, Rgb(250,250,245),rgb(210,210,205) } } oTitle:nShadow := 0 ACTIVATE DIALOG the Title control gradient is not visible and take the color of the dialog
by Silvio.Falconi
Fri Mar 15, 2024 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1637

Re: xbrowse No existe el metodo: LREADONLY

Karina. REDEFINE BTNBMP oBtn[3] ID 302 OF oDlg; 2007; CENTER; NOROUND; PROMPT "Salir"; GRADIENT BtnGradRed() oBtn[3]:bAction = <|| lExit := .T. oDlg:End() SysRefresh() hb_gcAll(.T.) Return Nil > Albeiroval, intenta asi por favor: #Define aPubGrad {| ...
by karinha
Sat Mar 02, 2024 1:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 457

Re: xbrowse No existe el metodo: LREADONLY

Karina. REDEFINE BTNBMP oBtn[3] ID 302 OF oDlg; 2007; CENTER; NOROUND; PROMPT "Salir"; GRADIENT BtnGradRed() oBtn[3]:bAction = <|| lExit := .T. oDlg:End() SysRefresh() hb_gcAll(.T.) Return Nil >
by albeiroval
Sat Mar 02, 2024 4:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 457

Re: Problem with alignment in SAY command

It is not matter of sensitivity. You added things (like gradient) that has nothing to do with the problem it solves. If you want to show your personal samples you are very welcome. But please, leave samples of others unchanged. Calm down Enrico. When ...
by karinha
Fri Mar 01, 2024 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 819

Re: Problem with alignment in SAY command

It is not matter of sensitivity. You added things (like gradient) that has nothing to do with the problem it solves. If you want to show your personal samples you are very welcome. But please, leave samples of others unchanged.
by Enrico Maria Giordano
Fri Mar 01, 2024 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 819

FWH Gradiens .. seem slower FWH 2310 - RAO

...   Can you look at the differences in the code between the Light and Dark functions and make some recommendations to speed up my ( darkgreyGrad() ) gradient function ?? Thanks Rick Lipkin
by Rick Lipkin
Sat Feb 24, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Gradiens .. seem slower FWH 2310 - RAO
Replies: 2
Views: 174

Re: Create a Panel width a text

If you call the function MLCount() you know before how many lines your memo has. DEFINE BRUSH oBrushshadow GRADIENT aGrad //shadow DEFINE BRUSH oBrushtext GRADIENT aGradtext //text nTotRows:= MLCount(Alltrim(cmessage),250) oPanel1 is a ttaskpanel //the shadow oItem1:=Tpanel():New( ...
by Silvio.Falconi
Thu Jan 04, 2024 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3167

Re: xBrowser click

// .T. TRUE, divide o GRADIENT ao meio, gostei. hahaha.
Code: Select all  Expand view

   aGrad := ( { { 0.5, CLR_WHITE, CLR_BLACK }, { 0.5 , CLR_WHITE, CLR_BLACK }, .T. } )
 


Regrads, saludos.
by karinha
Wed Oct 11, 2023 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 926

Re: xBrowser click

... e na parte negra, aparece o fundo negro, independente da cor colocada para o fundo. Att., Junior Faça um TESTE, retire o SetDlgGradient e use o GRADIENT aGrad direto no DEFINE DIALOG... Diga o que ocorre. Obg. abs. Regards, saludos.
by karinha
Wed Oct 11, 2023 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 926

Re: SetDlgGradient

Here is the button gradient REDEFINE BTNBMP oBtn2 ID 251 of oGrps   ;    // cancel            RESOURCE "CANCEL" ;            PROMPT "&Cancel" LEFT 2007;            ACTION( loK := .F.,  oGrps:END() ...
by Rick Lipkin
Fri Sep 29, 2023 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient
Replies: 10
Views: 794

Re: SetDlgGradient

Try like this:
Code: Select all  Expand view
SetDlgGradient( { { 0.6, CLR_BLUE, CLR_WHITE }, { 0.4, CLR_WHITE, CLR_BLUE }, .F. } )

If the last element of the gradient array is .F., instead of an array, the gradient is horizontal.
by nageswaragunupudi
Thu Sep 28, 2023 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient
Replies: 10
Views: 794

SetDlgGradient

Hey guys,

I would like to know if the gradient generated by the setdlggrandient function can be horizontal?

regards
by oliveiros junior
Thu Sep 28, 2023 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient
Replies: 10
Views: 794

Re: Pintado del header y fotter del RecSel de txbrowse - consist

You want the recsel header and footer be painted with the same gradient as columns' header and footer, As of now, this is not possible. Good suggestion and we will provide it soon. Again right now, it is possible have the recsel header and footer painted ...
by nageswaragunupudi
Fri Aug 04, 2023 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pintado del header y fotter del RecSel de txbrowse - consist
Replies: 2
Views: 202
Next

Return to advanced search