Trying to port to linux now. There's a difference between dwt.widgets.Composite.Composite.showWidget on windows and linux DWT. on Windows it's showWidget(bool), on Linux it's showWidget(). How do you hide (un-show) a widget with dwt-linux? --bb