jakesylvestre / r-orange

Automatically exported from code.google.com/p/r-orange
0 stars 0 forks source link

Signal Classes not loaded correctly #183

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm working on some packages that have custom signal classes.  When I load 
Red-R the first time the widgets that send these signals can connect with those 
that receive them.  

If I fix some bug and reload the widgets can't connect any longer.  There is no 
change in the signal type.  It just isn't getting loaded in.

Is there some problem with the registry?

Original issue reported on code.google.com by kylecovi...@gmail.com on 8 Jun 2010 at 8:11

GoogleCodeExporter commented 9 years ago
This issue is dependent on the reloading of widgets.

When I reload the widgets only widgets in that reload can connect properly.  
All others aren't considered children of eachother.

This might be a problem in importing but this should be fixed quickly.  It 
makes debugging very difficult.

Try to connect some widgets then do a reload and load an identical widget on 
the canvas.  It can't connect with widgets that it once connected to.

This functionality will be controlled by a central module in the next release 
but for now we should fix this issue.

Original comment by kylecovi...@gmail.com on 8 Jun 2010 at 8:31

GoogleCodeExporter commented 9 years ago
preventing reload fixes this.

Original comment by kylecovi...@gmail.com on 8 Jun 2010 at 9:21