Re: [Gambas-user] Unittest for Gambas

2016-11-09 Thread Cam Era
Christof, nice work. Thanks. I'll be giving this a once over with me eye :-) danke On Fri, Sep 23, 2016 at 7:48 AM, Christof Thalhofer wrote: > Hello, > > one of the things I felt Gambas was lacking, was unittests. When I was > developping software with Gambas I always

[Gambas-user] Columnview "collapse" function

2016-11-09 Thread adamn...@gmail.com
What in the name of American erections am I doing wrong here? Public Sub mnuCollapse_Click() ' Collapse all nodes to the level of the selected node Dim hNode As CNode Dim hAttr As String Dim iLevel As Integer hNode = $hDoc.Index[tvwDoc.Key] iLevel = hNode.Level START_HERE:

Re: [Gambas-user] Gambas2 Grab in Gambas3

2016-11-09 Thread Fabien Bodard
2016-11-09 17:45 GMT+01:00 Richard Welch : > Fabien, thank you for your reply. > > There are snags with each of these... > > First approach: > > Although the DrawingArea is often fully visible on screen, sometimes it > will be too big. > I can think of a way round this but

Re: [Gambas-user] FileChooser select bug

2016-11-09 Thread Charlie
Thanks BenoƮt that is useful information. -- View this message in context: http://gambas.8142.n7.nabble.com/FileChooser-select-bug-tp57735p57740.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] Gambas2 Grab in Gambas3

2016-11-09 Thread Richard Welch
Fabien, thank you for your reply. There are snags with each of these... First approach: Although the DrawingArea is often fully visible on screen, sometimes it will be too big. I can think of a way round this but it is not very elegant! Second approach: The image is sometimes highly complex

[Gambas-user] [Gambas Bug Tracker] Bug #1029: BUG: SpinBar does not block mousewheel scroll when inside a scrollview

2016-11-09 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1029=L21haW4- Antonio OREFICE reported a new bug. Summary --- BUG: SpinBar does not block mousewheel scroll when inside a scrollview Type : Bug Priority : Medium Gambas version : 3.9 Product : GUI components