Página 1 de 1

tcursor

Publicado: Vie Jun 18, 2010 9:37 pm
por Ron Broere
Can someone give me an example how to change the shape of the cursor in an
hourglass?

tcursor

Publicado: Sab Jun 19, 2010 1:40 pm
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

tcursor

Publicado: Sab Jun 19, 2010 9:54 pm
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

tcursor

Publicado: Jue Nov 04, 2010 12:28 pm
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.

tcursor

Publicado: Lun Nov 08, 2010 10:42 am
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

tcursor

Publicado: Mié Nov 13, 2013 6:27 am
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.

tcursor

Publicado: Mié Nov 13, 2013 1:04 pm
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,