Re: [Gambas-user] GridView+GTK+Scrollbar

2012-12-13 Thread Dr Pat
I think that's recently been reported: http://gambas.8142.n7.nabble.com/Issue-359-in-gambas-ScrollBar-fails-in-the-new-version-td39982.html -- View this message in context: http://gambas.

[Gambas-user] Bug: Message box is resizable

2012-12-13 Thread Dr Pat
Hi, was just trying out Gambas and created a GTK project (Mint 14 Cinnamon). The following code creates a resizable message box in a GTK project but not in a Qt project: Message.Info("Hello world!!!", "OK") Also, Message isn't listed in the documentation index. I had to search for it. Thanks for