Table-Bean and DialogPro just married

Today we released new versions of our popular Table-Bean and the DialogPro-Plugin. With the update it is possible to create a Table using the Table-Bean and show that in a DialogPro dialog. This can be done without the need to place a Table-Bean in a form.

With the new version you can create a Table by calling

var vDatasetGrid = plugins.drmaison.createDatasetGrid() or
var vFoundsetGrid = plugins.drmaison.createFoundsetGrid()

The result of both methods can be used just like the bean. Instead of elements.dataset.bgcolor = ‘#efefef’ you then call vDatasetGrid.bgcolor = ‘#efefef’. To use the table in DialogPro, you simply call vDialog.addComponent(vDatasetGrid).

Also new to the Table-Bean are cell formatting methods:
setCellBgColor()
setCellFgColor()
setCellFont()
setCellBorder()
These methods allow to set formatting options to individual cells. Here is a screenshot that shows a DatasetGrid in a DialogPro dialog and a cell with custom font as well as one with custom border:

Today we also released minor updates to the XML-Plugin (1.2.1) and the MailPro-Plugin (2.3.2).

All updates are free for registered users. Please see the version history at the bottom of each product’s page. The new versions can be obtained from our download page.

A wonderful improvement of this already great piece of software !

Thanks for the flowers :)

Thanks for the great improvements of the DialogPro and TableBean stuff, Patrick!
These guys really gives me a lot of freedom showing anything I like on a form or in a dialog. :)