Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
First automated click
Message
De
28/01/2008 12:15:20
 
 
À
28/01/2008 11:19:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Divers
Thread ID:
01286118
Message ID:
01286213
Vues:
16
>>Why not yourobject.click() or yourobject.mousedown()?
>>
>
>this one was my first try.. but, wasn't working properly.. Because, I need some optical ilusion. by that click.. changing a border (raise and suken) of this object.. and changing others little stuffs (that work as a kind of signal for the end-user)..
>
>Well.. Now, making some changes on the strategy on how those stuffs was connecting.. I could implement your idea.. Just with some fix on how everthing was linked..
>
>Status: working pretty well as projected
>
>Thanks Tore (and Craig)

I'm glad you got the end result you wanted.

>>>Hi..
>>>
>>>On the activate of a page into pageframe I'd like to use "mouse click" to click straight to some object..
>>>
>>>On its init method I'm getting the coordinates by:
>>>
>>>
>>>procedure init
>>>loObj                   = evaluate( "this." + lcName )
>>>this.nTopclk            = Objtoclient(loObj,1)  + 2
>>>this.nLeftclk           = Objtoclient(loObj,2)  + 2
>>>
>>>
>>>and, on the activation of a page I'm trying to shoot.. But, the number that I'm getting is not returning the proper x,y coordenates position.. I'm loosing the target by far..
>>>
>>>
>>>Mouse Click At (This.Mes1.ntopclk),(This.Mes1.nleftclk) Pixels Window (thisform.Name)
>>>
>>>
>>>please, could someone point me here what I'm missing?
>>>
>>>TIA
>>>
>>>Claudio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform