Combobox does not trigger Event Method

A ComboBox with a Valuelist which is filled dynamic does not trigger the enclosed event-method.

Valuelist: Costum Values
Code to fill: application.setValueListItems(‘enrEntranceExamTestDefinitions’, dataset.getColumnAsArray( 1 ), dataset.getColumnAsArray( 2 ));

The Dataset is right and the Valuelist is filled but onAction, onDataChange etc. does not work. Also the dataprovider is not filled if it is an Form-Variable.

Has anyone else the same problem or something related? Is there a workaround?

I posted this Bug in the support system.

Regards, Stefan

We found out that the problem occures if the datatype is media for the dataprovider variable.

With the datatype text it works.

stefbrt:
We found out that the problem occures if the datatype is media for the dataprovider variable.

With the datatype text it works.

We added a warning marker that media type is incompatible with this field (in 6.0).