PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Custom cursors in WebDev v.22
Custom cursors in WebDev v.22
Iniciado por Michael Ruggiero, 23,abr. 2018 06:31 - 4 respuestas
Publicado el 23,abril 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
Publicado el 26,abril 2018 - 22:48
You mean this

PagePosition (page, control)
Publicado el 27,abril 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
Publicado el 27,abril 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
Publicado el 28,abril 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