[Gambas-bugtracker] Bug #1347: GTK 'Children' not seen in one pass

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Tue Jun 12 17:26:19 CEST 2018


http://gambaswiki.org/bugtracker/edit?object=BUG.1347&from=L21haW4-

Charlie OGIER reported a new bug.

Summary
-------

GTK 'Children' not seen in one pass

Type             : Bug
Priority         : Medium
Gambas version   : Unknown
Product          : GTK+2 component


Description
-----------

Using the method: - 

For Each oObj in Me.Children 

Each child is not seen on the first pass. It looks like the command mimics: -

For Each oObj in Me.Children Step 2

I am trying to delete all the PictureBoxes on a Form

This seems to be a GTK2/GTK3 issue as all is OK in QT4 (QT5 not tested)


System information
------------------

See attached program for System information




More information about the Bugtracker mailing list