Jump to content

divya

Members
  • Posts

    11
  • Joined

  • Last visited

About divya

  • Birthday 12/07/1991

Profile Information

  • Location
    India
  • Interests
    Arts and Crafts

Recent Profile Visitors

344 profile views

divya's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hello all, I am trying to automate an application using autoit. I am using java to write the program including autoitxjava.jar (which includes all the functions of autoit) , When i try to use user defined functions of autoit (like _GUICtrlmenu_GetMenu and so on) in programming. It throws an error saying "the method _GUICtrlmenu_GetMenu is undefined for the type AutoItX". Doesn,t autoitX contains these functions ? Is there any dll or library file which i should include in my program, to use these user defined functons..? Please help me. Thank you. divya
  2. Thank you for your reply. well, i m using eclipse to integrate sikuli and autoit. Now, the problem is that how to use/initialise autoit variables in java.
  3. Hi all, I am using autoit in java programming. Could anyone please help me in using the autoit commands in java programming. It would be great, if anyone could give me a sample java program like how to get the handles of a window using autoit and how to print the same in the console. Thank you in advance, Divya
  4. Hello All, I am trying to automate some applications (eclipse based rcp) using autoit. When i am trying to take the information from the window using Autoit window info tool, It was not giving me any windows or control information. So, thought of using sikuli (image based automation tool) with autoit. I dont know how to integrate these two. Does anyone tried this before, if yes please help me in doing the same. Thank you, Divya.
  5. Hello all, please tell me how to select an item in context menu. Could anyone please give me a particular code to select an item(say for example refresh) from the context menu on the desktop. Also, i read about some functions like GetContextMenuCount,GetContextMenuState,GetContextMenuText. How can i use these functions.. Thank you.
  6. Hello all, I need help in reading a file till a special character exists, and then reading the file from that character and storing the text in a variable. Could any one please help me with this. Thanks in advance. Divya
  7. Hello All, I am trying to automate a SWT window, When i am doing this file -->new --> item, a new Item window will be popped up which has buttons like next, finish, back etc.Using autoit window info tool,I am not getting the controls information of that window.the same is attached . How can i, now tel the cursor to go to particular button and press it without having any controls information. The entire window shows the same thing. Please go through the attachment and suggest me a suitable answer. Thank you, Divya
  8. Hi all, In a tree view, i am sending cursor to move down two steps (send("{DOWN 2}")) .How can i know whether it points to the exact item or not. Can we retrieve the text where the cursor currently pointing to. I used Control get text, and control command(get selected).. But it was not working fine. Actually in a context menu, i am sending the above comman and there in context menu, i can get only the class name as #32768 in basic window info and not the control info.. So, may be i cant use Control get text or control command(get selected) as these functions need control information. Could anyone please let me know if there is any other function. Thank you.
  9. Hi, I am new to autoit. I just want to know whether autoit is a perfect automation tool for automating java SWT Eclipse RCP based Windows. Thank you.
  10. Hello all, I am using win wait active function( which takes the title of the window as input )to pause the script until a particular window with the given title pops up.My script was not waiting till the window was fully loaded, instead its just recognising the title and executing the script. I used sleep function, but it doesn't seems to be generic as the duration varies for diferent machines. Is there any function which waits till the window is fully loaded. Please do share, if you have any idea. Thank you
  11. Hello All, I am new to autoit. I need help in automating Teamcenter application(PLM Tool) using autoit. Teamcenter is devoloped using java SWT. When scripting to automate some tasks in teamcenter, I am using autoit window info for getting information about a particular window. But not able to see the exact info which is needed for scripting. I am only getting the basic window information and not the controls info. So, how can i tell the control to go to the particular item and click on the same.. I also read that WinMenuSelectItem works good only for standard windows and applications. But, there are customised windows and how could we use the same function to get the item in a menu. I'll be very thankful if anyone share their ideas. Thank you.
×
×
  • Create New...