PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Custom cursors in WebDev v.22
Custom cursors in WebDev v.22
Started by Michael Ruggiero, Apr., 23 2018 6:31 AM - 4 replies
Posted on April, 23 2018 - 6:31 AM
Hello:

I'm working on WebDev v.22 project, I would like to use a custom cursor when the cursor moves an image control.

I tried following this link;
https://help.windev.com/en-US/…

but it didn't work for me.

Does someone have experience with this? Any luck?

Thanks
Michael
Posted on April, 26 2018 - 10:48 PM
You mean this

PagePosition (page, control)
Posted on April, 27 2018 - 6:18 AM
Hi Michael,

why are you not the option on the control description itself? In the GUI Tab there is an option to change the when you hover over the control.

Screenshot


cheers,
Sascha
Posted on April, 27 2018 - 4:33 PM
Hello:

No, I'm talking about this, as it's pointed in the help link I wrote above;

// Modify the cursor of the cell
CELL_Bckgrd..MouseCursor = "./cursor/earth.ani"
// Modify the cursor of the edit control
EDT_Name..MouseCursor = "http://MyServer/MYPROJECT_WEB/pen_r.cur"

The cursor image is taken from an external (custom) file, in case the ones availables are not desired....
With this option, the cursor can change into any image you want....

Regards;
Michael
Posted on April, 28 2018 - 5:11 AM
Hello Sascha:

I need more options... I need specific images to give the user a hint of what is available in each case... The ones available are not very adequate for what I want.

Thanks
Michael