Static Text Transparente...
Publicado por Richard Vásquez (1 intervención) el 23/09/2005 19:26:44
Saludos Amigos.
Oscar Porfavor Ayudame.....quiero hacer un Static text Transparente y utilizo el siguiente codigo para un control heredado de un Static text Normal....
En el Evento Constructor....
call super::constructor;this.BackColor = 2^29
y en el evento ue_paint heredado del pbm_paint....
if IsValid(this) then
if ib_Painting then return 0
ib_Painting = true
this.visible = false
do while yield() ; loop
this.visible = true
ib_painting=false
end if
return 0
Cuando ejecuto mi aplicacion que tiene 5 st_transparentes el primero transparentes, el resto parpadeando...y cuando minimizo la ventana y la vuelvo acrgar todas estan transparentes...no se que evento deberia ser el adacuado ayudame porfavor...gracias.
Oscar Porfavor Ayudame.....quiero hacer un Static text Transparente y utilizo el siguiente codigo para un control heredado de un Static text Normal....
En el Evento Constructor....
call super::constructor;this.BackColor = 2^29
y en el evento ue_paint heredado del pbm_paint....
if IsValid(this) then
if ib_Painting then return 0
ib_Painting = true
this.visible = false
do while yield() ; loop
this.visible = true
ib_painting=false
end if
return 0
Cuando ejecuto mi aplicacion que tiene 5 st_transparentes el primero transparentes, el resto parpadeando...y cuando minimizo la ventana y la vuelvo acrgar todas estan transparentes...no se que evento deberia ser el adacuado ayudame porfavor...gracias.
Valora esta pregunta


0