Posts: 6
Threads: 4
Joined: Mar 2020
              
Reputation:
              
0
              
              
              
              
            
             
             
              Is it possible that, while using RDK.ItemUserPick() the user can select more than just one item? To create a list of items instead of just one item, for when a program needs to repeated several times for different items?
             
             
            
            
           
           
           
            
             
             
             
             
             
              Posts: 2,252
Threads: 1
Joined: Apr 2018
              
Reputation:
              
120
              
              
              
              
            
             
             
              Hi Vincent,
              
This is currently not possible. On the other hand, you can then retrieve all selected items using RDK.Selection().
              
To properly select items and then trigger your Python program you could set it up as an available script (so you can trigger it when you run工具涉及脚本). To do so, simply place your Python file in this folder:
C:/RoboDK/Library/Scripts/
              
You could also accomplish this using a custom toolbar (an app or a plugin).
              
Albert