Jump to content

YogeshDikshit

Members
  • Posts

    14
  • Joined

  • Last visited

YogeshDikshit's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Is there any function that can be used to access the drop-down menu using script? I have a application which has a drop-down menu at the bottom as well as top toolbars; and I wish to access them NOT by using mouse events, instead using scripting...So any idea about this? BR, Yogesh
  2. Can we get the no. of windows (child mdi windows) along with their names(title / text) that are opened within a application? Thanks, Yogesh
  3. Pls help me in using WinGetText() function. The desired window <<Control>> info using A3 Window info tool is as follows: <<Control>> Property Value Class classMyWinMdiChildFram Instance 1 ID 65281 Can we use any of these info... I use WinGetText("[active]") for the desired window being active. But actually it shows the text info for all opened windows in my application Thanks & BR, Yogesh
  4. Thank you guys... Thanks a lot for your guidance
  5. Thank you Sir. Thank you very much.....Now I am facing the problem to identify the selected item from the list. The selection is made through mouse or keyboard; is there any function to get the selected / focused item from the list...?
  6. Thanks for your reply. Using Autoit Window Info following info is displayed.... So can we use any of these info (without using coords OR Mouse Move/Click events OR Send() function)? because I don't want the script to be hardcoded <<Window>> Property Value Title MyWindow Class classMyWinMainFrame Position 612, 1 Size 626, 650 Style 0x14CF0000 ExStyle 0x00000100 Handle 0x000307EE <<Control>> Property Value Class SysListView32 Instance 1 ClassnameNN SysListView321 Name Advanced Mode [CLASS:SysListView32; INSTANCE:1] ID 1001 Text List1 Position 12, 60 Size 411, 304 ControlClick Coords 71, 80 Style 0x5601018D ExStyle 0x00000325 Handle 0x0002085C BR, Yogesh
  7. HI! Can anybody pls help me - how to get the selected value from a read-only grid control? The grid control has X(rows) and Y(columns) which can vary if needed. Does Autoit have any function to do this? Thanks, Yogesh
  8. Also note that we have a grid of format x*y; where x (rows) and y (columns) could be varying. So can we get the selected value from this grid?
  9. Hi, I searched for the solution to above problem - (getting grid content or values) on the internet and found the below link which says there is a limitation with Autoit for grids. My link Please help me with this in a right direction..
  10. Its a grid control; and it shows a list of user names. when we select a user name from this list in application - how to get the selected item through AutoIt....?
  11. we have a read-only grid control in our application and we wish to get the content from this grid and compare it with other window titles. Could anybody please help me in this? Thanks in Advance, Yogesh
  12. Thanks for your quick response; in our application we show Report/other pages (mostly read-only pages) which are retrieved through web; now the problem is - 1. we don't show the loading progress bar 2. also there is no such thing or button that goes from disabled to enabled state or likewise 3. the page just loads its contents and show to the user...all buttons/text remain unchanged. As it is a read-only application there is no data manipulation required by the user.....
  13. For eg: if a browser page is loading, it shows the loading progress bar while retrieving the page contents. But in our application there's no data retrieving progress bar for loading a web page or something like that; so how to get the status of this window using AutoIt?
×
×
  • Create New...