Button Cursor "Finger.cur"
Posted: Wed Feb 24, 2010 8:27 pm
Hello Friends
Would like information on Cursor
in the example exits Hand Finger Cursor
entire surface of Windows but when you want
you press the Cursor button becomes' tip
Arrow 'as default forever.
My question is this, I want it to be
on the contrary, I want the cursor on Windows
arrowhead and when Move the cursor
over the button I want to become Finger
Hand
Botton Properties do not accept the order of
cursor 'Finger'
Hoping if possible solution, Greetings
*--------------------------------------*
Hola Amigos
Desearia información sobre Cursor
en el ejemplo el Cursor Finger ' Mano' sale por
toda la superficie del Windows , pero cuando se
quiere pulsar le Botón , el Cursor se convierte ,
en ' Punta de Flecha' como siempre por defecto.
Mi Pregunta es la siguiente, yo quiero que sea
al reves , quiero que sobre Windows el cursor
de 'Punta de Flecha' y cuando se Ponga el cursor
encima del Boton quiero que se convierta en Finger
'Mano'
Las Propiedades del Botton no me acepta la orden de
cursor Finger ' Mano'
Esperando si es posible solución , Saludos
Mustafa
*--------------------------------------------*
#include "hmg.ch"
Function Main
DEFINE WINDOW Win_1 ;
AT 0,0 ;
WIDTH 200 ;
HEIGHT 200 ;
TITLE 'Hello HMG ' ;
MAIN
@ 055,070 Button Button_1 Of Win_1 ;
Picture ' ' ;
Action Win_1.Release ;
Width 38 ;
Height 38 ;
Flat ;
ToolTip "Exit"
* Win_1.Button_1.Cursor := "Finger.cur" (Not accept this order)
END WINDOW
Win_1.Cursor := "Finger.cur"
CENTER WINDOW Win_1
ACTIVATE WINDOW Win_1
RETURN
*---------------------------------------------*
Would like information on Cursor
in the example exits Hand Finger Cursor
entire surface of Windows but when you want
you press the Cursor button becomes' tip
Arrow 'as default forever.
My question is this, I want it to be
on the contrary, I want the cursor on Windows
arrowhead and when Move the cursor
over the button I want to become Finger
Hand
Botton Properties do not accept the order of
cursor 'Finger'
Hoping if possible solution, Greetings
*--------------------------------------*
Hola Amigos
Desearia información sobre Cursor
en el ejemplo el Cursor Finger ' Mano' sale por
toda la superficie del Windows , pero cuando se
quiere pulsar le Botón , el Cursor se convierte ,
en ' Punta de Flecha' como siempre por defecto.
Mi Pregunta es la siguiente, yo quiero que sea
al reves , quiero que sobre Windows el cursor
de 'Punta de Flecha' y cuando se Ponga el cursor
encima del Boton quiero que se convierta en Finger
'Mano'
Las Propiedades del Botton no me acepta la orden de
cursor Finger ' Mano'
Esperando si es posible solución , Saludos
Mustafa

*--------------------------------------------*
#include "hmg.ch"
Function Main
DEFINE WINDOW Win_1 ;
AT 0,0 ;
WIDTH 200 ;
HEIGHT 200 ;
TITLE 'Hello HMG ' ;
MAIN
@ 055,070 Button Button_1 Of Win_1 ;
Picture ' ' ;
Action Win_1.Release ;
Width 38 ;
Height 38 ;
Flat ;
ToolTip "Exit"
* Win_1.Button_1.Cursor := "Finger.cur" (Not accept this order)
END WINDOW
Win_1.Cursor := "Finger.cur"
CENTER WINDOW Win_1
ACTIVATE WINDOW Win_1
RETURN
*---------------------------------------------*