> Hi Detlef,
--- In [email protected], "dleidinger" <[EMAIL PROTECTED]> wrote:
> But after installing the new version my script crashed with the
> message "control number wrong". It took a while to find out, that
> this new parameter came in between the others. I wonder why you
> didn't put the new optional parameter at the end ?
Sorry, I should have documented that change in great big letters.
New parameter has to go before "number of controls"
because latter is probably quite infrequently used, therefore perhaps
most likely to be omitted.
> I would be interested in a dialog.service returning all the controls
> of a dialog filtered by name or controltype in one string (line-
> separated). Then it would be very easy with a powerpro-for-loop to
> hide/show or activate/deactivate a group of controls.
Sure.
Or (just thinking out loud): yet another handle type: a group
myGroup = dlgHan.make_group("name1", "name2",....)
or
myGroup = dlgHan.make_group("name1 name2...")
That way plugin does the looping.
Whadya think?
> > Anyone want middle-click action for controls?
> Not yet
>
> Best regards Detlef
>