AutoHotkey Community

It is currently May 27th, 2012, 2:41 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: November 22nd, 2009, 11:33 pm 
Offline

Joined: March 19th, 2006, 5:52 am
Posts: 419
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 23rd, 2009, 12:06 am 
Are you able to extract the source of the displayed webcontrol (using URLDownloadToFile and/or COM)?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 23rd, 2009, 2:05 am 
Offline

Joined: July 18th, 2006, 12:18 pm
Posts: 403
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 23rd, 2009, 4:40 am 
Offline

Joined: March 19th, 2006, 5:52 am
Posts: 419
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 23rd, 2009, 5:41 am 
Offline
User avatar

Joined: March 19th, 2008, 12:43 am
Posts: 5480
Location: the tunnel(?=light)
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.

_________________
Image
Try Quick Search for Autohotkey or see the tutorial for newbies.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 23rd, 2009, 7:51 pm 
Offline

Joined: March 19th, 2006, 5:52 am
Posts: 419
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.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Alpha Bravo, Bing [Bot], Google [Bot], rbrtryn and 18 guests


You can post new topics in this forum
You can 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:
Powered by phpBB® Forum Software © phpBB Group