arguments for ui object in new instance routine?


    Dec 19 2017 | 5:46 pm
    Is there a way to pass arguments to a ui object when it's created? (i.e. [myslider 450])
    It looks like the _new routine for a ui object hijacks the normal use of arc and argv for a dictionary. Are arguments completely ignored, or can they be accessed in the _new routine as well?