jakesylvestre / r-orange

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

readFiles #197

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I reload a schema all of the Read File widgets have the same file in the 
files dropdown.  They should all have the file that I actually read into the 
session in the dropdown.  

Likely a problem in the global settings and where they are being set but the 
"real" list should take precidence over the global list.

Original issue reported on code.google.com by kylecovi...@gmail.com on 16 Jul 2010 at 3:07

GoogleCodeExporter commented 9 years ago
should be fixed. I changed the order in which session and global data are 
loaded. 

Now when a widget in added to the canvas:
__init__
load global data
load session data
load custom session data

Not sure if this change in order effects other widget's function. 

Original comment by anup.parikh on 16 Jul 2010 at 4:11

GoogleCodeExporter commented 9 years ago
This seems to work OK.  I still get some weird things happening with this 
dropdown but I guess it's OK.

Kyle

Original comment by kylecovi...@gmail.com on 4 Aug 2010 at 10:44