deathday Posted December 27, 2008 Posted December 27, 2008 (edited) i want to read another window which keeps on changing ,i have used controlgettext to get the text but its not returing the text i need ,it gives on peoples name on chat box and i am trying to get all the peoples name from it , but it keeps on changing and shows the first time you enter into the room can anyone tell me how to get the text and then put those text into a listbox .... Edited December 27, 2008 by deathday
Zedna Posted December 27, 2008 Posted December 27, 2008 Use Au3Info tool. What's the ClassNameNN of control? Resources UDF ResourcesEx UDF AutoIt Forum Search
deathday Posted December 29, 2008 Author Posted December 29, 2008 thanks thanks , i used it i mean the au3 info but the trouble i am finding is i can't read the particular text i wnat , i am trying to read all the people who enters into a chtroom , ..i think it will difficult for u if i don;t tell you everything , i can even post the code ...ok here is the thing Fisrt as soon as i enter into the room after some time it say something like this"Currently in the room :jack,john ,claire" ..so on it gives out the names i am try to read the names only then put all the names in a listbox which will update as anyone new enters into the room ..heres the code i am using : controlgettext("retriver","",STATIC) here retriver is the title and static the box which show the room list ,, but i don't get the room lsit like that nothing is replying ... i don't know why can you help me please if you have an example script which reads something like that which keeps on changing it will be a big help .. thanks for replying again if i get atleast one script whcih is simila i can make my software ... thanks zedan
Zedna Posted December 29, 2008 Posted December 29, 2008 In Au3Info tool. you must observe what's the ClassNameNN of control. Look into "Control" tab and then at ClassNameNN and point cursor at your chat window. Resources UDF ResourcesEx UDF AutoIt Forum Search
FireFox Posted January 1, 2009 Posted January 1, 2009 (edited) @deathday Try : ControlGetText('chatbox','','[CLASS:Static; INSTANCE:1]') ControlGetText('chatbox','',1000) Cheers, FireFox. Edited January 1, 2009 by FireFox
deathday Posted January 1, 2009 Author Posted January 1, 2009 i have try that but i need to make a loop to get the room list am i right but the thing is when i make a loop with do and utill it keeps on adding the smae list over and over again , can you tell me how to get the room lsit alone in a listbox and if you don't mind can you tell me how to arrnge the usernames in a single row... Thanks for replying ...
deathday Posted January 6, 2009 Author Posted January 6, 2009 can u tell me where i can get example script , which might help me to do suhc scripts , ?
FireFox Posted January 6, 2009 Posted January 6, 2009 @DeathDay Use helpfile wich have some example script... Cheers, FireFox.
deathday Posted January 7, 2009 Author Posted January 7, 2009 look do u think i havent red the helpfile , it doesnt have the information i need , nothing is there regarding controlgettext and reading another window there is no example like that caz i have red the hellpfile twise it doesnt have what i need no info at all , by the way i have red more than 250 source files as well, still i couldnt found a single one which i can use to get what i want...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now