Can someone give me an example how to change the shape of the cursor in an
hourglass?
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.
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
-
- Mensajes: 44
- Registrado: Dom Abr 19, 2009 10:01 am
tcursor
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
> 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
-
- Mensajes: 44
- Registrado: Dom Abr 19, 2009 10:01 am
tcursor
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
"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
-
- Mensajes: 4
- Registrado: Jue Oct 21, 2010 2:07 pm
tcursor
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.
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
- Site Admin
- Mensajes: 9440
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
tcursor
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
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
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
-
- Mensajes: 140
- Registrado: Dom Dic 27, 2009 9:54 am
tcursor
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.
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.
- ignacio
- Site Admin
- Mensajes: 9440
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
tcursor
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,
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
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com