PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → how to change the color when mouse over on the button
how to change the color when mouse over on the button
Started by Veer, Aug., 13 2018 10:21 AM - 5 replies
Registered member
13 messages
Popularité : +1 (1 vote)
Posted on August, 13 2018 - 10:21 AM
I need to change the color of the button when mouse over
Registered member
13 messages
Popularité : +1 (1 vote)
Posted on August, 13 2018 - 10:28 AM
how to use customize color
Posted on August, 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
Registered member
13 messages
Popularité : +1 (1 vote)
Posted on August, 22 2018 - 5:12 PM
thanks
Registered member
13 messages
Popularité : +1 (1 vote)
Posted on August, 22 2018 - 5:13 PM
how to convert string to number
i need to convert "1" to 1
Posted on August, 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