In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

tcursor

Xailer English public forum
Responder
Ron Broere
Mensajes: 44
Registrado: Dom Abr 19, 2009 10:01 am

tcursor

Mensaje por Ron Broere »

Can someone give me an example how to change the shape of the cursor in an
hourglass?
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

tcursor

Mensaje por jfgimenez »

Ron,
> Can someone give me an example how to change the shape of the cursor in an
> hourglass?
Application:lBusy = .T.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Ron Broere
Mensajes: 44
Registrado: Dom Abr 19, 2009 10:01 am

tcursor

Mensaje por Ron Broere »

thank you!
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=4c1caca5@svctag-j7w3v3j....]4c1caca5@svctag-j7w3v3j....[/email]
> Ron,
>
>> Can someone give me an example how to change the shape of the cursor in
>> an hourglass?
>
> Application:lBusy = .T.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
ribarvlada
Mensajes: 4
Registrado: Jue Oct 21, 2010 2:07 pm

tcursor

Mensaje por ribarvlada »

Vlada,
This is OK, but I want change the shape of the cursor in to somthing other: hand, cross, ...
I tried with ::oCursor:cName:=IDC_WAIT (for hourglass) but nothing was happend.
VladaR
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9440
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

tcursor

Mensaje por ignacio »

Vlada,
For those cases you MUST change the cursor of a specific window or control,
which is the responsible to change the cursor when it is on top of itself.
Take a look of oCursor property.
Regards,
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
http://www.xailer.com/forum
http://www.xailer.com/dokuwiki
"Vlada Ribar" escribió en el mensaje de
noticias:4cd5386a$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
Vlada,
This is OK, but I want change the shape of the cursor in to
somthing other: hand, cross, ...
I tried with ::oCursor:cName:=IDC_WAIT (for hourglass) but
nothing was happend.
--
VladaR
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Milan Mehta
Mensajes: 140
Registrado: Dom Dic 27, 2009 9:54 am

tcursor

Mensaje por Milan Mehta »

Is there any way to disappear the cursor in the Form ?
Typically this is required when a process like Saving Transaction is going on, at that time all other Buttons like Save, Cancel, Add, Edit etc. needs to disabled. If we can disappear the cursor for that much time, our purpose gets served.
Milan.
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9440
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

tcursor

Mensaje por ignacio »

Milan Mehta escribió el mié, 13 noviembre 2013 06:27Is there any way to disappear the cursor in the Form ?
Typically this is required when a process like Saving Transaction is going on, at that time all other Buttons like Save, Cancel, Add, Edit etc. needs to disabled. If we can disappear the cursor for that much time, our purpose gets served.
Milan.
You can always create an completely transparent cursor and assign it to the form. BTW, I believe is easier to use:
Application:lBusy := .t.
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Responder