Yoko

All sides of Injection
It is currently 2026-03-10 16:29:54

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Find Type
PostPosted: 2004-07-22 08:01:45 
Offline

Joined: 2004-07-06 07:03:29
Posts: 22
Hail.

How i can

1 - After the ,FindType used, print the Name, X Pos, Y Pos of object find.
2 - Appear a dialog with the OK button...
3 - Then i hit OK, print the Name, X Pos , Y Pos of NEXT object thar ive found before..

ITs possible ?


Top
   
 Post subject:
PostPosted: 2004-07-22 15:27:52 
Offline
Expert!

Joined: 2004-04-25 11:11:07
Posts: 359
Quote:
1 - After the ,FindType used, print the Name, X Pos, Y Pos of object find.
2 - Appear a dialog with the OK button...
3 - Then i hit OK, print the Name, X Pos , Y Pos of NEXT object thar ive found before..

Code:
#1
uo.findtype("type")
uo.click("finditem")
while uo.getname("finditem") == ""
  wait(100)
wend
uo.print("Found " + uo.getname("finditem") + " , " + str(uo.getx("finditem")) + " , " + str(uo.getx("finditem")))
#2
message("Message with OK button. Scrip here halts, until you push the button")
#3
uo.print("Found " + uo.getname("finditem") + " , " + str(uo.getx("finditem")) + " , " + str(uo.getx("finditem")))

It's simple...or maybe i don't understand, what do you want...I confused by "found before"

_________________
Без труда не выловишь и рыбку из пруда,
А без пруда не выловишь её и с трудом...


Top
   
 Post subject:
PostPosted: 2004-07-24 22:30:53 
Offline

Joined: 2004-07-06 07:03:29
Posts: 22
thx for repply
I dont know how to express it too.... my english sucks =(
Its works very well...

But in 3 stage i mean something like, show a list of objects found and their positions...


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 3 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited