Search found 137 matches: setdlggradient

Return to advanced search

Re: Color texto estático en Folder usando SetDlgGradient

Con la librería modificada que le he enviado a Biel ya se visualizan bien :-) Lo que ocurre es que estabamos a punto de publicar FWH 14.04 y este cambio nos hace revisar todo y asegurarnos de que nada esté mal. Afortunadamente ha sido localizado antes de publicarse la nueva versión. De momento todo ...
by Antonio Linares
Thu May 15, 2014 10:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color texto estático en Folder usando SetDlgGradient
Replies: 9
Views: 1489

Re: Color texto estático en Folder usando SetDlgGradient

Hola: Un apunte a mi me estuvo ocurriendo los mismo hasta que al Static Text le puse el atributo de Group en true. dentro de las propiedades del control, trabajando con el editor de recursos del visual studio 2008. Un saludo José Luis Hola José Luis, en los Static Text usados, alguno de ellos tiene...
by Biel EA6DD
Thu May 15, 2014 7:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color texto estático en Folder usando SetDlgGradient
Replies: 9
Views: 1489

Re: Color texto estático en Folder usando SetDlgGradient

Hola:
Un apunte a mi me estuvo ocurriendo los mismo hasta que al Static Text le puse el atributo de Group en true. dentro de las propiedades del control, trabajando con el editor de recursos del visual studio 2008.
Un saludo
José Luis
by groiss
Wed May 14, 2014 3:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color texto estático en Folder usando SetDlgGradient
Replies: 9
Views: 1489

Re: Color texto estático en Folder usando SetDlgGradient

Biel,

Te envio por email la librería FiveHC.lib modificada para que la pruebes, gracias :-)
by Antonio Linares
Wed May 14, 2014 12:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color texto estático en Folder usando SetDlgGradient
Replies: 9
Views: 1489

Re: Color texto estático en Folder usando SetDlgGradient

Biel,

gracias por el ejemplo. Estamos haciendo pruebas a ver por qué ocurre eso...
by Antonio Linares
Wed May 14, 2014 11:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color texto estático en Folder usando SetDlgGradient
Replies: 9
Views: 1489

Re: Color texto estático en Folder usando SetDlgGradient

... por si quieres probar algún parámetro adicional. #include "FiveWin.ch"FUNCTION Main()   LOCAL oDlg, oFld, aFld,lAdd ,lSave   SetDlgGradient( { { 1, RGB( 199, 216, 237 ), RGB( 237, 242, 248 ) } } )   aFld:={1,4300,121,"Descripción ...
by Biel EA6DD
Wed May 14, 2014 9:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color texto estático en Folder usando SetDlgGradient
Replies: 9
Views: 1489

Re: Color texto estático en Folder usando SetDlgGradient

Code: Select all  Expand view
CONTROL "Empresa", -1, "Static", WS_VISIBLE, 8, 20, 28, 8

Mismo resultado
by Biel EA6DD
Wed May 14, 2014 9:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color texto estático en Folder usando SetDlgGradient
Replies: 9
Views: 1489

Re: Color texto estático en Folder usando SetDlgGradient

Biel,

Prueba a quitar este atributo del RC: WS_EX_TRANSPARENT

Cámbialo por WS_VISIBLE
by Antonio Linares
Wed May 14, 2014 9:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color texto estático en Folder usando SetDlgGradient
Replies: 9
Views: 1489

Color texto estático en Folder usando SetDlgGradient

Hola a todos. He visto en el foro que este tema se ha tratado alguna vez, pero no doy con una solución óptima. Estoy usando la funcion SetDlgGradient para definir el color de fondo de los diálogos, con el resultado deseado, a excepción de los textos extáticos incluidos dentro de foldres. ...
by Biel EA6DD
Wed May 14, 2014 9:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color texto estático en Folder usando SetDlgGradient
Replies: 9
Views: 1489

Re: GRADIENT and SAY on FOLDER Problem

Avista:

Did anyone ever find a solution to this problem? Static text is not displayed properly on a folder when using SetDlgGradient.

I'm using FWH 13.2 and xHarbour.

Thanks,
Randal Ferguson
by Randal
Wed Jan 29, 2014 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GRADIENT and SAY on FOLDER Problem
Replies: 11
Views: 3997

Re: SetDlgGradient and text not transparent

... One"cComp1 := "Company Two"DarkGreyGrad()DEFINE DIALOG oDlg RESOURCE "RICK"       ;       TITLE "Dialog SetDlgGradient Test"      REDEFINE GROUP oGrp1 ID 200 OF oDlg        oGrp1:SetFont( oFontB )        oGrp1:nClrText := nRgb( 7,7,224 ...
by Rick Lipkin
Tue Oct 08, 2013 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient and text not transparent
Replies: 11
Views: 4001

Re: SetDlgGradient and text not transparent

Ok, Rick, please make a little sample that we can compile and run here.

EMG
by Enrico Maria Giordano
Tue Oct 08, 2013 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient and text not transparent
Replies: 11
Views: 4001

Re: SetDlgGradient and text not transparent

Antonio

CONTROL "Active", 124, "Static",, 6, 322, 46, 12 would not compile and LTEXT "Active", 124, 6, 322, 46, 12, SS_NOPREFIX had no effect.

Rick Lipkin
by Rick Lipkin
Tue Oct 08, 2013 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient and text not transparent
Replies: 11
Views: 4001

Re: SetDlgGradient and text not transparent

Another possibility is to replace:

LTEXT "Active", 124, 6, 322, 46, 12, SS_NOPREFIX

with:

CONTROL "Active", 124, "Static",, 6, 322, 46, 12
by Antonio Linares
Tue Oct 08, 2013 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient and text not transparent
Replies: 11
Views: 4001

Re: SetDlgGradient and text not transparent

Rick,

Please remove SS_NOPREFIX also, thanks
by Antonio Linares
Tue Oct 08, 2013 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient and text not transparent
Replies: 11
Views: 4001
PreviousNext

Return to advanced search