DCGROUP have problem with transparency in the button

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
digitsoft
Posts: 461
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

DCGROUP have problem with transparency in the button

#1 Post 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 }

Attachments
eXpres.JPG
eXpres.JPG (55.58 KiB) Viewed 5989 times
Nolberto Paulino
Regards

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DCGROUP have problem with transparency in the button

#2 Post by rdonnay »

I have talked to Alaska about this problem and they say that there is no easy solution.
The eXpress train is coming - and it has more cars.

User avatar
digitsoft
Posts: 461
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: DCGROUP have problem with transparency in the button

#3 Post by digitsoft »

Thanks Roger for your help
Nolberto Paulino
Regards

Post Reply