Combo box is not dynamic compatible

This commit is contained in:
Colin Kuskie 2008-11-24 22:21:27 +00:00
parent eb6100d687
commit c193360f79

View file

@ -105,7 +105,7 @@ A class method that returns a boolean indicating whether this control is compati
=cut
sub isDynamicCompatible {
return 1;
return 0;
}
#-------------------------------------------------------------------