Hi,
After installing yesterday's nightly (4.0) this method throws an error on the 'this' reference which seems wrong since the compareValues function is a static function.
There's a change in the area dealing with arrays which is not in the previous version. Could you have a look at this please? I managed to get it working by replacing the this reference with 'isc.DynamicForm.compareValues' instead of 'this.compareValues'.
Also, for some reason that build is giving me 08-10 and not 10-10 as part of the build number?
thanks
After installing yesterday's nightly (4.0) this method throws an error on the 'this' reference which seems wrong since the compareValues function is a static function.
There's a change in the area dealing with arrays which is not in the previous version. Could you have a look at this please? I managed to get it working by replacing the this reference with 'isc.DynamicForm.compareValues' instead of 'this.compareValues'.
Also, for some reason that build is giving me 08-10 and not 10-10 as part of the build number?
thanks
Comment