PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 25 → Aula 1135 WinDev Dicas 030/... - Mudar a Cor do Campo quando Der Foco
Aula 1135 WinDev Dicas 030/... - Mudar a Cor do Campo quando Der Foco
Débuté par amarildo, 30 avr. 2017 22:20 - Aucune réponse
Membre enregistré
535 messages
Popularité : +14 (14 votes)
Posté le 30 avril 2017 - 22:20
Na Aula de Hoje ,

Vou mostrar como dar foco na cor do campo quando der foco

In today's class,

I'll show you how to focus on the color of the field when focus is given

En la clase de hoy,

Voy a mostrar cómo concentrarse en el color del campo cuando der enfoque


// FOCUS GAIN ( OF EDT_NOME_CAMPO)

// NA ENTRADA DO CAMPO VAI MUDAR A COR
// IN THE ENTRY OF THE FIELD GOES TO CHANGE THE COLOR
// EN EL CAMPO DE ENTRADA cambiará de color

EDT_CDV..BrushColor=DarkGray


// FOCUS LOSS ( OF EDT_NOME_CAMPO)

// NA SAIDA DO CAMPO VAI VOLTAR COR ORIGINAL
// ON FIELD EXIT GO BACK ORIGINAL COLOR
// EL CAMPO APAGA COLOR DE NUEVO ORIGINAL

EDT_CDV..BrushColor=White


http://windevdesenvolvimento.blogspot.com.br/2017/04/aula-1135-windev-dicas-030-mudar-cor-do.html