Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
First automated click
Message
From
28/01/2008 11:19:34
 
 
To
28/01/2008 10:55:33
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Miscellaneous
Thread ID:
01286118
Message ID:
01286158
Views:
21
This message has been marked as the solution to the initial question of the thread.
>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)

>>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
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform