Jump to content
Developer Wiki and Function Reference Links ×

Direct access script


Xaver77

Recommended Posts

Hello everyone, I created a script with which I can select a menu area directly. What I still miss, however, is that I can select a specific pull-down point directly from the script and confirm it immediately. I just don't have the necessary know-how for this function. Here is the script command.

def DoMenuTextByNameExample(): vs.DoMenuTextByName('XG SubscribeMaterialsMenu',0); DoMenuTextByNameExample() The result.

 

Here I would like the script to select and confirm "Abholen" immediately.

 

image.png.79b13b0f9327ecae0f0107804395b95a.png

 

 

Another example.

script command:

 

def DoMenuTextByNameExample(): vs.DoMenuTextByName('XG Python Cuttinglist',0);

DoMenuTextByNameExample()

 

 

The result. Here the script should select "3.FR_Materialliste_Export" and immediately confirm with "OK"

 

image.png.55e0cdb85e7a51092a8e201ed8e3cadd.png

 

 

Can anyone help in this case?

 

 

 

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...