For popuplib.* functions which take a popup name in parameter, support iterable types to trigger the function to all of the popups in that list.
Also, for the functions that return values, return the values in a tuple that has the corresponding return values for each item in the parameter list (such as popuplib.create)
An example:
popup1, popup2 = popuplib.create(('popup1', 'popup2'))
An example:
popup1, popup2 = popuplib.create(('popup1', 'popup2'))




godjonez posted on 2008-02-03 11:38:48