See what´s cooking: Wisej 2.2

In this blog section we like to inform you about topics and technologies that we are evaluating and working on to possibly integrate into Wisej in the future. While this is not intended to be a roadmap, it should still give you a peek behind the scenes and a feeling of what could be included in future Wisej releases.

Wisej 2.2

Wisej 2.2 is soon to be released with many performance and stability enhancements. DataGridViews across the board will see their memory usage decreased by up to 90%. New features offer useful ways to populate data sources, select content, and visualize your data.

Latest Features

IncrementalSelection

The ListBox control features a new property specifying whether a search should be incremental. This means the selection will take place after the delay specified by the IncrementalSelection property.

KeepWatermark

The TagTextBox control will feature a new property, KeepWatermark. When set to true, the TagTextBox keeps its watermark even if it contains tags. When set to false, the watermark disappears when tags are in the input.

keepwatermark
Figure 1: A TagTextBox with KeepWatermark set to true.

LazyLoading

Wisej controls are getting more efficient! As of Wisej 2.2, several controls will feature a new property, LazyLoading, which sends the control’s data source in chunks, only providing what is requested by the client. This is especially useful when working with large datasets.

Affected Controls
ComboBox, ListBox

RightClickSelection

A few controls now feature the RightClickSelection property. This property allows elements under the mouse to be selected with a right click action by the user.

Affected Controls
ListBox, TreeView

ScrollStep

The TabControl’s new ScrollStep property offers fine-tuning for scrolling. The ScrollStep property lets the developer specify how many pixels the scroll buttons should move.

SelectionDelay

The SelectionDelay property specifies the number of milliseconds the client should wait before sending the result of a selection back to the server.  This property is useful for keyboard navigation of data bound DataGridView rows where the user might be flooding the server with selection changed events.

SelectOnEnter

The SelectOnEnter property adds the ability to have the text of a control highlighted upon focusing. This optional setting helps users with rapid value changes.

Affected Controls
ComboBox, DateTimePicker, TextBox, NumericUpDown.

selectonenter
Figure 2: A ComboBox with SelectOnEnter

Fill / Append

As of Wisej 2.2, the Fill and Append methods will be available to certain controls, allowing the controls to be populated without binding them to a data source. Fill is for initial population or repopulation. Append adds to the end of the existing rows.

Affected Controls
DataGridView

SetSessionTimeout

Developers can now specify how many seconds the application should wait before timing out with SetSessionTimeout in the Application class.

ActiveWindowChanged

The Application class features a new event, ActiveWindowChanged, that fires when the active window of the application changes.

FocusControlChanged

The Application class features a new event, FocusedControlChanged, that fires when the focused control of the application changes.

LoadPath

LoadPath is a new event for the FileDialog. This event fires when the dialog is loading a specific file or folder.

Sneak Peeks

Wisej 2.2

The release of Wisej 2.2 isn’t just limited to the features above. We’re also rolling out our mobile development packages for iOS and Android, giving Wisej developers the tools to build powerful native applications using the Wisej framework. We’ve also been working hard to give you a larger and more inclusive toolset full of familiar widgets. With Wisej 2.2, we’re releasing some of these new toolsets including Telerik’s Kendo UI, DevExpress’ DevExtreme, Syncfusion’s Essential JavaScript, and Infragistic’s Ignite UI library.

mobile

Figure 3: A Wisej mobile application (iOS / Android / Desktop) using the native Statusbar and TabBar.

Wisej 3.0

Looking beyond Wisej 2.2, Wisej 3.0 is getting fine-tuned in the IceTeaGroup labs. Wisej 3.0 is powered by .NET Core, allowing us to deploy Wisej on Linux, macOS, and of course Windows. Wisej will be able to run on any OS that supports the dotnet runtime (we even have Wisej deployed to a Raspberry Pi!). Besides more deployment options, Wisej 3.0 will feature application templates like Mobile Pages, Navigation Bar, Desktop Style, and more.

We can’t wait to share these new developments with you guys!

Stay tuned!