Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
List document problem
#1
Function List
Code:
Copy      Help
str a.getwintext(id(200 win("Text Document" "#32770")))
out a

when i try to get the text from the List box (id 200) and try to make it out the text it outputs this---- List1 when that isnt the text in the box
#2
getwintext cannot be used to get list box item text. Use LB_GetItemText or accessible object functions.
#3
Gintaras Wrote:getwintext is not used to get list box item text. Use LB_GetItemText or accessible object functions.
i looked under acc and i couldnt find anything as well
#4
if acc does not work, try
Screen Scrape Text Capture
#5
AllQuestions Wrote:
Gintaras Wrote:getwintext is not used to get list box item text. Use LB_GetItemText or accessible object functions.
i looked under acc and i couldnt find anything as well
can u provide a sample code using LB_GetItemText or mabey an accessible object example with the code i have already given
ty
#6
For LB_GetItemText, use dialog "Controls" (control-specific actions). It is in the floating toolbar.


Forum Jump:


Users browsing this thread: 1 Guest(s)