FT View SE V10- VBA Set Object Focus

Tanquen

Member
Join Date
Jul 2014
Location
CA
Posts
163
Is there a way to set a clicked object to have focus.

I'm trying to open a popup next to where I clicked and "Display popup /RP /T" with the "/RP" options works but it’s always one object behind. So it opens the popup next to the last object clicked. I'm sure it’s because I'm using the Display command in VBA so there must be a way to set focus to the object and then run the Display command.

I tried the Set Focus dot field but only certain objects like buttons have it.
 
It seems like there should be a way to get this but I was able to grab the objects X/Y position for the popup and use that vs. the mouse position with the display command.

So:
Display popup /RP /T
became
Display popup /X Object.Left /Y Object.Top /T
 

Similar Topics

I have some code that is working but only if linked to mouse button 1 and I really need it to be a button 2 or right mouse click function. The...
Replies
0
Views
9,540
I'm trying to write to an objects .Value based on a different value for the objects number. So if the object number is 1 then...
Replies
4
Views
3,551
Anyone know how to change the mouse icon to something else using VBA? It looks like it can be done with VBA forms and based on the object the...
Replies
0
Views
2,221
Hey all, First post! I am trying to embed a web browser into my application to enable us to watch live feed of our AXIS IP Camera. The problem is...
Replies
0
Views
925
I have a FT View ME project that we need to make a simple change to and all we have is the .mer file. I tried to restore it with the application...
Replies
1
Views
1,078
Back
Top Bottom