Huditsch, Roman (LNG-VIE) wrote: > > Thanks a lot for the files. Since we are yet using v3.3 in our > production environment, > I couldn't use those java sources since in 3.3 there is no class > "ItemSelectorDialog".
ItemSelectorDialog is a single-selection, autocompletion-enabled, generic item selector which would not help you. (In v3.3, it was slightly less generic and it was called StringChooserDialog if my memory serves me well.) > Is it possible to implement such a multi-select in v3.3, too? Sure. I've sent you some source code just to give you an *idea* of what to do. That is, you cannot simply modify the source code I've sent you. You need to implement your own command. This command should display a multiple-selection dialog box of your own.

