[Gambas-user] prb:circular references detected

Ron Onstenk ronstk at ...239...
Sat Jun 17 19:30:01 CEST 2006


on close of my project I see in console:

WARNING: circular references detected
FToolBar (6)
CGridEditor (1)
Fmain (1)
ToolPanelContainer (0)
FSidePanel (0)
ToolPanel (0)
SidePanel (0)

Where to look?
CGridEditor is a class to handle the GridView on FMain

FToolBar is from ToolPanel and contains 6 tabs
Each tab has a ListView
The count is the same as ListViews/Tabs
Adding or removing change the number.

The 1 on CGridEditor I do have idea how it comes but
no clue where it occurs. For sure bad programming :)

The ToolPanel is the one for wich I do not have any idea.

Is there a way to get more info from gambas?
I assume there is a reference in the reference to where
it is referenced :)  






More information about the User mailing list