Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

RDK.ItmeUserPick() picking multiple items

#1
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?
#2
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 Tools-Run Script). 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
  




Users browsing this thread:
1 Guest(s)