PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → how to change the color when mouse over on the button
how to change the color when mouse over on the button
Iniciado por Veer, ago., 13 2018 10:21 AM - 5 respostas
Membro registado
13 mensagems
Popularité : +1 (1 vote)
Publicado em agosto, 13 2018 - 10:21 AM
I need to change the color of the button when mouse over
Membro registado
13 mensagems
Popularité : +1 (1 vote)
Publicado em agosto, 13 2018 - 10:28 AM
how to use customize color
Publicado em agosto, 13 2018 - 1:33 PM
Hi

it's all in the style tab. But it depends if your button is an image or
not. If it is an image, you can use a 5 states image (one state is
hover), if not, you can choose the background color for the hover state.

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Free Video Courses, free WXShowroom.com, open source WXReplication, open
source WXEDM.

More information on http://www.fabriceharari.com


On 8/13/2018 2:28 AM, Veer wrote:
> how to use customize color
Membro registado
13 mensagems
Popularité : +1 (1 vote)
Publicado em agosto, 22 2018 - 5:12 PM
thanks
Membro registado
13 mensagems
Popularité : +1 (1 vote)
Publicado em agosto, 22 2018 - 5:13 PM
how to convert string to number
i need to convert "1" to 1
Publicado em agosto, 22 2018 - 5:53 PM
Hi

first, you should create a new topic for a new question
Second, use val("1")

best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Free Video Courses, free WXShowroom.com, open source WXReplication, open
source WXEDM.

More information on http://www.fabriceharari.com


On 8/22/2018 9:13 AM, Veer wrote:
how to convert string to number
i need to convert "1" to  1