Re: [reSIProcate-users] differentiating multiple dialogs
Am 28.06.2010 17:53, schrieb Klaus Darilion:
Thanks.
One thing that is yet not clear to me is why there is AppDialog and
AppDialogSet. At first guess I would think that there may be several
AppDialog objects related to an AppDialogSet object, but the examples
all have a 1:1 mapping.
Also I found out that the makeRegistration() method does not take an
AppDialog, but an AppDialogSet as parameter, which also lets me think
that a REGISTER creates an DialogSet which maybe relates to several
dialogs. Or am I completely wrong?
Apperently I was wrong as all make... functions take an AppDialogSet, no
AppDialog.
So, what is the idea (difference) of having AppDialog and AppDialogSet?
thanks
Klaus