Jump to content

Infragisitc Grids


Recommended Posts

I was wondering if AutoIT supports Infragistic Grids. When I did the record to see how it handled it. It did the following code.

MouseMove(217,179)

MouseDown("left")

MouseMove(216,179)

MouseUp("left")

Sleep(1000)

MouseMove(292,190)

MouseDown("left")

MouseUp("left")

Sleep(1000)

Wondering if anybody has been able to figure out how to access the information on a cell (row,column) level.

Link to comment
Share on other sites

I was wondering if AutoIT supports Infragistic Grids. When I did the record to see how it handled it. It did the following code.

MouseMove(217,179)

MouseDown("left")

MouseMove(216,179)

MouseUp("left")

Sleep(1000)

MouseMove(292,190)

MouseDown("left")

MouseUp("left")

Sleep(1000)

Wondering if anybody has been able to figure out how to access the information on a cell (row,column) level.

:)

Supercali-infragistics-expialidocious... even though the sound of it is something quite atrocious...

:(

Sorry, couldn't help myself... :">

had to google up a site on Infragistics Web Grid to figure out what you were talking about (to the limited extent that I now have). Anyway, in my way-unqualified opinion, you won't find anything native to AutoIT that supports that.

However, AutoIT can use COM objects and DLLs. People much smarter that me (especialy DaleHohm of the itchy Gorilla suit) have thereby written UDFs in AutoIT that access the Microsoft Internet Explorer APIs. I'll bet with tweaking you can get your Grid stuff scripted in AutoIT by way of the IE.au3 UDF.

:D

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...