Hi Georg,
Try this:
Regards Sak
members :
{
main: function()
{
this.base(arguments);
var scroller = new qx.ui.container.Scroll();
var container = new qx.ui.container.Composite(new
qx.ui.layout.VBox(10));
container.setPadding(20);
container.setAllowStretchX
Hi,
it is possible to add an table in a tabview, after the tabview ist created?
Regards,
Georg
members :
{
main: function()
{
this.base(arguments);
var scroller = new qx.ui.container.Scroll();
var container = new qx.ui.container.Composite(new
qx.ui.layout.VBox(10));
My fault,
setting the property editable to false causes the __examineCursorContext
method to exit and therefore the contextinformation is undefined.
Since the editable property does not prevent the user from editing the
content this is not a big deal as I will implement a workaround with another