All
I updated my source last night and several of my HUD based classes now fail. The HUD code assumes, as best I can tell, that all widgets have a container that is the HUD. In WidgetBase (I think) there is a getHUD() method that is called during an update(). In my code I have Panels, within Panels, within Frame. None of the intermediate Panels seem to have the "container" variable set. The getHUD() recurses looking for a container, and in my cases returns a 'null'. With nested components this is failing.
Well, I'm currently working on a massive HUD fix. It already works very good here. I will test this case of panel-in-panel, too. I will commit it within the next hours and post here.
This is a recent change, perhaps within the last week. Is there a way to pull ..historical updates, can I get back to last weeks source via SVN Eclipse plugin??
Yes. Simply watch the SVN history (Team->Show Histroy) to see, which revision has been committed when (and what is contained) and checkout this revision.
Marvin