I am trying to create a GUI to navigate RNAseq data. It asks the user which species, then to select cell types (new subwindow), then genes (new subWindow opened upon button press from cell types window). The gene selector portion works when it stands alone, using autoEntry fields. But when I put it inside a subWindow, the fields do not autopopulate and the drop down of the genes does not appear. Even defining the list that it uses inside the subWindow definition did not help. Any ideas? Thanks
-Dana