kalikoi
14 years agoOccasional Contributor
Flash Listbox Items
Hi
am automating a web-application developed in flash.
I
have a list-box control..i need to fetch the items available in that
list-box..am able to get the count of the items but not each
item...here's is my code..
set lbbox=desktop.appletpanelContentapp.canvasSidebar.browserContentBrowsercontent.listitemlist
msgbox(lbbox.ListSeparator)----returns ";"
msgbox(lbbox.ItemCount)----returns "35"
but the script fails at the following
msgbox(lbbox.Item(1))
no value returned
when i try to record the same am getting like this
Set list = canvas.browserContentBrowsercontent.listItemlist
Call list.Click(92, 113)
as i cannot use the coordinates as going for "Item" Method..
Earlier help is highly appreciated!!!!
Best,
Kalyan
am automating a web-application developed in flash.
I
have a list-box control..i need to fetch the items available in that
list-box..am able to get the count of the items but not each
item...here's is my code..
set lbbox=desktop.appletpanelContentapp.canvasSidebar.browserContentBrowsercontent.listitemlist
msgbox(lbbox.ListSeparator)----returns ";"
msgbox(lbbox.ItemCount)----returns "35"
but the script fails at the following
msgbox(lbbox.Item(1))
no value returned
when i try to record the same am getting like this
Set list = canvas.browserContentBrowsercontent.listItemlist
Call list.Click(92, 113)
as i cannot use the coordinates as going for "Item" Method..
Earlier help is highly appreciated!!!!
Best,
Kalyan