AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ControlGet, List returning blank lines

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
TheIrishThug



Joined: 19 Mar 2006
Posts: 419

PostPosted: Sun Nov 22, 2009 10:33 pm    Post subject: ControlGet, List returning blank lines Reply with quote

I have a script that uses ControlGet, List in order to get the text of the main listview of the application. Everything has been running fine, but they recently did an update that cause the returned list to be just a block of tabs and returns, instead of the text appearing in the listview.

Has anyone heard of this happening before or have any idea of how to work around it? Major functionality of my script will have to be dropped if I can not get the text that appears in the list view.
Back to top
View user's profile Send private message Visit poster's website AIM Address
Guest






PostPosted: Sun Nov 22, 2009 11:06 pm    Post subject: Reply with quote

Are you able to extract the source of the displayed webcontrol (using URLDownloadToFile and/or COM)?
Back to top
i3egohan



Joined: 18 Jul 2006
Posts: 403

PostPosted: Mon Nov 23, 2009 1:05 am    Post subject: Reply with quote

Anonymous wrote:
Are you able to extract the source of the displayed webcontrol (using URLDownloadToFile and/or COM)?


Umm, I dont think hes talking about anything that is webbased. Are you?

Anyway.. Maybe they changed there GUI framework...So this means you would have to get the classnn again.. have you tried this using Autoit window spy? Make sure it hasnt changed.
Back to top
View user's profile Send private message
TheIrishThug



Joined: 19 Mar 2006
Posts: 419

PostPosted: Mon Nov 23, 2009 3:40 am    Post subject: Reply with quote

Yes, the link was just to show you how to get the source if you wanted it. The classnn has not changed. If the returned value was blank or one of the other views' values, it would make sense. But the returned value has the correct number of tabs and what looks like the correct number of new lines. Example of what I'm getting:
Code:
                  
                  
                  


It just isn't showing the text where it should be anymore.
Back to top
View user's profile Send private message Visit poster's website AIM Address
sinkfaze



Joined: 18 Mar 2008
Posts: 5043
Location: the tunnel(?=light)

PostPosted: Mon Nov 23, 2009 4:41 am    Post subject: Reply with quote

Do you think the additional functionality to embed those images in the ListView would affect it? The userlist for a table on the same page can be retrieved just fine.
_________________
Try Quick Search for Autohotkey or see the tutorial for newbies.
Back to top
View user's profile Send private message Send e-mail
TheIrishThug



Joined: 19 Mar 2006
Posts: 419

PostPosted: Mon Nov 23, 2009 6:51 pm    Post subject: Reply with quote

It is possible that that might be the cause. Not knowing how they got them in there also makes it harder to try and find a work around, if it is the cause.
Back to top
View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group