Jump to content

sunriser

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by sunriser

  1. How to capture and get the text information in the pop-up menu from right click on the FUI button.?
  2. I have the similar problem and my applicaiton crash and my solution is make a small script to keep on press the button "continue" of the error window and everything is normal.
  3. I have the similar situation and need to go through listview and is possible someone post some .dll file about the topic. Another issues is how to make the right click on the selected item of the tree view ? controlclick does not work and it send the click to the root of the tree instead of the selected item.
  4. Can you add the .dll file as the attachment or send me? I am interesting too, my email is wuwan@yahoo.com thanks in advance
  5. where I can find AutoItMacroGenerator and Au3Recorder ?
  6. I have the similar problem , but the it has nothing to do with autologon, e.g., create a script with winWait(), and other GUI operation script, and run script locally on remote PC, if the remote PC is on focus, the script will work very well, and if not , the script will mess up. Run the script locally on remotePC does not involve any login issues but it work only when the remote machine window is on focus.
  7. I am trying to generate the right mouse click on the selected item of list view , however, controlclick can work on the root node of the listview and the right mosue pop-up window will work on all the nodes in the listview and how can I generate the click on specified item of listview? thanks in advance waiting on line....
  8. no existing function, I have no way to perform the following operation in the GUI: 1. Generate the right click for the selected item on the list view 2. After right click , a window menu pop-up and Capture the window and read the text content in the window. 3. Operate the menu in the pop-up window from right mouse click on the selected item of the list view. P.S. When I try to use function _GUICtrlListViewGetItemText($listview, 0) to get the text content in the listview, the autoit.exe crash. Some other funcitons have the simular problem and all the subitem related functions crash the autoit.exe Many many thanks Waiting online ......
  9. I try in my application and the function get the correct treeview handle , but the $root = 0 ? then the script can not work, and when I try the attachment sample test scirpt in this post , everything is perfect. THe key problem is the dll function "TreeViewGetRoot" return 0 while I apply the script to my applicaiton, and return the correct number while apply the script to the sample applicaiton. Where it should be update?
  10. I try the right click the mouse , however, we need to move the mouse to on-focus selected item of the treeview first, since we can not get the controlld and itemNo of the treeview, we have no way to get the x,y value of the slected item, so it is useless to move the mouse. The key problem is how to get the on-focus item's information in treeview if we just reach the item by keystroken? How auto-it window info tools detect the current control's information: such as: controlID, parentID, x,y position, etc. ? How to implemement it by auto-it? many many thanks for your help and waiting .....
  11. I will operate an application and open a treeview in the application and then send the right click to the selected item. How can I do it? I use the run() to active the application and use window function+ tab + arrow to move the focus by keyboard to reach the wanted item in the treeview, however, I have no way to create the mouse right click or control right click because I do not know the controlID for the on-fous selected item in the treeview. I try to use MS's spy ++ and window info tools in the auto-it to get the controlID of the applicaiton and put the controlID into the funciton GUIcontrolcommand , however it do not work, May I ask the help about the solution? How can I get the current on-focus control's controilID and its parentID, etc... Many many thanks Waiting online ......
×
×
  • Create New...