Page 1 of 1

DCGROUP have problem with transparency in the button

Posted: Tue Apr 09, 2013 3:52 pm
by digitsoft
Hi Roger
The DCGROUP have problem with transparency in the button

Paulino Nolberto
Regards

Code: Select all

     @ 05.9,00.00 DCGROUP oMyGroup1 CAPTION " Enviada " SIZE 16.0,19.4 COLOR GRA_CLR_BLACK,XBPSYSCLR_TRANSPARENT
**   @ 00.7,00.50 DCPUSHBUTTON CAPTION "Recibir Solicitud"  SIZE 14.4,1.0   ACTION {|| ProcesarLaboratorio(aApp, GetList, {"ENVIADA","RECIBIDA"},{"02","03"},{oBrowse1,oBrowse2}) }   CONFIG aConfigXp( ,,0,,,"08.Arial Bold" )   TOOLTIP "Enviar a Laboratorio" PARENT @oMyGroup1  WHEN {|| cItens1 > 0 }

     @ 00.7,00.50 DCPUSHBUTTON CAPTION "RS"    SIZE 06.7,1.0   ACTION {|| ProcesarLaboratorio(aApp, GetList, {"ENVIADA","RECIBIDA"},{"02","03"},{oBrowse1,oBrowse2}        ) }   CONFIG aConfigXp( ,,0,,,"08.Arial Bold" )   TOOLTIP "Enviar a Para Asignar Patologo"   PARENT @oMyGroup1  WHEN {|| cItens1 > 0 }
     @ 00.7,00.00 DCPUSHBUTTON CAPTION "ESP"   SIZE 06.7,1.0   ACTION {|| ProcesarLaboratorio(aApp, GetList, {"RECIBIDA","ENVIADA"},{"03","02"},{oBrowse2,oBrowse1}        ) }   CONFIG aConfigXp( ,,0,,,"08.Arial Bold" )   TOOLTIP "Enviar a Para Asignar Patologo"   PARENT @oMyGroup1  WHEN {|| cItens1 > 0 }


Re: DCGROUP have problem with transparency in the button

Posted: Tue Apr 09, 2013 5:59 pm
by rdonnay
I have talked to Alaska about this problem and they say that there is no easy solution.

Re: DCGROUP have problem with transparency in the button

Posted: Wed Apr 10, 2013 5:02 am
by digitsoft
Thanks Roger for your help