PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Custom cursors in WebDev v.22
Custom cursors in WebDev v.22
Débuté par Michael Ruggiero, 23 avr. 2018 06:31 - 4 réponses
Posté le 23 avril 2018 - 06:31
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
Posté le 26 avril 2018 - 22:48
You mean this

PagePosition (page, control)
Posté le 27 avril 2018 - 06:18
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
Posté le 27 avril 2018 - 16:33
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
Posté le 28 avril 2018 - 05:11
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