| View previous topic :: View next topic |
| Author |
Message |
TheIrishThug
Joined: 19 Mar 2006 Posts: 419
|
Posted: Sun Nov 22, 2009 10:33 pm Post subject: ControlGet, List returning blank lines |
|
|
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 |
|
 |
Guest
|
Posted: Sun Nov 22, 2009 11:06 pm Post subject: |
|
|
| 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
|
Posted: Mon Nov 23, 2009 1:05 am Post subject: |
|
|
| 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 |
|
 |
TheIrishThug
Joined: 19 Mar 2006 Posts: 419
|
Posted: Mon Nov 23, 2009 3:40 am Post subject: |
|
|
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:
It just isn't showing the text where it should be anymore. |
|
| Back to top |
|
 |
sinkfaze
Joined: 18 Mar 2008 Posts: 5043 Location: the tunnel(?=light)
|
Posted: Mon Nov 23, 2009 4:41 am Post subject: |
|
|
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 |
|
 |
TheIrishThug
Joined: 19 Mar 2006 Posts: 419
|
Posted: Mon Nov 23, 2009 6:51 pm Post subject: |
|
|
| 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 |
|
 |
|