Dienstag, 24. Dezember 2013

IE11 is supported

.NET API and generated Javascript are compatible to Internet Explorer 11 too.

Covariance and Contravariance .NET feature has been implemented

Thanks quality assurance project on codeplex (JScriptSuite.QA) Problem in support of covariance and contravariance feature has been detected. This problem has been fixed in the current version.

Sonntag, 22. September 2013

Controls support now databinding

New Interfaces have bin provided to support databinding.
  • IObservable - provides item notification
  • IObservableList<> - provides collection notification
  • IObservableHierarchyList - provides hierarchy collection notification
TreeView, Grid, TabStrip Controls consume data from IObservableList<> / IObservableHierarchyList / IObservable now.

Samstag, 11. Mai 2013

DropDown - Controls have been implemented

DropDown can be combined with any "inline" control (JDatePicker, NumericTextBox) and any "popup" control (Calendar, TreeView, Grid)

DropDown samples

Sonntag, 31. März 2013

Wrapping concept implemented

Thanks quality assurance project on codeplex (JScriptSuite.QA) incompabity between source .NET and generated Javascript code has been detected. A wrapping concept has been implemented in .NET to javascript compiler and generation of remoting proxies has been re-designed.

Sonntag, 27. Januar 2013

JDatePicker control has been implemented

JDatePicker supports entering of date and time components, error visualisation, popup calendar
JDatePicker in .NET and Javascript

Sonntag, 6. Januar 2013

Calendar control has been implemented

Calendar control support mouse and keyboard navigation, different cultures, custom images to mark events on special dates.
Calendar control in .NET and javascript