Dynamic updating of panel?

Is it possible to refresh an enumeration’s options?

When the user selects a drop down I want the options in the second drop down to change?

(In psuedo code):

enum 1[colors shapes]

on changed:
if 0:
enum2 = [red green blue]
else:
enum2 = [square triangle]

No Responses to “Dynamic updating of panel?”

Post a Comment